Timm Bogner
Timm Bogner
> I also kinda like to emphasize that there is nothing special about that gateway. To clarify, I'm afraid the user will think that that one is in some way...
[Here's](https://github.com/timmbogner/Farm-Data-Relay-System/tree/reorganization) what I'm thinking for gateways. I have them configured to also propel data outwards if the user were to put data _into_ the MQTT gateway. In a tutorial, these...
Yep. I think the best method is to have the device circuit configured to wake when any button is pressed (diodes may be needed?), then check which button it was...
Sorry if this comes a little late, but I just realized that we can solve it all by only defining globals in globals.h, and the rest in config.h . Having...
Ope, guess I was thinking this got wrapped up in the PR. All of these changes sound reasonable! fdrs_gateway.h is preferred. At some point I want to talk about your...
The external checkConfig.h is a good call. I've been considering adding a separate header file for all non-crucial functions like this. That way we can add lots of extra tools...
The generic "fdrs_node.h" (~~soon fdrs_client.h?~~) file is about to replace fdrs_sensor.h. The LoRa sensor compiles in the two-way-comms branch if you change the include to "fdrs_node.h". What I'm hoping to...
Idea pinned for future development in https://github.com/timmbogner/Farm-Data-Relay-System/discussions/148.
This issue was discussed further in #188. I've decided to switch to CBOR to encode the data portion of the DataReading object. My current method of moving all data as...
Thanks @bvwelch, that's great to hear! This seems like a good time to get an overview of my thoughts on this down on paper. I'm going to be pretty thorough...