Did you download the new examples? they are not included anymore.
Here you can find them:
https://github.com/mysensors/MySensorsArduinoExamples/tree/master/examples
Did you download the new examples? they are not included anymore.
Here you can find them:
https://github.com/mysensors/MySensorsArduinoExamples/tree/master/examples
I use V_LEVEL and S_MOISTURE for a moisture sensor.
The percentage part is something i am going to try for sure.
In the 2.0 sketch this is mentioned:
#define COMPARE_TEMP 1 // Send temperature only if changed? 1 = Yes 0 = No
So 0 should keep everything working and sens info even when not changed.
I don't know either and i remember that there should be a zip file which you can download.
I only cannot remember where.
For now you can copy the code and save it.
That is because UDP is enabled, if you uncomment the gateway stuff for the ENC28J60 then it compiles because UDP can be enabled now.
So remove the comment lines and add #define MY_USE_UDP at the end like suggested.
I have an issue where a node stops sending sensor info after a while.
I do not have a log (yet) but i am wondering if a range issue would cause this.
Which reasons could cause a node stop sending info to the gateway?
If needed i can made a log later as i need my laptop connected to it and i cannot reach it at the moment.
yes add the line but only on non battery powered nodes.
If battery powered this will kill battery life.
I have a couple repeater nodes at home to extend the range.
That is quick
I will check ik out later.
Thanks
I think i will invest in suck a buck converter.
There is still plenty coming over from China so many projects to build and i rather do it right the first time.