MySensors 2.0.0 Released
-
Yes, this in the new normal... we moved all the examples using external library dependencies into https://github.com/mysensors/MySensorsArduinoExamples until we can figure out which ones work with auto-dependency-download using the IDE Library Manager.
We would really appreciate some help doing the verification.
-
Actually sensebender sketch is moved to the same repository as the hardware files for the SensebenderMicro.
Problem is that we do not want to have external dependencies on the examples in the MySensors library, as they are not distributed together anymore. That's why examples with external dependencies have been moved to a new repository. Except the sensebender sketch, which we/I decided to relocate to the SensebenderMicro repository, as it's a bit special, and belongs to that hardware..
-
I have been using the beta for some time now, to use the stable version do i just download the zip from github and replace the mysensors folder in arduino -> libraries ?
-
I have just done as said above and works a treat! I was still running on Arduino 1.6.1 but this was enough reason to update!
One question: my serial gateway is still running on 1.5, do I have to update that to 2.0?
I have one node running on 2.0b and that talks just fine. New nodes will follow soon (PCBs are being printed now...) so they will be on 2.0 as well. -
I have just done as said above and works a treat! I was still running on Arduino 1.6.1 but this was enough reason to update!
One question: my serial gateway is still running on 1.5, do I have to update that to 2.0?
I have one node running on 2.0b and that talks just fine. New nodes will follow soon (PCBs are being printed now...) so they will be on 2.0 as well. -
not a big deal, but is there something i should do to get the mysensors to show up in my manage library?
-
not a big deal, but is there something i should do to get the mysensors to show up in my manage library?
-
running 1.6.7 and not seeing it. oh well. not a biggy
-
updated to 1.6.9 and it's there. oh well. probably needed to update anyway :)
-
I've read the documentation and I'm really impressed with the great work you've guys have done. Developping sensors with MySensors had never been this easy. You guys rock!
-
Congratulations!
I used 2.0dev last month and I'm happy to see this version get stable status. :thumbsup: -
-
I did now also update my gateway but I see two messages in the debug panel that I don't understand:
pm open,type:2 0 0;255;3;0;9;TSP:SANCHK:OKDoes anybody have an idea what that means?
@gloob said:
I did now also update my gateway but I see two messages in the debug panel that I don't understand:
pm open,type:2 0 0;255;3;0;9;TSP:SANCHK:OKDoes anybody have an idea what that means?
I have this problem too. What does that mean?
-
@gloob said:
I did now also update my gateway but I see two messages in the debug panel that I don't understand:
pm open,type:2 0 0;255;3;0;9;TSP:SANCHK:OKDoes anybody have an idea what that means?
I have this problem too. What does that mean?
@kenci said:
@gloob said:
I did now also update my gateway but I see two messages in the debug panel that I don't understand:
pm open,type:2 0 0;255;3;0;9;TSP:SANCHK:OKDoes anybody have an idea what that means?
I have this problem too. What does that mean?
The TSP:SANCHK:OK is a sanity check of the radio, this time it's OK. But if we fail in talking with the radio (spi failure etc) it will try to initialize the radio, and also write Fail (I believe)
It's @tekka that is the brain behind this part (and has promised to make some documentation on it :))
-
@kenci said:
@gloob said:
I did now also update my gateway but I see two messages in the debug panel that I don't understand:
pm open,type:2 0 0;255;3;0;9;TSP:SANCHK:OKDoes anybody have an idea what that means?
I have this problem too. What does that mean?
The TSP:SANCHK:OK is a sanity check of the radio, this time it's OK. But if we fail in talking with the radio (spi failure etc) it will try to initialize the radio, and also write Fail (I believe)
It's @tekka that is the brain behind this part (and has promised to make some documentation on it :))
@tbowmo Thank you for the explanation. But what does that mean
pm open,type:2 0
