Skip to main content
Visitor II
June 23, 2020
Question

Battery level using bluepy and FP-SNS-ALLMEMS2

  • June 23, 2020
  • 1 reply
  • 732 views

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

    This topic has been closed for replies.

    1 reply

    ST Employee
    July 1, 2020

    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