<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Is it possible to read the power usage out of the Thingy52 using Bluetooth?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/58300/is-it-possible-to-read-the-power-usage-out-of-the-thingy52-using-bluetooth</link><description>I can&amp;#39;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?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 25 Feb 2020 15:44:48 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/58300/is-it-possible-to-read-the-power-usage-out-of-the-thingy52-using-bluetooth" /><item><title>RE: Is it possible to read the power usage out of the Thingy52 using Bluetooth?</title><link>https://devzone.nordicsemi.com/thread/236328?ContentTypeID=1</link><pubDate>Tue, 25 Feb 2020 15:44:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6f347b5b-4099-4d28-bc52-bb57f2330546</guid><dc:creator>Karl Ylvisaker</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;Now I understand better what you meant in your original question.&lt;br /&gt;In that case, you could use a &lt;a href="https://infocenter.nordicsemi.com/topic/ug_ppk/UG/ppk/PPK_user_guide_Intro.html"&gt;Power Profile kit&lt;/a&gt;&amp;nbsp;or ampere-meter to measure the power consumption&amp;nbsp;of the nRF52832 when performing&amp;nbsp;different operations.&lt;br /&gt;To do this you need to connect the ampere-meter or PPK as shown &lt;a href="https://infocenter.nordicsemi.com/topic/ug_thingy52/UG/thingy52/hw_description/hw_power_current_measurement.html"&gt;here&lt;/a&gt;.&lt;br /&gt;The nominal current drawn by the different sensors are specified in their datasheets. The different sensors are specified and named&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/ug_thingy52/UG/thingy52/hw_description/hw_descr.html"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Reverting to your previous question, it is possible to read out the battery voltage level directly - the value that the Thingy uses to calculate its voltage level. &lt;br /&gt;If you are interested in this, please have a look at the sources/modules/m_batt_meas file from the Thingy 210 SDK.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Karl&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is it possible to read the power usage out of the Thingy52 using Bluetooth?</title><link>https://devzone.nordicsemi.com/thread/236305?ContentTypeID=1</link><pubDate>Tue, 25 Feb 2020 14:58:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:991b9b34-15ea-4f3c-a5fb-7505d9358d04</guid><dc:creator>svansomeren</dc:creator><description>&lt;p&gt;Alternatively, do you know if there&amp;#39;s any documentation available stating how much power each sensor draws per time unit? This way I could just calculate how much power would be used at any time based on which sensors are on.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is it possible to read the power usage out of the Thingy52 using Bluetooth?</title><link>https://devzone.nordicsemi.com/thread/236301?ContentTypeID=1</link><pubDate>Tue, 25 Feb 2020 14:51:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9ab4d6bd-98fb-4c4e-8d55-8349e2c7a353</guid><dc:creator>svansomeren</dc:creator><description>&lt;p&gt;Hey Karl,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m trying to figure out how much power is used while I have x amount of sensors collecting and sending data. I don&amp;#39;t think being able to read the battery level as a percentage will be of much use to me in this case.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Do you know if it&amp;#39;s possible to read the value of power being drawn from the battery somehow?&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is it possible to read the power usage out of the Thingy52 using Bluetooth?</title><link>https://devzone.nordicsemi.com/thread/236298?ContentTypeID=1</link><pubDate>Tue, 25 Feb 2020 14:48:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1b94285a-c19d-437f-b033-eead26d36197</guid><dc:creator>Karl Ylvisaker</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;You can find the documentation for the Thingy52 &lt;a href="https://infocenter.nordicsemi.com/topic/ug_thingy52/UG/thingy52/intro/frontpage.html"&gt;here&lt;/a&gt;.&lt;br /&gt;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 &amp;quot;power usage&amp;quot;, 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.&lt;br /&gt;&lt;br /&gt;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.&lt;br /&gt;If you would like to create your own interface, or have the Thingy52 data available elsewhere on a computer, you can check out &lt;a href="https://github.com/NordicPlayground/Nordic-Thingy52-Nodejs"&gt;this&lt;/a&gt;&amp;nbsp;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.&lt;br /&gt;&lt;br /&gt;Does this answer your question?&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Karl&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>