when I remove the this line - the led stay on
what could be the problem ?
when I read the data from "nRF" I can see the value is "0x01"
and one final "understanding" question:
if I understand correct - there is no need for the connected device to know the Service UUID , just the CHAR uuid
there is no used of the service - right ?
***I mange to make my Python code work - and there I only used the CHAR UUID , didn't use \ took any attention for the Service UUID
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.
Ok, it's working - thank you!
but now I see another problem ,
when I try to read the pin status using this command:
it turn off the led that connected to Relay_Pin
when I remove the this line - the led stay on
what could be the problem ?
when I read the data from "nRF" I can see the value is "0x01"
and one final "understanding" question:
if I understand correct - there is no need for the connected device to know the Service UUID , just the CHAR uuid
there is no used of the service - right ?
***I mange to make my Python code work - and there I only used the CHAR UUID , didn't use \ took any attention for the Service UUID