Farm-Data-Relay-System
Farm-Data-Relay-System copied to clipboard
A system that uses ESP-NOW, LoRa, and other protocols to transport sensor data in remote areas without relying on WiFi.
Add gateway time keeping, NTP, RTC support For Gateways, add time keeping in all nodes - MQTT, serial, ESP-NOW, LoRa. Add support to fetch time via NTP if WiFi is...
You can reject if you want to add this to a different branch in order to wait to include in the main release branch. This adds code in Gateway for...
Hi! Stumbled over FRDS and It looks very nice,Got a basic setup to work without issues. I'm working on a ESPnow node with mcp23017 to manage multiple relays and it...
…hange in scheduler code Example inject node data in Node Red: Set Address 101 off [{"data":0,"type":0,"id":101}] Get status of address 102 [{"data":0,"type":1,"id":102}] Set address 103 on for 20 seconds [{"data":20,"type":0,"id":103}]...
@aviateur17 Hey so this is something that has stumped us both before, but your irrigation code gave me an idea. Here's the proof of concept I wrote: ``` cpp Serial.begin(115200);...
Introducing our newest neighbors: `ESPNOW_NEIGHBOR_0` and `ESPNOW_NEIGHBOR_3`! I have not actually tested this on devices, just ensured it compiled. Replace the existing ESP-NOW neighbor configs with the following. ``` #define...
The read me links to a lilygo product that looks like it is sold out. Have you found a similar esp with lora onboard, hopefully with a similar protective enclosure?
in case of missing board selected: Feather M0 as a *sensor* which does not use time the above mentioned library is only valid for ESP32 why don't you use an...
FDRS Node updateFDRS to put controller into WiFi Access Point mode with ability to use a PC and Arduino or Platform IO to perform an OTA update on ESP32 or...