Phhere / Playbulb

tools for communication with Playbulb led lights (Candle, Rainbow,..)
MIT License
43 stars 17 forks source link

Cannot Write to Playbulb Candle #8

Closed litobro closed 8 years ago

litobro commented 8 years ago

I've tried sniffing my Candle with android, and determined colour is stored in Handle 0x0019. The problem is, when I try to do a "char-write-cmd 0x0019 0x0000FF00" for example, the colour of the bulb does not change. And the read back value has not changed either, is gatttool using opcode 0x52 as a write command for this? And am I missing anything else?

EDIT: I'm silly, just had to do "char-write-cmd 0x0019 00FF000000"