This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Is it possible to read the power usage out of the Thingy52 using Bluetooth?

I can't find any documentation about this and my project depends on it.

Would it be possible to read the power usage in volts or any other value through a bluetooth connection?

Parents
  • Hi,

    You can find the documentation for the Thingy52 here.
    As you can see in the documentation, it is possible to get the device battery level, through the battery level service. I am not sure if it is the battery level you refer to when you say "power usage", or do you specifically seek to know the voltage level or current drain of the battery? The battery level available through the battery level service is provided as a percentage of its maximal charge.

    If you are using the accompanying Thingy app for IOS / Android, you can read the battery level in the app directly. Unfortunately, displaying battery level in the web version of the Thingy52 interface is unavailable.
    If you would like to create your own interface, or have the Thingy52 data available elsewhere on a computer, you can check out this unsupported example for guidance. It contains a battery.js example on how to retrieve the battery level of the device from a computer with bluetooth.

    Does this answer your question?

    Best regards,
    Karl

Reply
  • Hi,

    You can find the documentation for the Thingy52 here.
    As you can see in the documentation, it is possible to get the device battery level, through the battery level service. I am not sure if it is the battery level you refer to when you say "power usage", or do you specifically seek to know the voltage level or current drain of the battery? The battery level available through the battery level service is provided as a percentage of its maximal charge.

    If you are using the accompanying Thingy app for IOS / Android, you can read the battery level in the app directly. Unfortunately, displaying battery level in the web version of the Thingy52 interface is unavailable.
    If you would like to create your own interface, or have the Thingy52 data available elsewhere on a computer, you can check out this unsupported example for guidance. It contains a battery.js example on how to retrieve the battery level of the device from a computer with bluetooth.

    Does this answer your question?

    Best regards,
    Karl

Children
Related