@Gordon thanks for the reply. this exactly what I needed!
This-
char-write-req 0x0010 4c45442e746f67676c6528290a
worked properly and turned the led on and again doing it turned it off. But when I write
"LED.toggle()\n".split("").map(x=>(256+x.charCodeAt()).toString(16).substr(-2)).join("")
In WebIDE it doesn't give me any hexadecimal character
And I also followed the simblee clone instruction
char-write-req 0x0013 000001
this writes but the led doesn't turn on.
1 Attachment
@user101743 started
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.
@Gordon thanks for the reply. this exactly what I needed!
This-
worked properly and turned the led on and again doing it turned it off. But when I write
In WebIDE it doesn't give me any hexadecimal character
And I also followed the simblee clone instruction
this writes but the led doesn't turn on.
1 Attachment