Commit Graph

898 Commits

Author SHA1 Message Date
Jeff Lehman
0a830de2dc FDRS nodes should not send out time notifications 2024-06-16 22:10:28 -05:00
Jeff Lehman
7ea7c46e69 revert sendFDRS to Synchronous operations, add sendFDRSAsync 2024-06-12 23:45:34 -05:00
Timm Bogner
9a2aacab3d Fix enableInterrupt conflict
#221
2024-06-06 16:37:06 -05:00
Timm Bogner
86cacd6e2a Patch for ESP-NOW API change
Co-Authored-By: Heinz Haeberle <281508+kheinz57@users.noreply.github.com>

#209
2024-06-02 22:29:49 -05:00
Timm Bogner
33fca6e8c3 Fix 8266 WiFi
WiFi for 8266 devices wasn't working. WiFi.reconnect() shouldn't be called every time it checks the connection. I made it so it doesn't restart anymore, but that can be added back in if called for. It now waits 10 seconds for a connection, then calls WiFi.reconnect().
2024-06-02 21:04:02 -05:00
Timm Bogner
6b7134fb51
Merge pull request #193 from aviateur17/timekeeping_202402
FDRS Support for timekeeping - 2024 version
2024-05-12 08:45:27 -05:00
Jeff Lehman
216657b8c9 code comment updates, variable update in pingFDRSEspNow 2024-05-02 23:53:18 -05:00
Jeff Lehman
d514d6a049 Add Controller Time example sketch 2024-05-01 10:39:51 -05:00
Timm Bogner
642c24a5e7
Merge branch 'main' into timekeeping_202402 2024-04-26 10:33:30 -05:00
Timm Bogner
5d28d8648d add t-watch example
also small tweaks to ping debugs
2024-04-26 06:30:42 -05:00
Timm Bogner
af6044b2c3 remove delay 2024-04-18 15:56:11 -05:00
Timm Bogner
16a6ac4b04
Update README.md 2024-04-05 08:15:25 -05:00
Jeff Lehman
718f919253 Tweak LoRa timing, tx/rx stats 2024-03-07 23:21:04 -06:00
Jeff Lehman
3477c70e55 Ping returns integer, ESP-NOW pings synchronous, increase LoRa DR buff, check for LoRa pkt overflow 2024-03-07 16:33:28 -06:00
Timm Bogner
03d33e1897 bits and bobs 2024-03-06 11:07:05 -06:00
Jeff Lehman
8d21ff7d72 Small fixes for timekeeping PR 2024-03-02 22:09:30 -06:00
Jeff Lehman
745aedcec7 Added LoRa Stress test example 2024-02-28 21:45:39 -06:00
Jeff Lehman
0c5129461c Lora buffering and other minor changes 2024-02-28 17:19:31 -06:00
Timm Bogner
d3cefe9851
Merge pull request #197 from aviateur17/DBG_typo_20240226
Fix DBG typo in fdrs_debug.h
2024-02-26 14:51:54 -06:00
Jeff Lehman
435cc931b6 Fix DBG typo in fdrs_debug.h 2024-02-26 12:10:15 -06:00
Jeff Lehman
c958e003ef ESP-NOW node request time, test compilation in PlatformIO 2024-02-26 12:09:00 -06:00
Jeff Lehman
9a00eab8af Misc additional updates 2024-02-25 22:13:07 -06:00
Jeff Lehman
08724ab20d Rework LoRa code - combine gateway and node code together 2024-02-25 21:57:02 -06:00
Jeff Lehman
978825bf5a Change time master wording to time source 2024-02-25 21:53:04 -06:00
Jeff Lehman
d8154390e5 Merge branch 'timekeeping_202402' of https://github.com/aviateur17/Farm-Data-Relay-System into timekeeping_202402 2024-02-16 18:43:38 -06:00
Jeff Lehman
172f61ccb1 Time Source tracking/prioritizing. Add GPS support. Some cleanup. 2024-02-16 18:43:08 -06:00
Timm Bogner
cd4219c142 switch to blocking transmit() 2024-02-14 20:26:21 -06:00
Timm Bogner
a0a4fa396d
Merge pull request #194 from aviateur17/logging_verbosity
Feature add: FDRS logging verbosity
2024-02-12 11:58:15 -06:00
Timm Bogner
0aeb5e003f one more! 2024-02-12 11:55:33 -06:00
Timm Bogner
86e35223f9 whitespace 2024-02-12 11:54:57 -06:00
Timm Bogner
e178d6b068 gateway readme overhaul 2024-02-12 10:53:23 -06:00
Timm Bogner
87b5aad25c node readme overhaul
got a bit carried away, but I think it's better now. will do gateway soon.
2024-02-12 09:44:15 -06:00
Jeff Lehman
d914f9e39a Fix compilation issues with GW ESP-NOW and GW LoRa ping flag 2024-02-11 23:27:10 -06:00
Timm Bogner
2d2a8d50c9 adding and changing debug messages 2024-02-11 12:55:58 -06:00
Timm Bogner
92d3da53d4 add definitions for level 0 2024-02-11 10:43:15 -06:00
Jeff Lehman
d3108a9560 Merge branch 'logging_verbosity' of https://github.com/aviateur17/Farm-Data-Relay-System into logging_verbosity 2024-02-11 09:18:58 -06:00
Jeff Lehman
ec8f0ba25f Debug log levels 0 through 2 2024-02-11 09:08:17 -06:00
Jeff Lehman
0eb585d7a6 timekeeping support for LoRa controllers 2024-02-10 23:12:59 -06:00
Jeff Lehman
6240aa8b24 rename time.h file, controller timekeeping 2024-02-10 21:59:32 -06:00
Timm Bogner
cae2d67920 show/hide various debugs 2024-02-10 17:14:00 -06:00
Jeff Lehman
15d6fb050d hmmm, is it define or #define? 2024-02-10 15:29:54 -06:00
Jeff Lehman
4314f3b7e1 Clean up some #defines, Add wire library, verify compilation in Arduino for ESP 2024-02-10 08:52:13 -06:00
Jeff Lehman
8473b5f8f9 Feature add: FDRS logging verbosity 2024-02-09 23:22:41 -06:00
Jeff Lehman
9839e746aa Correct some typos and fix condition in LoRa gateway code 2024-02-09 22:58:09 -06:00
Jeff Lehman
6ba88a52a9 Add gateway time keeping, NTP, RTC support 2024-02-09 22:15:14 -06:00
Timm Bogner
4d0488b16f
Update Gateway.md 2024-01-31 15:13:08 -06:00
Timm Bogner
72a30d16ac one more... 2024-01-31 14:32:33 -06:00
Timm Bogner
023298965e Gateway: remove logging 2024-01-31 14:25:12 -06:00
Timm Bogner
bd3fcb1f7c ArduinoJson v7 support 2024-01-27 18:30:15 -06:00
Timm Bogner
b62864eddb
Update README.md 2024-01-27 12:13:27 -06:00