MySensors 1.5 Released
-
Congratulations to you and all contributors! I will try to update the plugin asap.
-
Yeeeeeee Haaaaaaaw :bowtie:
-
@hek I have them all already:
Water leak,Moisture : my leaf wetness
Sound: I have stopped by waiting to have a real decibel algorithm... but I need FFT for that...
Vibration: done it too ;-) help yourself !https://github.com/empierre/arduino/blob/master/FloodSensor.ino
https://github.com/empierre/arduino/blob/master/LeafWetnessSensor.ino
https://github.com/empierre/arduino/blob/master/SoundSensor2.ino
https://github.com/empierre/arduino/blob/master/VibrationSensor.ino -
@hek I have them all already:
Water leak,Moisture : my leaf wetness
Sound: I have stopped by waiting to have a real decibel algorithm... but I need FFT for that...
Vibration: done it too ;-) help yourself !https://github.com/empierre/arduino/blob/master/FloodSensor.ino
https://github.com/empierre/arduino/blob/master/LeafWetnessSensor.ino
https://github.com/empierre/arduino/blob/master/SoundSensor2.ino
https://github.com/empierre/arduino/blob/master/VibrationSensor.ino -
@hek seems there is something to correct http://forum.mysensors.org/topic/1729/updated-support-to-serial-version-1-5
-
@hek seems there is something to correct http://forum.mysensors.org/topic/1729/updated-support-to-serial-version-1-5
-
Very nice. How do I find out how the new sensor types work? Specifically the RGB and RGBW sensors.
I've browsed through the source code but haven't found it yet. What file should I be looking into? -
@diggs
I haven't made sketch-examples for all new sensor types yet. The community needs to help me with that. :) -
I have to say, the documentation for the update to 1.5 was done very well... thanks to you and whomever else assisted.
nice work!
:thumbsup:
-
Thanks, but still room for improvements. :)
@Anticimex is currently deploying a jenkins build-server to automate builds of the examples for different platforms when things get pushed to github. Makes it much easier to keep up the quality.
This will also allow automatic doxygen documentation and perhaps a bit of a rearrangement of the repository layout which isn't optimal (except when downloading/installing).
-