Commit Graph

775 Commits (94166a89318b6510c69390b5c401a44aae09994b)
 

Author SHA1 Message Date
Jeff Lehman 94166a8931 Modify ESP-NOW FDRS Ping debug message 2 years ago
Jeff Lehman 8410f398e2 Fix Arduino compile issues 2 years ago
Jeff Lehman 209eb396a7 transmitLoRa for gateway returns crcResult similar to same for nodes 2 years ago
Jeff Lehman c6fa4f35a6 transmitLoRa for node returns crcResult and cascade changes to sendFDRS() 2 years ago
Jeff Lehman cc218456fe minor debug message change to sleepFDRS() 2 years ago
Jeff Lehman e901a2f16a Tweaks to pingFDRS 2 years ago
Timm Bogner 62032a1d2a ethernet gateway example
Co-Authored-By: generalmanager <6797943+generalmanager@users.noreply.github.com>
2 years ago
Timm Bogner d17a4913d1 gateway config cleanup 2 years ago
Timm Bogner a67ad89809 ethernets! 2 years ago
Timm Bogner 6709d38bd9 implement loadFDRS() & sendFDRS() for gateways 2 years ago
Timm Bogner d78ba15901 add power and energy🗲🗲🗲 2 years ago
Timm Bogner cd81f1b869 added ESP-NOW LR mode 2 years ago
Timm Bogner 35a5201aa4
Merge pull request #136 from aviateur17/release_2023_01
Do not require ACK when LoRa broadcast is sent from gateway
2 years ago
Jeff Lehman 960fff7029 Do not require ACK when LoRa broadcast is sent from gateway 2 years ago
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.
2 years ago
Timm Bogner 5f2fd0e586 add LoRa controller example 2 years ago
Timm Bogner a57e921e45 SX126x support for nodes
untested
2 years ago
Timm Bogner 5b701228ff added LoRa controller node capability 2 years ago
Timm Bogner 072d3362a0 splitting the node 2 years ago
Timm Bogner f78254ceb2 Update fdrs_node.h 2 years ago
Timm Bogner e18751d51f fix compilation error? 2 years ago
Timm Bogner 780881d0e7 add custom SPI definitions for ESP32
compiled but untested on hardware
2 years ago
Timm Bogner dbf87a711f configure for Heltec LoRa32v3 2 years ago
Timm Bogner c5c7df0665 SX1262 support
I don't have an SX1262 board to test this on
2 years ago
Timm Bogner ab1f51e547 fix-up gateway configs
more improvements needed
2 years ago
Timm Bogner a958f18387 combine log filenames, fix bug 2 years ago
Timm Bogner 9c27e11206 scheduling
This functionality will drive the release of the LoRa buffers, but also enables the user to define their own function to be run at intervals. This will let the gateway send various stats like voltage or temp through the network.
scheduleFDRS(functionName, interval) initializes a timer to run "functionName()" every "interval" milliseconds. I'll add some documentation on how to actually inject a DataReading into the system later.
2 years ago
Timm Bogner 63619cfe4b derp 2 years ago
Timm Bogner aa26889556 fixed ESP-NOW neighbors for esp32 2 years ago
Timm Bogner 1908b0e068 update configs 2 years ago
Timm Bogner 3d982ed140 do oled library better 2 years ago
Timm Bogner 4312583638 remove extra radio pin
removes some ambiguity in the addition of sx126x class support.
2 years ago
Timm Bogner 250c7f0f7c fixed mistakes 2 years ago
Timm Bogner 7c0ed9fe8f add sendESPNowNbr() 2 years ago
Timm Bogner 762ef6b0ed cleanup cleanup
everybody everywhere
2 years ago
Timm Bogner cb6ad63f39 added non-blocking LoRa transmission
yet to be tested on hardware
2 years ago
Timm Bogner 3513811a7c remove old buffers 2 years ago
Timm Bogner d85304b604 change API terminology, begin buffer redesign/removal 2 years ago
Timm Bogner d7ffd8bb29 changed ESPNOW to ESPNow
for aesthetic reasons
2 years ago
Timm Bogner 6a005e2ecf ope more cleaning 2 years ago
Timm Bogner e20abfc69a cleaning 2 years ago
Timm Bogner 63d2e7962a cleaning up beginFDRS 2 years ago
Timm Bogner 4805072969 more shuffling
- added a modified ThingPulse oled library.
- made "sensor_config" "node_config"
- made - made "fdrs_functions.h" "fdrs_gateway.h"
2 years ago
Timm Bogner dc2be5181d the big shuffle
I organized all the variables and functions into categorized header files
2 years ago
Timm Bogner 4fa4210856 Merge branch 'OLED' into release_2023_01 2 years ago
Timm Bogner ec680649c5 Merge branch '120-migrating-to-radiolib' into release_2023_01 2 years ago
Timm Bogner 81dc539550 moved configs to config 2 years ago
Timm Bogner 1a50dc9b6a add timestamps, divider 2 years ago
Timm Bogner 81ddfd7b73 OLED init and debug 2 years ago
Timm Bogner 8560f51da0 add includes, start debug 2 years ago