mirror of
https://github.com/timmbogner/Farm-Data-Relay-System
synced 2024-11-08 13:10:29 +00:00
Merge branch 'dev' of https://github.com/timmbogner/Farm-Data-Relay-System into dev
This commit is contained in:
commit
01322698f7
@ -29,9 +29,7 @@ The Node-RED front-end can be set up with these nodes to format and send the dat
|
||||
|
||||
## Future Plans
|
||||
A few things that I intend to add are:
|
||||
- The next generation of FDRS will define a second type of packet, used to communicate between FDRS devices. With this new type of packet, a sensor will be able to seek out the nearest gateway and send to it. This will also allow [controller devices](https://github.com/timmbogner/Farm-Data-Relay-System/tree/main/Controllers) to register with and receive packets from gateways. Exciting stuff!
|
||||
- The ability to send data in reverse, and have nodes to control irrigation, ventilation, and LED illumination. This will be achieved using the pairing technique above.
|
||||
- More sensor sketches! If you have designed any open source sensor modules for ESP32 or 8266, please contact me and I will provide a link and/or code for your device in this repo.
|
||||
- More sensor and controller sketches! If you have designed any open source modules for ESP32 or 8266, please contact me and I will provide support for your device in this repo.
|
||||
- Support for several new devices and protocols: ethernet, nRF24L01, 4G LTE, and the E5 LoRa module from Seeed Studio.
|
||||
- Some ability to compress data for more efficient LoRa usage and to avoid using floats. Better documentation/development of the DataReading 'type' attribute will come with this.
|
||||
|
||||
|
@ -49,12 +49,7 @@ void setup() {
|
||||
subscribeFDRS(READING_ID);
|
||||
}
|
||||
void loop() {
|
||||
// data1 = readHum();
|
||||
// loadFDRS(data1, HUMIDITY_T);
|
||||
// data2 = readTemp();
|
||||
// loadFDRS(data2, TEMP_T);
|
||||
// sendFDRS();
|
||||
// sleepFDRS(10); //Sleep time in seconds
|
||||
|
||||
}
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user