MySensors 1.4 Released
-
Happy to say that we're now live with 1.4!
Visit http://www.mysensors.org for loads of new content .
-
@hek Sweet! I like them :)
http://www.mysensors.org/radio/nrfTop.png <- I got extremely confused in the beginning because my colors on my cables did not match the ones on the image (of course) but maybe you should add PIN number to that image for extreme clarification :)
-
@hek Sweet! I like them :)
http://www.mysensors.org/radio/nrfTop.png <- I got extremely confused in the beginning because my colors on my cables did not match the ones on the image (of course) but maybe you should add PIN number to that image for extreme clarification :)
-
Happy to say that we're now live with 1.4!
Visit http://www.mysensors.org for loads of new content .
@hek
in http://www.mysensors.org/build/battery
I actually like mr @Yveaux vcc library https://github.com/Yveaux/arduino_vccI use it on my battery powers nodes my self (then I'm not using a stepup/down converter that is) (and I've noticed its not in mysensors lib)
-
Happy to say that we're now live with 1.4!
Visit http://www.mysensors.org for loads of new content .
-
Indeed!! Thank you everyone for all the hard work that goes into this project to help make it all possible for those of us like me who don't really have a clue what we are doing. :clap: :clap: :clap: :clap: :clap: :clap: :clap:
-
CONGRATULATIONS Henrik and all those that made this release happen. It is a wealthy step up from 1.3...
-
CONGRATULATIONS Henrik and all those that made this release happen. It is a wealthy step up from 1.3...
@marceltrapman said:
CONGRATULATIONS Henrik and all those that made this release happen. It is a wealthy step up from 1.3...
And the future looks even brighter with :
- Multi radio support
- Understandable split between devices vs variables.
- OTA improvements
- MySensors hardware!!
- ...and hopefully some kind of cloud enabled node-controller. Yeah .. I know it takes an awful lot of time to get that up and running.
- Runner ups: Encryption, Time awareness and scheduling
Hope to see more controller plugins and fun projects from the community.
Thanks to all donors and code contributors! Really! :heart: You make the project progress!
-
Great work, Henrik!
And good work on fostering a community of cats as well!
Donation made in honor of the release.
-
Great work, Henrik!
And good work on fostering a community of cats as well!
Donation made in honor of the release.
-
Happy to say that we're now live with 1.4!
Visit http://www.mysensors.org for loads of new content .
-
Congratulations!!
-
Indeed!! Thank you everyone for all the hard work that goes into this project to help make it all possible for those of us like me who don't really have a clue what we are doing. :clap: :clap: :clap: :clap: :clap: :clap: :clap:
@ServiceXp said:
Indeed!! Thank you everyone for all the hard work that goes into this project to help make it all possible for those of us like me who don't really have a clue what we are doing. :clap: :clap: :clap: :clap: :clap: :clap: :clap:
I gotta agree with this big time!
The examples and the ease in which I can upload sketches is great, and because it is so easy i have the confidence to do this and try different things and learn. It has been over 20 years since I programmed any code, and that length of time has kind of scared me so I felt I couldn't do it again, but this is just made so easy!
I love the pics and I just watched the video demo on the knock sensor! That was awesome!!!!
-
Happy to say that we're now live with 1.4!
Visit http://www.mysensors.org for loads of new content .
@hek Congratulations to you and to everyone involved in making this transition. Thanks for everything you have done for us.
Is it safe to assume that all of the code examples are now Lib 1.4 based? As I recall previous discussion said the Lib 1.4 change has to be applied to the Gateway and Sensors all together?
-
@hek Congratulations to you and to everyone involved in making this transition. Thanks for everything you have done for us.
Is it safe to assume that all of the code examples are now Lib 1.4 based? As I recall previous discussion said the Lib 1.4 change has to be applied to the Gateway and Sensors all together?
@clippermiami said:
Is it safe to assume that all of the code examples are now Lib 1.4 based? As I recall previous discussion said the Lib 1.4 change has to be applied to the Gateway and Sensors all together?
Yes, everything on main site is now 1.4.
-
Hello,
I am a bit puzzled by the documentation online as I try to upgrade my home made controller/gateway.
Before we had a description of the radio signal as 5 fields, now it is 6 and even reading the lua code for Vera I've not seen the new field being used. (apart for making it not backward compatible, not a big issue for me)
Also some new capacities are here, but they lack documentation (at least for me), where can I have a look to see the expected behavior on both side ? (sensor and controller/gateway)?
And to finish, what is the ack behavior on the radio, meaning that before I observed that the sendVariable needed to be requested 2 to 3 times to have it correctly received by the node, is there an automatic retry from the node as before ? (I suspect not from the simpler and clever new method...).
As a positive note, I've moved all my sketches to 1.4 (time bounced watermeter was the hardest) and run a parallel gateway till all is "stable", so far so good !