ooops! dooooh! ... that's for sure not what my intention was... I'm clear on that the 433 OOK is for small amounts of data only and that it has to be repeated... after all, it is just this single signal over and over sent until, for example, the lights come on or go off... At one time I had it right - in the txDev.tx(...,txStr(),...) transmit call... anyway: thank you for pointing it out.
And yes, I'm on 1v99.
I did some more work and worked through the different implementations as out of the box and what @DrAzzy did. There I verified 'down to the dot / pulses' that expected data was sent. I will share it in a next post.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
ooops! dooooh! ... that's for sure not what my intention was... I'm clear on that the 433 OOK is for small amounts of data only and that it has to be repeated... after all, it is just this single signal over and over sent until, for example, the lights come on or go off... At one time I had it right - in the
txDev.tx(...,txStr(),...)
transmit call... anyway: thank you for pointing it out.And yes, I'm on 1v99.
I did some more work and worked through the different implementations as out of the box and what @DrAzzy did. There I verified 'down to the dot / pulses' that expected data was sent. I will share it in a next post.