Commit Graph

868 Commits (main)
 

Author SHA1 Message Date
Timm Bogner 16a6ac4b04
Update README.md 1 month ago
Timm Bogner d3cefe9851
Merge pull request #197 from aviateur17/DBG_typo_20240226
Fix DBG typo in fdrs_debug.h
2 months ago
Jeff Lehman 435cc931b6 Fix DBG typo in fdrs_debug.h 2 months ago
Timm Bogner a0a4fa396d
Merge pull request #194 from aviateur17/logging_verbosity
Feature add: FDRS logging verbosity
3 months ago
Timm Bogner 0aeb5e003f one more! 3 months ago
Timm Bogner 86e35223f9 whitespace 3 months ago
Timm Bogner e178d6b068 gateway readme overhaul 3 months ago
Timm Bogner 87b5aad25c node readme overhaul
got a bit carried away, but I think it's better now. will do gateway soon.
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
Timm Bogner cae2d67920 show/hide various debugs 3 months ago
Jeff Lehman 15d6fb050d hmmm, is it define or #define? 3 months ago
Jeff Lehman 8473b5f8f9 Feature add: FDRS logging verbosity 3 months ago
Timm Bogner 4d0488b16f
Update Gateway.md 3 months ago
Timm Bogner 72a30d16ac one more... 3 months ago
Timm Bogner 023298965e Gateway: remove logging 3 months ago
Timm Bogner bd3fcb1f7c ArduinoJson v7 support 3 months ago
Timm Bogner b62864eddb
Update README.md 3 months ago
Timm Bogner d8ac0650da remove extra configs 5 months ago
Timm Bogner a9dba95df5 add gateway voltage sending example 5 months ago
Timm Bogner 6f283852a3 Node: define LORA_BUSY if undefined 6 months ago
Timm Bogner a8f0cba97c fixed LoRa goofs 7 months ago
Timm Bogner d74a579c25 enable deep sleep by default (FastLED) 7 months ago
Timm Bogner 5266157f29 add sleep command to FastLED sketch 7 months ago
Timm Bogner c598b32816 replace sleep_time int with uint_32 7 months ago
Timm Bogner 2be9607754 add ULL type to fix sleep 7 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.
7 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 c2d9b61579
Merge pull request #149 from aviateur17/dev_ArduinoOTA
Add OTA support via ArduinoOTA
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
Timm Bogner 5456c0378b
Merge pull request #176 from shaffenmeister/wrap-fdrs-globals
Wrap fdrs globals from src/fdrs_globals.h to allow for project specific settings.
11 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 d2c2b2a4b8
Merge pull request #172 from sbobowski/patch-1
Update fdrs_node_lora.h
12 months ago
Timm Bogner dbd2f185fa cleanup 12 months 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
Timm Bogner 67d0559adf reverse interrupt change for SX126x 1 year ago
Timm Bogner 4b675428ec fixed RadioLib v6 1 year ago
Timm Bogner 65dc04b6db
Merge pull request #151 from aviateur17/dev_OLED
FDRS OLED features
1 year ago
Jeff Lehman c1a5241265 Fix typo issue in Subnet Address 1 year ago
Timm Bogner f0da2249ff Update Irrigation.ino 1 year ago
Timm Bogner 843fdb72c6 add empty busy pin if not present 1 year ago