Kevin Hester
32d0368f59
Merge pull request #127 from geeksville/nema-124
...
0.6.3 - fix the problem of BLE message receiption being busted in 0.6.2
2020-05-05 18:49:44 -07:00
geeksville
8bfe9fa8fc
0.6.3 - fix the problem of BLE message receiption being busted in 0.6.2
2020-05-05 18:40:17 -07:00
Kevin Hester
f10ad07f97
Merge pull request #125 from geeksville/nema-124
...
support ublox 8m gpses (I think)
2020-05-04 20:18:33 -07:00
geeksville
95df7dd8dc
0.6.2
2020-05-04 20:04:44 -07:00
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
101eef5495
oops lat/lon need to be signed ;-)
2020-05-04 11:21:24 -07:00
geeksville
933d5424da
abstract out the UBlox GPS driver
2020-05-04 11:15:05 -07:00
geeksville
ecf528f9b6
move gps before refactoring
2020-05-04 10:23:47 -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
Kevin Hester
29fd8dc7a5
Merge pull request #123 from geeksville/screen
...
fix missing carriage returns. thanks to @gregwalters in #119
2020-05-02 20:24:03 -07:00
geeksville
624b95782d
fix missing carriage returns. thanks to @gregwalters in #119
2020-05-02 20:21:42 -07:00
Kevin Hester
4fa25042c8
Merge pull request #122 from geeksville/dropped
...
changes to fix #121
2020-05-02 20:17:14 -07:00
Kevin Hester
9f9cb030ad
Merge branch 'master' into dropped
2020-05-02 20:14:48 -07:00
geeksville
1d9290afc0
now that the rfinterfaces are smarter, no need to do backoff in
...
the flood router. the interfaces will handle it.
2020-05-02 19:53:58 -07:00
geeksville
ad2f639195
don't leak messages if they are handled locally
2020-05-02 19:53:13 -07:00
geeksville
07b4eea037
fix log msg
2020-05-02 19:52:54 -07:00
geeksville
79c61cf0e0
limit max power on rf95 to 17 (rather than 20, because 20 can...
...
burn up parts if you exceed 1% duty cycle)
2020-05-02 19:52:37 -07:00
geeksville
80268ea56a
send() is supposed to always free buffers, even if it returns an error
2020-05-02 19:51:55 -07:00
geeksville
bb9f595b8b
Fix #11
2020-05-02 19:51:25 -07:00
geeksville
2ad314f150
we now always listen before transmit - even if we have just completed a packet
2020-05-02 08:29:51 -07:00
Kevin Hester
916e62398d
Merge pull request #120 from geeksville/master
...
fix busted build on heltec style devices (0.6.1)
2020-05-01 17:01:52 -07:00
geeksville
4735b3ff5b
0.6.1 hotfix build for busted heltec style devices
2020-05-01 16:35:32 -07:00
geeksville
cfd6483ea5
oops - platform IO can have stale target specific builds without this
2020-05-01 16:34:16 -07:00
geeksville
4f7a25f562
remove unneeded include
2020-05-01 16:33:40 -07:00
geeksville
4176d79ee9
fix warnings
2020-05-01 16:33:26 -07:00
Kevin Hester
fad496378c
Merge pull request #118 from geeksville/master
...
misc fri workqueue
2020-05-01 12:37:28 -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
763276a2c8
Merge branch 'radiolib'
2020-05-01 09:04:19 -07:00
geeksville
71fcdba017
cleanup directory structure
2020-05-01 09:04:00 -07:00
Kevin Hester
08227e79d0
Merge pull request #117 from geeksville/radiolib
...
Change to use Radiolib as the basis for our networking, and add RX1262 support
2020-05-01 08:55:17 -07:00
geeksville
5a4fab2506
start msg sequence numbers with a random number each boot
2020-05-01 08:51:53 -07:00
geeksville
31eb2f5337
very important: don't allow immediate sends if we have pending ISRs
2020-05-01 08:32:16 -07:00
geeksville
82c1752d85
less logspam
2020-05-01 08:31:52 -07:00
geeksville
49a13bbfd3
increase gps config timeout, could take up to 2.5 secs
2020-05-01 08:31:31 -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
4e106f4098
remove radiohead
2020-04-30 21:42:11 -07:00
geeksville
1f1d683f4f
add back the old code that checked if the radio was actvively receiving
2020-04-30 21:29:51 -07:00
geeksville
a8f64c3cc8
make a custom version fo rf95 class, so we can can deal with
...
chips that have bad version codes.
2020-04-30 21:11:03 -07:00
geeksville
968a2d7fbc
store SNR in received packets
2020-04-30 19:58:10 -07:00
geeksville
1fab9c5aac
temp hack to get new rf95 driver working
2020-04-30 19:31:17 -07:00
geeksville
22bca31ce3
properly set the RF95 iface
2020-04-30 18:05:06 -07:00
geeksville
48c045a253
move SPI init into main
2020-04-30 17:56:30 -07:00
geeksville
e9ca7792eb
new RF95 driver is written
2020-04-30 17:43:29 -07:00
geeksville
b1a55b4576
old RF95 API works again
2020-04-30 16:47:56 -07:00
geeksville
dd7452ad96
old RF95 code builds again
2020-04-30 16:36:59 -07:00
geeksville
d7d8188093
implement most of sleep handling for the new radio stack
2020-04-30 15:50:07 -07:00
geeksville
62a893c760
SX1262 approximately works top-to-bottom, but need to add sleep modes
2020-04-30 15:43:41 -07:00
geeksville
a2ba9d3c44
new receive code works a little better
2020-04-30 13:50:40 -07:00
geeksville
22720e9f63
ex1262 receiving kinda works
2020-04-30 12:37:58 -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
074ac33b8a
make a gdb "restart" command that allows restarting without rebuilding
2020-04-29 20:23:59 -07:00
geeksville
2982e197e0
radio settings now work on real sx1262 hw
2020-04-29 19:04:59 -07:00
geeksville
f69ddf168b
we now hopefully apply the same radio settings as we did for the RF95
2020-04-29 18:46:32 -07:00
geeksville
8d985cfd37
cleanup so eventually rf95 can share common msg code with sx1262
2020-04-29 16:28:11 -07:00
geeksville
4693302d82
crummy sx1262 fake init kinda works
2020-04-29 16:06:23 -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
a7d153abcb
CUSTOM GPIOs the SX1262MB2CAS shield when installed on the NRF52840-DK development board
2020-04-29 12:57:34 -07:00
geeksville
1b265eb48d
switch from sx126x-arduino to radiolab
2020-04-29 10:50:50 -07:00
geeksville
94e80d3b44
mention python API
2020-04-28 20:51:02 -07:00
geeksville
f1ec95f49b
update project name
2020-04-28 20:47:20 -07:00
Kevin Hester
7ee2643e9a
Merge pull request #114 from geeksville/master
...
Add python API to webpage
2020-04-28 17:48:00 -07:00
geeksville
2ab34357d5
emit FromRadio.rebooted to serial test harness can detect reboots
2020-04-28 17:43:16 -07:00
geeksville
b53392ab73
Merge remote-tracking branch 'root/master'
2020-04-28 17:07:42 -07:00
geeksville
803d2dfefb
add note about python API
2020-04-28 17:06:00 -07:00
Kevin Hester
6a54bbcf2a
Merge pull request #113 from geeksville/master
...
Make new (optional) serial protobuf API work
2020-04-28 15:46:56 -07:00
geeksville
02dfe7564f
0.6.0 release
2020-04-28 15:39:05 -07:00
geeksville
b704911603
minor protobuf update
2020-04-28 11:20:00 -07:00
geeksville
0193c281ef
change webpage to say android app is in general availability
2020-04-28 08:42:09 -07:00
geeksville
59086fd477
fixes after testing stream protocol with python client
2020-04-27 18:52:57 -07:00
geeksville
88a704c4d3
for now, allow debug out to be interleaved with protobufs
2020-04-27 09:46:06 -07:00
geeksville
9f49f90acd
ignore vscode/launch.json
2020-04-27 09:42:31 -07:00
Kevin Hester
93f69d5a94
Merge pull request #112 from geeksville/serialproto
...
Serial/USB API for stress testing and other API clients
2020-04-27 09:40:10 -07:00
geeksville
cceecf5f8e
New serial protobuf transport approximately works and is backward
...
compatiable with the text debug output.
2020-04-27 09:36:39 -07:00
geeksville
e5d2d24e2c
move nanopb includes to correct directory
2020-04-27 09:27:36 -07:00
geeksville
eb40013ddc
Create RedirectablePrint and NoopPrint for serial debug redirection
2020-04-27 09:01:25 -07:00
geeksville
dda946d933
Stream API coded but not tested
2020-04-27 08:45:39 -07:00
geeksville
178e800969
add beginnings of StreamAPI
2020-04-27 08:10:17 -07:00
geeksville
dec4870649
begin cleaning up mesh library layer so that it could be split someday
2020-04-27 07:54:19 -07:00
Kevin Hester
97f5a7c5fe
Merge pull request #111 from geeksville/nrf52
...
Changes to support the NRF52
2020-04-27 07:47:29 -07:00
geeksville
7ff42b89a6
CI autobuilder can't yet build nrf52 targets
2020-04-27 07:44:57 -07:00
Kevin Hester
44de3bd179
Merge branch 'master' into nrf52
2020-04-27 07:41:23 -07:00
geeksville
15cb599cd1
move nrf52 stuff to correct directory name
2020-04-27 07:39:50 -07:00
geeksville
038b7c9c91
update todos
2020-04-27 07:29:36 -07:00
Kevin Hester
724e39bc92
Merge pull request #109 from geeksville/master
...
my saturday recreational work queue
2020-04-27 07:26:30 -07:00
geeksville
def86131f0
Merge branch 'master' into nrf52
...
# Conflicts:
# src/main.cpp
2020-04-26 18:34:41 -07:00
geeksville
8f1c1a9049
move debug msg
2020-04-25 11:46:46 -07:00
geeksville
3f3a1a11df
when flooding, randomly delay sent packets to decrease chances of...
...
stomping on other senders that we can't even hear.
2020-04-25 11:43:28 -07:00
geeksville
64f6c0f5c0
clean up PeriodicTask so I can eventually use it with a scheduler
2020-04-25 10:59:40 -07:00
geeksville
7cd60d859e
possibly use radiohub for the new radio
2020-04-24 21:59:05 -07:00
geeksville
db11d9280c
add nrf52 DFU app helper
2020-04-24 21:08:16 -07:00
geeksville
ca03110932
Update ESP32 build to work with latest NRF52 changes
2020-04-24 14:55:51 -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