No catch block is called but the color of the light does not change. Im not really sure if new Uint8Array([0x00, 255, 0, 0]) is the write type here but 00FF0000 or \x00\xFF\x00\x00 does not work either. When i read the characteristic i get:
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.
The idea for my first Puck.js project is to use the puck a wall switch to control three BLE lamps (https://www.amazon.de/dp/B00PB4VXDS) i have. Based on some other code (https://codelabs.developers.google.com/codelabs/candle-bluetooth/index.html) this should be a simple task. So far i can connect, read the current color and set the name of the light. But setting the color doesn't work.
No catch block is called but the color of the light does not change. Im not really sure if
new Uint8Array([0x00, 255, 0, 0])
is the write type here but00FF0000
or\x00\xFF\x00\x00
does not work either. When i read the characteristic i get:I am thankful for any help or ideas.