<?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>Eddystone TLM</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/15826/eddystone-tlm</link><description>Dear Nordic Team, 
 Thanks for supporting. 
 How to calculate the battery voltage level from Eddystone TLM. Its always transmit 240mV.
I am using CR2302 3V battery. 
 My hardware : nRF51422 development kit</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 19 Aug 2016 04:32:47 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/15826/eddystone-tlm" /><item><title>RE: Eddystone TLM</title><link>https://devzone.nordicsemi.com/thread/60429?ContentTypeID=1</link><pubDate>Fri, 19 Aug 2016 04:32:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:91388844-a60b-4adc-a352-926cc7889b16</guid><dc:creator>Murugan</dc:creator><description>&lt;p&gt;*** Thank you&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Eddystone TLM</title><link>https://devzone.nordicsemi.com/thread/60428?ContentTypeID=1</link><pubDate>Thu, 18 Aug 2016 12:44:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:296f0e52-0344-4e78-8caf-c26cd3046bae</guid><dc:creator>Ole Bauck</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Probably your code is using this define in the eddystone TLM data:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;#define APP_EDDYSTONE_TLM_BATTERY       0x00, 0xF0                        
/**&amp;lt; Mock value. Battery voltage in 1 mV per bit. */
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Which corresponds to 240mV.&lt;/p&gt;
&lt;p&gt;To actually get the battery voltage you have to measure it. You can take a look at the ble_app_proximity example on how to do this (hint: take a look at the &lt;code&gt;adc_configure()&lt;/code&gt; and &lt;code&gt;adc_event_handler(..)&lt;/code&gt; functions). When you have the battery voltage in millivolt you can update the correct bytes in the &lt;code&gt;eddystone_tlm_data&lt;/code&gt; array (if you are using the eddystone example in the SDK).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>