Commit Graph

919 Commits (d6e63eb50bb96874b7b270cf9e45f29ff67fb22b)
 

Author SHA1 Message Date
Timm Bogner d6e63eb50b
Merge pull request #217 from aviateur17/lora_tx_sync
revert sendFDRS to Synchronous operations, add sendFDRSAsync
4 months ago
Timm Bogner e1a2a205f6 update docs for async 4 months ago
Jeff Lehman 1a131a8c0f sendFDRS synchronous transmit - compilation testing 4 months ago
Timm Bogner 05a86d9015
Merge pull request #220 from Stips5/main
WEIGHT_T and WEIGHT2_T added by @Stips5
4 months ago
Stips5 e2203c4ffc mass data type added 4 months ago
Jeff Lehman 586ed6e603 LoRa Update transmitLoRaSync with inter-message delays 4 months ago
Jeff Lehman 1f455e7d43 LoRa Inter-message delay changes 4 months ago
Jeff Lehman b1c1cbc534 LoRa ACK and NAK changes 4 months ago
Timm Bogner d7084aaec7
Merge pull request #216 from aviateur17/mqtt_topics
Mqtt topics
4 months ago
Jeff Lehman 71a5d67e2d Update comments and debugs 4 months ago
Jeff Lehman 1e64654eeb update LoRa statistics calculation 4 months ago
Jeff Lehman 8d319ca537 Tests for packet size exceed maximum 4 months ago
Jeff Lehman 0a830de2dc FDRS nodes should not send out time notifications 4 months ago
Jeff Lehman 97c83f47d9 back out scheduler changes, remove MQTT backlog topic 4 months ago
Timm Bogner a4edcd940c
Merge pull request #218 from aviateur17/timekeeping_defines
Timekeeping defines
4 months ago
Timm Bogner 23521d720b changed the wording a little
sorry to nitpick :D
4 months ago
Jeff Lehman d9f7d68821 Back out changes to irrigation sketch 4 months ago
Jeff Lehman 9baf1181dd Add STD/DST definitions to fdrs_globals.h 4 months ago
Jeff Lehman 7ea7c46e69 revert sendFDRS to Synchronous operations, add sendFDRSAsync 4 months ago
Jeff Lehman 1c5e9be91a Add 4 MQTT Global defines 4 months ago
Jeff Lehman 5b59b58891 Merge branch 'main' of https://github.com/timmbogner/Farm-Data-Relay-System into timelimitedwatering 4 months ago
Jeff Lehman 7ce1527648 Add Timekeeping global defines 4 months ago
Timm Bogner 9a2aacab3d Fix enableInterrupt conflict
#221
4 months ago
Timm Bogner 86cacd6e2a Patch for ESP-NOW API change
Co-Authored-By: Heinz Haeberle <281508+kheinz57@users.noreply.github.com>

#209
5 months ago
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().
5 months ago
Timm Bogner 6b7134fb51
Merge pull request #193 from aviateur17/timekeeping_202402
FDRS Support for timekeeping - 2024 version
5 months ago
Jeff Lehman 5fce1ea32d Update irrigation example to support time limited activation, small change in scheduler code 5 months ago
Jeff Lehman 216657b8c9 code comment updates, variable update in pingFDRSEspNow 6 months ago
Jeff Lehman d514d6a049 Add Controller Time example sketch 6 months ago
Timm Bogner 642c24a5e7
Merge branch 'main' into timekeeping_202402 6 months ago
Timm Bogner 5d28d8648d add t-watch example
also small tweaks to ping debugs
6 months ago
Timm Bogner af6044b2c3 remove delay 6 months ago
Timm Bogner 16a6ac4b04
Update README.md 7 months ago
Jeff Lehman 718f919253 Tweak LoRa timing, tx/rx stats 7 months ago
Jeff Lehman 3477c70e55 Ping returns integer, ESP-NOW pings synchronous, increase LoRa DR buff, check for LoRa pkt overflow 7 months ago
Timm Bogner 03d33e1897 bits and bobs 8 months ago
Jeff Lehman 8d21ff7d72 Small fixes for timekeeping PR 8 months ago
Jeff Lehman 745aedcec7 Added LoRa Stress test example 8 months ago
Jeff Lehman 0c5129461c Lora buffering and other minor changes 8 months ago
Timm Bogner d3cefe9851
Merge pull request #197 from aviateur17/DBG_typo_20240226
Fix DBG typo in fdrs_debug.h
8 months ago
Jeff Lehman 435cc931b6 Fix DBG typo in fdrs_debug.h 8 months ago
Jeff Lehman c958e003ef ESP-NOW node request time, test compilation in PlatformIO 8 months ago
Jeff Lehman 9a00eab8af Misc additional updates 8 months ago
Jeff Lehman 08724ab20d Rework LoRa code - combine gateway and node code together 8 months ago
Jeff Lehman 978825bf5a Change time master wording to time source 8 months ago
Jeff Lehman d8154390e5 Merge branch 'timekeeping_202402' of https://github.com/aviateur17/Farm-Data-Relay-System into timekeeping_202402 8 months ago
Jeff Lehman 172f61ccb1 Time Source tracking/prioritizing. Add GPS support. Some cleanup. 8 months ago
Timm Bogner cd4219c142 switch to blocking transmit() 8 months ago
Timm Bogner a0a4fa396d
Merge pull request #194 from aviateur17/logging_verbosity
Feature add: FDRS logging verbosity
8 months ago
Timm Bogner 0aeb5e003f one more! 8 months ago