Timm Bogner
Timm Bogner
**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...
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,...
@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...