Hmm. You should definitely just be sending only LED1.set();\n - but I wonder whether this is a bug in the hub software when sending to named devices...
Can you try removing the puck1 name, and then sending to /ble/write/ad:dr:es:ss:00/nus/nus_tx ?
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.
Hmm. You should definitely just be sending only
LED1.set();\n
- but I wonder whether this is a bug in the hub software when sending to named devices...Can you try removing the
puck1
name, and then sending to/ble/write/ad:dr:es:ss:00/nus/nus_tx
?