serial2begin 115200
then serial2println xxxx
Explore... Chat... Share...
Moderator: Mmiscool
serial2begin 9600
delay 500
serial2println chr(126) & chr(2) & chr(12) & chr(239) 'Reset the JQ6500
button "Play" [play]
button "Pause" [pause]
button "<" [prev]
button ">" [next]
button "Vol -" [voldown]
button "Vol +" [volup]
[loop]
wait
[play]
serial2println chr(126) & chr(2) & chr(13) & chr(239)
goto [loop]
[pause]
serial2println chr(126) & chr(2) & chr(14) & chr(239)
goto [loop]
[prev]
serial2println chr(126) & chr(2) & chr(2) & chr(239)
goto [loop]
[next]
serial2println chr(126) & chr(2) & chr(1) & chr(239)
goto [loop]
[volup]
serial2println chr(126) & chr(2) & chr(4) & chr(239)
goto [loop]
[voldown]
serial2println chr(126) & chr(2) & chr(5) & chr(239)
goto [loop]
It takes about 20-25 seconds for home assistant c[…]
I tried to upgrade tof my sonoff basic R2 with the[…]
a problem Perhaps you want to define "Probl[…]
Rebooting your router will not give you a faster I[…]
There are no other notifications from esptool.py i[…]
Using the Arduino IDE, you'll learn how to set up […]
In this project, you will post to Twitter using an[…]
In this project, we will build a water level contr[…]
I guess I'm late, but I had the same problem and f[…]
Last night I received my first D1 Minis for a lear[…]
Although I am aware that this is an old post, I fe[…]