2020-06-23 09:36 AM
Hello
I had download the firmware FP-SNS-ALLMEMS2 on my STEVAL-MKSBOX1V1. From de app I can read the batery level, and I want to do the same with my raspberry and using bluepy. I have a script where I read the temperature and humidity values, so I wanted to know which uuid I should use for reading batery level characteristic as I do with enviromental values.
Thanks
2020-07-01 07:30 AM
Hi @Nicolás Martinez , the uuid characteristic for the battery is the one here below:
BATTERY_CHAR_UUID --> 0x00,0x02,0x00,0x00,0x00,0x01,0x11,0xe1,0xac,0x36,0x00,0x02,0xa5,0xd5,0xc5,0x1b
Regards