Commit Graph

856 Commits

Author SHA1 Message Date
Timm Bogner
64f9a050c9 fix async LoRa release 2023-03-10 23:57:55 -06:00
Timm Bogner
5e226cbea8 fix GPS 2023-03-10 22:52:27 -06:00
Timm Bogner
c26491451d enable RP2040 WiFi
PiFi
2023-03-10 14:03:58 -06:00
Timm Bogner
4e6866ebc2 unprotect ethernet USE_WIFI def 2023-03-10 09:26:27 -06:00
Timm Bogner
9e9849069b
Update README.md
my spellcheck was broken this whole time! XD
2023-03-09 10:37:28 -06:00
Timm Bogner
d2428bf0c1 SX126x fixes 2023-03-08 18:45:45 -06:00
Jeff Lehman
e909aab8f2 Speed up OTA download when using OLED display 2023-03-08 16:18:14 -06:00
Jeff Lehman
649cfd901b Add OLED 'pages' and blank OLED screen 2023-03-08 16:12:14 -06:00
Jeff Lehman
f15c2559b4 Fix static IP string issue 2023-03-06 15:07:19 -06:00
Jeff Lehman
41259087e4 Add support for static IP addressing when using WiFi on gateways 2023-03-06 11:04:10 -06:00
Jeff Lehman
4ee23b54ef Add OTA support via ArduinoOTA 2023-03-05 22:51:50 -06:00
Timm Bogner
520b22d029 actually remove uniqueID 2023-03-04 10:21:01 -06:00
Timm Bogner
db767a770f
Update README.md 2023-03-04 07:48:50 -06:00
Timm Bogner
a7299a10b3
Update README.md 2023-03-04 07:47:57 -06:00
Timm Bogner
8edef7fdd4
Merge pull request #131 from timmbogner/release_2023_01
Upcoming Release
2023-03-04 07:42:58 -06:00
Timm Bogner
0c3f6f5c3c final review 2023-03-04 07:42:26 -06:00
Timm Bogner
3f138eed2b remove uniqueID 2023-03-03 22:39:48 -06:00
Timm Bogner
e8b58d8c9b
Merge pull request #144 from aviateur17/release_2023_01_ifdefs
move #ifdefs used to enable or disable features from function scope t…
2023-03-03 18:44:56 -06:00
Timm Bogner
1d2d07dd4d node docs
woof
2023-03-03 14:35:26 -06:00
Timm Bogner
1deb14b860 finish gateway doc
... almost. still needs images updated, neighbors described, as well as a description of the LoRa buffering and releasing mechanisms
2023-03-03 10:52:37 -06:00
Timm Bogner
c2008a43e4 updated general and gateway documentation
so close
2023-03-02 22:59:25 -06:00
Timm Bogner
0f8772792f temporarily remove log and debug config 2023-03-02 22:26:52 -06:00
Timm Bogner
ae9197c56c fix 8266 delay() 2023-03-02 12:12:04 -06:00
Jeff Lehman
9b5323e447 Fix ESP8266 compile issues in fdrs_gateway_espnow.h 2023-03-01 21:16:50 -06:00
Timm Bogner
c9c7767a51 final changes for SX1262 support 2023-03-01 14:42:41 -06:00
Jeff Lehman
80aad1576d move #ifdefs used to enable or disable features from function scope to file scope 2023-02-28 12:38:21 -06:00
Timm Bogner
f0b63eaf68 Update fdrs_node_lora.h 2023-02-27 08:27:41 -06:00
Timm Bogner
9cf228df05 fix formatting bugs
Arduino didn't like VSCode's autoformatting?
2023-02-26 10:19:54 -06:00
Timm Bogner
4d105acd13 tweak LoRa airtime debug 2023-02-26 09:27:47 -06:00
Timm Bogner
9bb01738c0
Merge pull request #139 from aviateur17/2023_01_loraImprovements
2023 01 lora improvements
2023-02-26 08:36:52 -06:00
Timm Bogner
17d3276139 oled for nodes 2023-02-25 20:56:58 -06:00
Jeff Lehman
94166a8931 Modify ESP-NOW FDRS Ping debug message 2023-02-25 20:46:59 -06:00
Jeff Lehman
8410f398e2 Fix Arduino compile issues 2023-02-25 20:16:36 -06:00
Jeff Lehman
209eb396a7 transmitLoRa for gateway returns crcResult similar to same for nodes 2023-02-25 19:02:13 -06:00
Jeff Lehman
c6fa4f35a6 transmitLoRa for node returns crcResult and cascade changes to sendFDRS() 2023-02-25 18:45:31 -06:00
Jeff Lehman
cc218456fe minor debug message change to sleepFDRS() 2023-02-25 18:34:04 -06:00
Jeff Lehman
e901a2f16a Tweaks to pingFDRS 2023-02-25 18:24:34 -06:00
Timm Bogner
62032a1d2a ethernet gateway example
Co-Authored-By: generalmanager <6797943+generalmanager@users.noreply.github.com>
2023-02-25 16:30:42 -06:00
Timm Bogner
d17a4913d1 gateway config cleanup 2023-02-25 12:08:21 -06:00
Timm Bogner
a67ad89809 ethernets! 2023-02-24 16:14:21 -06:00
Timm Bogner
6709d38bd9 implement loadFDRS() & sendFDRS() for gateways 2023-02-23 13:24:42 -06:00
Timm Bogner
d78ba15901 add power and energy🗲🗲🗲 2023-02-23 10:35:15 -06:00
Timm Bogner
cd81f1b869 added ESP-NOW LR mode 2023-02-23 09:02:37 -06:00
Timm Bogner
35a5201aa4
Merge pull request #136 from aviateur17/release_2023_01
Do not require ACK when LoRa broadcast is sent from gateway
2023-02-23 07:25:16 -06:00
Jeff Lehman
960fff7029 Do not require ACK when LoRa broadcast is sent from gateway 2023-02-22 20:44:03 -06:00
Timm Bogner
a7181208f5 gateway portability
These changes allow the gateway to be compiled on non-ESP boards (with only LoRa).
It compiles on everything, but is too big for Arduino's AVR boards.
2023-02-22 10:33:14 -06:00
Timm Bogner
5f2fd0e586 add LoRa controller example 2023-02-22 08:17:38 -06:00
Timm Bogner
a57e921e45 SX126x support for nodes
untested
2023-02-21 12:11:32 -06:00
Timm Bogner
5b701228ff added LoRa controller node capability 2023-02-21 11:29:23 -06:00
Timm Bogner
072d3362a0 splitting the node 2023-02-21 09:39:23 -06:00