<?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>Using sensor shell with the internal die temp sensor</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/126716/using-sensor-shell-with-the-internal-die-temp-sensor</link><description>I am using SDK 3.1.1. I am trying to use the &amp;quot;sensor get&amp;quot; command with the internal die temp sensor. 
 In theory, this is all off the shelf software. I didn&amp;#39;t write anything. 
 The sensor is enabled in the device tree. It shows up in the &amp;#39;device list</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 02 Feb 2026 16:08:40 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/126716/using-sensor-shell-with-the-internal-die-temp-sensor" /><item><title>RE: Using sensor shell with the internal die temp sensor</title><link>https://devzone.nordicsemi.com/thread/560150?ContentTypeID=1</link><pubDate>Mon, 02 Feb 2026 16:08:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1118962f-8c60-4f4e-b583-4bca40e00cf1</guid><dc:creator>robert.grady</dc:creator><description>&lt;p&gt;I feel like its a catch-22.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If MPSL is enabled, the mpls driver for the temp_die is loaded, NOT the sensor API driver. The sensor shell never sees the temp_die sensor, since when it searches the sensor API segment it is not found.&lt;/p&gt;
&lt;p&gt;If MPLS is disabled, the sensor API driver for the temp_die is correctly loaded. The sensor shell sees the temp_die sensor, but calls to it (using &amp;quot;sensor get&amp;quot;) hang. (because mpsl is disabled?)&lt;/p&gt;
&lt;p&gt;Maybe this sensor API driver has never worked for the temp_die sensor?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using sensor shell with the internal die temp sensor</title><link>https://devzone.nordicsemi.com/thread/560064?ContentTypeID=1</link><pubDate>Sun, 01 Feb 2026 17:47:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:22eb504b-b0c4-4139-8d9c-b682b1b73ce6</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;&lt;span&gt;I think t&lt;/span&gt;he&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span&gt;temp_nrf5&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;driver waits for a TEMP interrupt, but MPSL owns that peripheral, so the interrupt never fires and the read hangs. That is why it&amp;nbsp;might work if you bypass the error checking.&lt;/p&gt;
&lt;p&gt;For a reference sample, check&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span&gt;zephyr/samples/sensor/die_temp_polling.&amp;nbsp;&lt;/span&gt;&amp;nbsp;it uses the same die‑temp sensor path. I have not used this sensor sample myself, but trying to suggest here based on the Kconfig docs&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using sensor shell with the internal die temp sensor</title><link>https://devzone.nordicsemi.com/thread/559809?ContentTypeID=1</link><pubDate>Wed, 28 Jan 2026 15:22:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:68761f08-c6ad-4fec-a415-993396d67b48</guid><dc:creator>robert.grady</dc:creator><description>&lt;p&gt;I have not written any code.&amp;nbsp; I am using the die_temp driver supplied with the sdk.&amp;nbsp; And I am using the sensor shell supplied with the sdk.&lt;/p&gt;
&lt;p&gt;Is there an example of how to use the die temp with the sensor shell anywhere?&amp;nbsp; It should be possible.&amp;nbsp; I don&amp;#39;t think I am doing anything unusual.&lt;/p&gt;
&lt;p&gt;When the program hangs, it is waiting the the sensor read operation to complete, but it never does. I almost think the the wrong driver is being loaded.&amp;nbsp; Has anyone every confirmed that this driver works?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using sensor shell with the internal die temp sensor</title><link>https://devzone.nordicsemi.com/thread/559748?ContentTypeID=1</link><pubDate>Wed, 28 Jan 2026 07:40:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9c2c0774-1aa1-4eb7-96be-b6bc70ae383d</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Rob, we still need to get the serial logs. We need to understand why enabling MPSL&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The details that you gave is not enough to narrow down hundreds of possibilities. If possible share your code or code snippets aswell.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you cannot share, then start your application in debugger and let it run until you use &amp;#39;sensor get&amp;#39; and then let your program hang. At that moment, pause your debugger and let us know function call stack to get more context on what is happening.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using sensor shell with the internal die temp sensor</title><link>https://devzone.nordicsemi.com/thread/559698?ContentTypeID=1</link><pubDate>Tue, 27 Jan 2026 14:25:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:19a679da-459c-4e7b-b6f7-976762e6a7e5</guid><dc:creator>robert.grady</dc:creator><description>&lt;p&gt;If I disable MPSL, then the sensor shows up in the &amp;#39;sensor list&amp;#39; command.&amp;nbsp; But if I then use &amp;#39;sensor get&amp;#39; the program just hangs.&lt;/p&gt;
&lt;p&gt;If I enable MPSL, then the sensor does NOT show up on the &amp;#39;sensor list&amp;#39; command.&amp;nbsp; But if I disable the checks for sensor class and sensor API, &amp;#39;sensor get&amp;#39; is return the correct temperature.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using sensor shell with the internal die temp sensor</title><link>https://devzone.nordicsemi.com/thread/559668?ContentTypeID=1</link><pubDate>Tue, 27 Jan 2026 11:19:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:33d5dba8-aba3-46c2-807b-1e719116a594</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Rob,&lt;/p&gt;
&lt;p&gt;Can you please tell us more about which error checking is commented out in the sensor_shell.c? If it was the error check that was the issue, then it should have thrown out some error logs regarding those failed checks. Can you show us some serial logs so that we can analyze what the issue could be here?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>