urish / web-lightbulb

Smart Light Bulb Web App (using Web Bluetooth)
https://urish.github.io/web-lightbulb
MIT License
48 stars 26 forks source link

ReadAllvalueCharacteristique #5

Open thiamugb opened 6 years ago

thiamugb commented 6 years ago

Hi, I want to read many value for a characteristic using web ble app. with then if i use: service.getCharacteristic('uuidcaracteristic').then(function(characteristic){ characteristic.readValue().then(function(value){ } and this return just one value and in my characteric i have three value (if i use nrf connect app i see all value in the characteristic) i saw service.getcharacteristics() and i don't know how used it. Best Regards

urish commented 6 years ago

Can you post a screen shot of what you see on nRF connect?

thiamugb commented 6 years ago

blesend blesend01 blesend00

And i write this value in the same characteristic