MySensors 2.0.0 Released
-
This is great news!
Thank you for all the work. -
I've just tried it and it look really great!
When is the documentation comming? I'm having some trouble understanding the errors i get in the log. It says: !TSM:CHKID:FAIL (ID=255)
!TSM:FAILURE
TSM:PDTAnyone has an idea?
Thanks in advance!
-
Thank you to all contributors for this fine piece of software!
Cheers!
-
I've just tried it and it look really great!
When is the documentation comming? I'm having some trouble understanding the errors i get in the log. It says: !TSM:CHKID:FAIL (ID=255)
!TSM:FAILURE
TSM:PDTAnyone has an idea?
Thanks in advance!
@nielsokker documentation about the log messages is WIP and will follow soon.
In brief:
TSM refers to the transport state machine, (!) to an error.
Your error !TSM:CHKID:FAIL indicates that the node didn't receive a (valid) ID, hence !TSM:FAILURE (transport not operational) followed by TSM:PDT which means that the radio was powered-down for a while followed by a re-initialisation. -
excellent. let me try to find the updates and see what advantages are in it for me.
great job guys. -
@nielsokker documentation about the log messages is WIP and will follow soon.
In brief:
TSM refers to the transport state machine, (!) to an error.
Your error !TSM:CHKID:FAIL indicates that the node didn't receive a (valid) ID, hence !TSM:FAILURE (transport not operational) followed by TSM:PDT which means that the radio was powered-down for a while followed by a re-initialisation.Thank you for your answer! Does this mean that the hardware is failing? I used the repeater example.
-
Thank you for your answer! Does this mean that the hardware is failing? I used the repeater example.
-
What am I doing wrong when I get this when I try to compile?
I have a new installation of Arduino IDE 1.6.5 (have tried 1.6.7 also, and still the same)and I have put the new files in my arduino sketchbook also deleted all old ones)Arduino:1.6.5 (Windows 8.1), Kort:"Arduino Nano, ATmega328"
DustSensor.ino:49:25: fatal error: MySensors.h: No such file or directory
compilation terminated.
Fel vid kompilering.This report would have more information with
"Show verbose output during compilation"
enabled in File > Preferences. -
What am I doing wrong when I get this when I try to compile?
I have a new installation of Arduino IDE 1.6.5 (have tried 1.6.7 also, and still the same)and I have put the new files in my arduino sketchbook also deleted all old ones)Arduino:1.6.5 (Windows 8.1), Kort:"Arduino Nano, ATmega328"
DustSensor.ino:49:25: fatal error: MySensors.h: No such file or directory
compilation terminated.
Fel vid kompilering.This report would have more information with
"Show verbose output during compilation"
enabled in File > Preferences.I had the same error. You have to(instead of what the 1.5 manual says) keep all the files in the mysensors_master folder. This folder needs to be in the libraries folder that already exists.
-
Guess it's a good thing I am just getting started. I am guessing 2.0 should be the default go to now?
-
Guess it's a good thing I am just getting started. I am guessing 2.0 should be the default go to now?
-
:mega: We are happy to announce a major release of the MySensors library to 2.0.0!
For details, see here.
Doxygen links on the master github frontpage are not working. These are the correct links:
master development@Anticimex said:
:mega: We are happy to announce a major release of the MySensors library to 2.0.0!
For details, see here.
Doxygen links on the master github frontpage are not working. These are the correct links:
master developmentThanks a lot for that great piece of work!!!
-
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..