any news about 1.3 final release?
n1ck1355
@n1ck1355
Best posts made by n1ck1355
-
RE: MYSBootloader 1.3 pre-release & MYSController 1.0.0beta
-
RE: no connection with GatewayW5100MQTTClient
ok i got it.. i don't know why but i reuploaded the sketch und bam...it works
Latest posts made by n1ck1355
-
RE: Battery powered PIR
Hi
does anyone know where i actually find the FT531IA? on aliexpress there are only FT531EA with output of 2.5V -
RE: Is it worth building accurate sensors?
what? a simple ds18b20 (only temp sensor) cost <1$..
i belive that the sensors with hum are also not quite expenive -
RE: Mi-Light controller for Mysensors
@Nca78 :
did you have success with thw NRF boards connecting?
-
RE: Mi-Light controller for Mysensors
Thank you @ted
i already played with it and can turn the bulbs on/off. i will play around with your
information to make the other funktions work.But what i see is that you cannot e.g. dim the bulbs softly from say 100% to 20% cause
that would be more commands behind each other. But the node must reset itself after
each command by calling _Begin() and that takes some time..
any suggestions to resolve that? -
RE: Mi-Light controller for Mysensors
@ted are you there and can get a hint please?
-
RE: Mi-Light controller for Mysensors
@Jason-Brunk
unfortunately i havnt got my own milight bulbs but for what i've seen on the
reverse engineered protocol page the payload must be something like
"07B0F2EA359001B9ACF9" for all on or
"07B0F2EA7D910FD4EC72" for greenor the part "07B0F2EA" must be the ID so the payload
is somethink like "359001B9ACF9" for all on and
"7D910FD4EC72" for green -
RE: MYSBootloader 1.3 pre-release & MYSController 1.0.0beta
@Mickey :
It's the same problem i've posted about 4 months ago here.. i also cant run sketches i've uploaded via serial..
i hope it is solved with a new release...maybe the final already @tekka? -
RE: MYSBootloader 1.3 pre-release & MYSController 1.0.0beta
any news about 1.3 final release?
-
RE: MYSBootloader 1.3 pre-release & MYSController 1.0.0beta
@tekka i musst revert my previous post...
I've OTA uploaded the sketch from my first post:void setup() { Serial.begin(57600); Serial.println("Setup Start"); } void loop() { }
and i connected the board over Serial with my computer. After uploading the sketch i did not noticed any output on the serial monitor in the Arduino IDE. Also checked the transfer rate.
However the time reporter firmware works fine.