geeksville
dcd1f7478a
fix 124 - we now fallback to nema if we can't talk ublox protocol to
...
the GPS. Though we are super power inefficient about it so TODO/FIXME
someday to decrease our power draw.
2020-05-04 20:02:43 -07:00
geeksville
c2be6c4068
WIP on #124
2020-05-04 17:39:57 -07:00
geeksville
9b309fe0a0
Use int based lat/long from now on in the device code
...
for https://github.com/meshtastic/Meshtastic-device/issues/124
2020-05-04 08:09:08 -07:00
geeksville
e084699704
SNR is now a float, fix the screen display
2020-05-01 12:31:36 -07:00
geeksville
50213d8323
move packet handling into its own thread
2020-05-01 12:11:04 -07:00
geeksville
5a4fab2506
start msg sequence numbers with a random number each boot
2020-05-01 08:51:53 -07:00
geeksville
0096f54ae9
better debug output
2020-04-30 22:53:21 -07:00
geeksville
5af122b39d
update todo list
2020-04-30 21:49:55 -07:00
geeksville
dd7452ad96
old RF95 code builds again
2020-04-30 16:36:59 -07:00
geeksville
a2ba9d3c44
new receive code works a little better
2020-04-30 13:50:40 -07:00
geeksville
11b79a942d
add todos
2020-04-30 10:54:53 -07:00
geeksville
3c3e722181
new sending kinda works
2020-04-30 10:00:40 -07:00
geeksville
fce31560c6
the mountain of changes needed to kinda make tx work compiles.
2020-04-30 09:44:16 -07:00
geeksville
814c126e67
ugly WIP on switching to RadioLib, still need to set freq etc...
2020-04-29 14:54:03 -07:00
geeksville
803d2dfefb
add note about python API
2020-04-28 17:06:00 -07:00
geeksville
0193c281ef
change webpage to say android app is in general availability
2020-04-28 08:42:09 -07:00
geeksville
038b7c9c91
update todos
2020-04-27 07:29:36 -07:00
geeksville
7cd60d859e
possibly use radiohub for the new radio
2020-04-24 21:59:05 -07:00
geeksville
b8b503cb0a
Add starting point of PPR variants definition
2020-04-24 12:40:22 -07:00
geeksville
bb885a5110
add a variant based on the nrf52840-dk but with a RC clock.
...
Because I was dumb and accidentally ran some code that configured gpio 0
as an output and that was enough to smoke the xtal that was preinstalled
between P0.0 and P0.1.
2020-04-24 12:30:06 -07:00
geeksville
bebaa838c4
no need for LightSleep state on NRF52 CPUs
2020-04-24 11:21:10 -07:00
geeksville
7fa9d09d9f
placeholder guess at PMU code until I have HW
2020-04-24 09:33:45 -07:00
geeksville
e0a1855429
Add PMU driver
2020-04-24 08:38:00 -07:00
geeksville
5ad30caf67
todo updates
2020-04-24 08:05:33 -07:00
geeksville
12599849db
update todo list
2020-04-23 19:05:03 -07:00
geeksville
3c9c01189d
old RF95 driver probably works on NRF52 now
2020-04-23 18:47:27 -07:00
geeksville
4f3a9d8646
example BLE code approximately works
2020-04-23 18:11:32 -07:00
geeksville
5b0451f25c
add NRF52 BLE example code
2020-04-23 18:02:28 -07:00
geeksville
8f3b33c84c
use a real macaddr on the nrf52
2020-04-23 16:55:25 -07:00
geeksville
ffe95f62ab
no need to pass in scl & sda into screen constructor
2020-04-23 13:53:51 -07:00
geeksville
a0b6d57591
Fix #69 - new BLE API is in and tested from android
2020-04-23 11:41:30 -07:00
geeksville
31f735ae1f
minor status update
2020-04-20 19:30:41 -07:00
geeksville
65406eaa08
mesh flooding seems to work pretty well!
2020-04-17 12:41:01 -07:00
geeksville
f108c576a7
massive WIP updates to create a clean Router abstraction for mesh
2020-04-17 09:48:54 -07:00
geeksville
d4eb47e837
doc updates
2020-04-16 17:30:33 -07:00
geeksville
cff255a397
add production android fingerprints
2020-04-15 18:20:45 -07:00
geeksville
bf5be49186
It helps if I use the right filename when I'm remote debugging githubpages
2020-04-15 18:01:43 -07:00
geeksville
0a07c5692c
add .well_known so that hopefully I can prove I own this domain to android
2020-04-15 17:46:34 -07:00
geeksville
33624b7753
todo update
2020-04-07 21:26:50 -07:00
geeksville
c22df18e28
fix collision avoidance for transmit - substantially improves lora tx success
2020-04-06 09:39:44 -07:00
geeksville
8a76931b37
add OS-X instructions from @android606
2020-03-29 11:40:18 -07:00
geeksville
5386a5b224
update build instructions
2020-03-28 13:17:07 -07:00
geeksville
d831beab3d
moving build selection into platformio.ini rather than nasty #defines. thanks to @sensorslot
...
for the pointer to https://github.com/arendst/Tasmota - where I just borrowed heavily ;-)
2020-03-27 14:03:58 -07:00
geeksville
ce21859ada
toto updates
2020-03-27 12:08:05 -07:00
geeksville
7210c1ae5e
emphasize the forum link
...
and ... alas, do a one time autoformat from the IDE.
2020-03-25 08:13:07 -07:00
geeksville
eb51c92d08
update todo list
2020-03-18 19:28:55 -07:00
Girts Folkmanis
c411db111b
check in script to decode backtraces
2020-03-15 12:29:15 -07:00
geeksville
9c971d3686
Finally - new sexy ultra low power/low latency GPS code is in for TBEAM
2020-03-14 18:45:24 -07:00
geeksville
9b2155402d
todo update
2020-03-13 22:41:12 -07:00
geeksville
b101dc2c88
wip
2020-03-13 20:48:37 -07:00