<?xml-stylesheet type="text/xsl" href="https://community.element14.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/"><channel><title>Temperature Measuring Without Any Sensors In NRF52832</title><link>/technologies/internet-of-things/b/blog/posts/temperature-measuring-without-any-sensors-in-nrf52832</link><description>You can measure the temperature without any external temperature sensor, for measuring the temperature all you need is only nrf52832.

When you want to measure the temperature of the surroundings while developing Bluetooth low-energy projec...</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Temperature Measuring Without Any Sensors In NRF52832</title><link>https://community.element14.com/technologies/internet-of-things/b/blog/posts/temperature-measuring-without-any-sensors-in-nrf52832</link><pubDate>Fri, 02 Dec 2022 07:28:57 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:de290bed-c9a4-4c6c-8d04-18d19a6e87e0</guid><dc:creator>gulshan212</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;I just can&amp;#39;t expect this, I never think that temperature may be measured without sensors.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=24737&amp;AppID=27&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Temperature Measuring Without Any Sensors In NRF52832</title><link>https://community.element14.com/technologies/internet-of-things/b/blog/posts/temperature-measuring-without-any-sensors-in-nrf52832</link><pubDate>Wed, 09 Nov 2022 23:31:57 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:de290bed-c9a4-4c6c-8d04-18d19a6e87e0</guid><dc:creator>shabaz</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;That&amp;#39;s got to be the longest article on using an internal temp sensor without a PCB manufacturer recommendation.&lt;/p&gt;
&lt;p&gt;It&amp;#39;s 2 lines with a Pi Pico:&lt;/p&gt;
&lt;p&gt;&lt;a id="" href="https://learn.adafruit.com/getting-started-with-raspberry-pi-pico-circuitpython/temperature-gauge"&gt;https://learn.adafruit.com/getting-started-with-raspberry-pi-pico-circuitpython/temperature-gauge&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;But these sensors are not intended for environment monitoring. The silicon sensors are cheap/inaccurate as it is, and then they are right next to the processor, so that they sense the temperature of the powered component, not the ambient temperature. Granted it could be similar if power consumption is low, but then your code might want to put the processor to sleep in-between readings perhaps.&amp;nbsp;A thermistor (or anything) is a better option.&lt;/p&gt;
&lt;p&gt;Also why are the BLE header files included in the code, if it&amp;#39;s not being used?&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=24737&amp;AppID=27&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Temperature Measuring Without Any Sensors In NRF52832</title><link>https://community.element14.com/technologies/internet-of-things/b/blog/posts/temperature-measuring-without-any-sensors-in-nrf52832</link><pubDate>Mon, 07 Nov 2022 16:16:26 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:de290bed-c9a4-4c6c-8d04-18d19a6e87e0</guid><dc:creator>baldengineer</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Why did you put a PCB ad in a post about a project that doesn&amp;#39;t use a custom PCB?&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=24737&amp;AppID=27&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Temperature Measuring Without Any Sensors In NRF52832</title><link>https://community.element14.com/technologies/internet-of-things/b/blog/posts/temperature-measuring-without-any-sensors-in-nrf52832</link><pubDate>Mon, 07 Nov 2022 14:06:29 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:de290bed-c9a4-4c6c-8d04-18d19a6e87e0</guid><dc:creator>misaz</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Note that resolution != accuracy. Resolution means that it can return temperature in multiples of 0.25 &amp;deg;C, so for exampl 25.5 but it cant return 25.6 because 25.6 is not multiple of 0.25. Accuracy is +-5&amp;deg;C in case of nRF52832 and it means that returned value is +-5 &amp;deg;C from real temperature. It is simple temperautre sensor inside the package used mainly for measuring tempearutre of the die. It measure temperature inside the chip. Not temperature of the package. It is not designed for accurate temperature measurements like in case of weather station or medical applications. I personaly think that it is here for some internal temperature compensation and exposing value to the user is just side efect.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=24737&amp;AppID=27&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Temperature Measuring Without Any Sensors In NRF52832</title><link>https://community.element14.com/technologies/internet-of-things/b/blog/posts/temperature-measuring-without-any-sensors-in-nrf52832</link><pubDate>Mon, 07 Nov 2022 00:19:41 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:de290bed-c9a4-4c6c-8d04-18d19a6e87e0</guid><dc:creator>dougw</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Good work. Was the internal sensor accurate or does it need calibration?&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=24737&amp;AppID=27&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>