Commit Graph

190 Commits (main)

Author SHA1 Message Date
Jeff Lehman 216657b8c9 code comment updates, variable update in pingFDRSEspNow 3 weeks ago
Timm Bogner 642c24a5e7
Merge branch 'main' into timekeeping_202402 3 weeks ago
Timm Bogner 5d28d8648d add t-watch example
also small tweaks to ping debugs
3 weeks ago
Timm Bogner af6044b2c3 remove delay 1 month ago
Jeff Lehman 718f919253 Tweak LoRa timing, tx/rx stats 2 months ago
Jeff Lehman 3477c70e55 Ping returns integer, ESP-NOW pings synchronous, increase LoRa DR buff, check for LoRa pkt overflow 2 months ago
Timm Bogner 03d33e1897 bits and bobs 2 months ago
Jeff Lehman 8d21ff7d72 Small fixes for timekeeping PR 3 months ago
Jeff Lehman 745aedcec7 Added LoRa Stress test example 3 months ago
Jeff Lehman 0c5129461c Lora buffering and other minor changes 3 months ago
Jeff Lehman 435cc931b6 Fix DBG typo in fdrs_debug.h 3 months ago
Jeff Lehman c958e003ef ESP-NOW node request time, test compilation in PlatformIO 3 months ago
Jeff Lehman 9a00eab8af Misc additional updates 3 months ago
Jeff Lehman 08724ab20d Rework LoRa code - combine gateway and node code together 3 months ago
Jeff Lehman 978825bf5a Change time master wording to time source 3 months ago
Jeff Lehman d8154390e5 Merge branch 'timekeeping_202402' of https://github.com/aviateur17/Farm-Data-Relay-System into timekeeping_202402 3 months ago
Jeff Lehman 172f61ccb1 Time Source tracking/prioritizing. Add GPS support. Some cleanup. 3 months ago
Timm Bogner cd4219c142 switch to blocking transmit() 3 months ago
Jeff Lehman d914f9e39a Fix compilation issues with GW ESP-NOW and GW LoRa ping flag 3 months ago
Timm Bogner 2d2a8d50c9 adding and changing debug messages 3 months ago
Timm Bogner 92d3da53d4 add definitions for level 0 3 months ago
Jeff Lehman d3108a9560 Merge branch 'logging_verbosity' of https://github.com/aviateur17/Farm-Data-Relay-System into logging_verbosity 3 months ago
Jeff Lehman ec8f0ba25f Debug log levels 0 through 2 3 months ago
Jeff Lehman 0eb585d7a6 timekeeping support for LoRa controllers 3 months ago
Jeff Lehman 6240aa8b24 rename time.h file, controller timekeeping 3 months ago
Timm Bogner cae2d67920 show/hide various debugs 3 months ago
Jeff Lehman 4314f3b7e1 Clean up some #defines, Add wire library, verify compilation in Arduino for ESP 3 months ago
Jeff Lehman 8473b5f8f9 Feature add: FDRS logging verbosity 3 months ago
Jeff Lehman 9839e746aa Correct some typos and fix condition in LoRa gateway code 3 months ago
Jeff Lehman 6ba88a52a9 Add gateway time keeping, NTP, RTC support 3 months ago
Timm Bogner 72a30d16ac one more... 4 months ago
Timm Bogner 023298965e Gateway: remove logging 4 months ago
Timm Bogner bd3fcb1f7c ArduinoJson v7 support 4 months ago
Timm Bogner 6f283852a3 Node: define LORA_BUSY if undefined 7 months ago
Timm Bogner a8f0cba97c fixed LoRa goofs 7 months ago
Timm Bogner c598b32816 replace sleep_time int with uint_32 8 months ago
Timm Bogner 2be9607754 add ULL type to fix sleep 8 months ago
Timm Bogner 0abebc31be replace ESPNOW internal peer list sending
I was having trouble with the ESP-NOW send function only sending to the first 4 peers when it should be sending to every device on the peer list. Instead, I just send to each registered peer individually. A bit less efficient, but it seems to work.
8 months ago
Timm Bogner 426933fc2b Merge branch 'main' of https://github.com/timmbogner/Farm-Data-Relay-System 8 months ago
Timm Bogner c0a1f55094 registration debug 8 months ago
Timm Bogner cd1c6347a7 node registration refreshment
Nodes now automatically re-register with their gateway after a period of time
8 months ago
Timm Bogner 2b707efaa6 Merge branch 'main' into pr/149 8 months ago
Timm Bogner f1f1850579 fix for 8266 8 months ago
Timm Bogner bb3960560a protect non-ESP MCUs from OTA 8 months ago
Timm Bogner 9ccd1592ff fix for RP2040 support 8 months ago
Timm Bogner 2c3b36f478 Add default Rx/Tx pins for ESP32 S2/3 & C3 variants (#165)
The pins are now assigned to a default value if not defined. Thanks @shaffenmeister

Co-Authored-By: shaffenmeister <shaffenmeister@users.noreply.github.com>
8 months ago
Timm Bogner 16be4850e5 fix MQTT buffer size
Co-Authored-By: javrolijk <70583691+javrolijk@users.noreply.github.com>
Co-Authored-By: Jeff Lehman <61305397+aviateur17@users.noreply.github.com>
9 months ago
Christoph Appel 103325d29b Wrap fdrs globals from src/fdrs_globals.h to allow for project specific
settings.

Adding #define __FDRS_GLOBALS_h__.
12 months ago
Timm Bogner dbd2f185fa cleanup 1 year ago
Samantha d976019131
Update fdrs_node_lora.h
Wrap 'yield();' in '#ifdef ESP8266' as it does not appear to be needed by any other MCUs
1 year ago