MySensors 1.5 Released
-
Master branch on github is now 1.5! This means that we finally made a drop from the (hopefully) stable development branch.
This version should be backward compatible with 1.4 both over-the-air and sketch-vise unless you use the constructor arguments which has changed to cope with a more flexible architecture.
So you can safely update one node (or gateway) to 1.5 without affecting the rest of your radio network.
Here are some of the new stuff (we have probably talked about most of it already on the forum):
- Message signing using ATSHA204 hardware or software driver
- Multiple radio transport driver architecture
- RFM69 radio support
- Support for multiple hardware layers (ATMega328 default implementation)
- New sensors: RGB, RGBW, Color, Multimeter, HVAC, Sprinkler, Water leak, Sound, Vibration, Moisture
- New variables: Voltage, Current, RGB RGBW, Id, Unit prefix, Setpoint, Level
- Allow indication LEDs (tx,rx,err) on sensors
- Sensor presentation description message
- OTA updates using on-board flash (and DualOptiboot bootloader)
- Allow SOFTSPI configuration from MyConfig.h
- Bugfixes!
I'm having problems getting the codebender examples up and running with 1.5. Hopefully I'll get some support on this soon.
-
Congrats too! lots lots of fun in perspective...
-
Wow...great stuff Hek.
-
Master branch on github is now 1.5! This means that we finally made a drop from the (hopefully) stable development branch.
This version should be backward compatible with 1.4 both over-the-air and sketch-vise unless you use the constructor arguments which has changed to cope with a more flexible architecture.
So you can safely update one node (or gateway) to 1.5 without affecting the rest of your radio network.
Here are some of the new stuff (we have probably talked about most of it already on the forum):
- Message signing using ATSHA204 hardware or software driver
- Multiple radio transport driver architecture
- RFM69 radio support
- Support for multiple hardware layers (ATMega328 default implementation)
- New sensors: RGB, RGBW, Color, Multimeter, HVAC, Sprinkler, Water leak, Sound, Vibration, Moisture
- New variables: Voltage, Current, RGB RGBW, Id, Unit prefix, Setpoint, Level
- Allow indication LEDs (tx,rx,err) on sensors
- Sensor presentation description message
- OTA updates using on-board flash (and DualOptiboot bootloader)
- Allow SOFTSPI configuration from MyConfig.h
- Bugfixes!
I'm having problems getting the codebender examples up and running with 1.5. Hopefully I'll get some support on this soon.
-
Master branch on github is now 1.5! This means that we finally made a drop from the (hopefully) stable development branch.
This version should be backward compatible with 1.4 both over-the-air and sketch-vise unless you use the constructor arguments which has changed to cope with a more flexible architecture.
So you can safely update one node (or gateway) to 1.5 without affecting the rest of your radio network.
Here are some of the new stuff (we have probably talked about most of it already on the forum):
- Message signing using ATSHA204 hardware or software driver
- Multiple radio transport driver architecture
- RFM69 radio support
- Support for multiple hardware layers (ATMega328 default implementation)
- New sensors: RGB, RGBW, Color, Multimeter, HVAC, Sprinkler, Water leak, Sound, Vibration, Moisture
- New variables: Voltage, Current, RGB RGBW, Id, Unit prefix, Setpoint, Level
- Allow indication LEDs (tx,rx,err) on sensors
- Sensor presentation description message
- OTA updates using on-board flash (and DualOptiboot bootloader)
- Allow SOFTSPI configuration from MyConfig.h
- Bugfixes!
I'm having problems getting the codebender examples up and running with 1.5. Hopefully I'll get some support on this soon.
-
looking forward to trying the new release.
One question, it mentions the new sensors, where would I find the "multimeter" sensor? Had a look but could not see anything
New sensors: RGB, RGBW, Color, Multimeter, HVAC, Sprinkler, Water leak, Sound, Vibration, Moisture
-
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