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.
Hi, Currently I am controlling my GPRS board thru SMS. What I plan to do is to: 1-Connect ESP-01 to my GPRS board thru UART 2- The ESP-01 act as...
**First off, I want to extend my deep appreciation to everyone who has helped me with this project.** I'm so glad that everyone is having as much fun with FDRS...
I'm curious what the logic is to the structure of the source files. Often when I make changes I need to make changes to many different files and that has...
This is how I like it... - The gateways are distinguishable from sensors because they're numbered. Their numbers coincide with their GTWY_MACs. - Every type of device configuration is represented...
Well folks, here it is! Sorry it doesn't work yet. This is the rough draft of the two-way communication protocol. I've been looking at it all day and fixing issues,...
Hi, is it feasible to send image thru EspNow? My scenario is to send time lapse photo of vegetable three time a day to observe vegetable progress
Although there is a fdrs_globals.h containing a global configuration, this is not used stringent within the code. The configuration system should work as following: 1. If a node setting is...
Looking at the setup diagram it is possible for a ESP to get connected directly to a PI and pull the serial JSON . The serial JSON can then be...
Original discussion was held on PR https://github.com/timmbogner/Farm-Data-Relay-System/pull/14. Moving it here so it does not get lost. @[lekrom](https://github.com/lekrom) > For my use-case, having configuration values set up at compile time is...
Is it possible to use this to send data such as button presses/flipping a switch/rotary encoder? I see its mostly used for sensor data every x amount of time but...