<?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>BMM150 on Thingy:53</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/123979/bmm150-on-thingy-53</link><description>I am trying to build a firmware for Thingy:53 that simply streams the magnetometer via BLE. I have BLE and Gatt working fine; I can even read and stream the IMU sensor. But all of my attempts at magnetometer has failed. When I call is_device_ready, I</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 27 Aug 2025 23:06:13 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/123979/bmm150-on-thingy-53" /><item><title>RE: BMM150 on Thingy:53</title><link>https://devzone.nordicsemi.com/thread/546985?ContentTypeID=1</link><pubDate>Wed, 27 Aug 2025 23:06:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0f425d1c-b818-41fb-bc26-1276b0e29993</guid><dc:creator>AJonThingy53</dc:creator><description>&lt;p&gt;I figured the issue; there is a bug in ncs/v3.1.0/zephyr/drivers/sensor/bosch/bmm150/bmm150.c in &amp;quot;pm_action&amp;quot; for the &amp;quot;PM_DEVICE_ACTION_RESUME&amp;quot; case; it is missing a &amp;quot;break;&amp;quot; at the end of the case. Because of it, currently, it always returns&amp;nbsp;&lt;span&gt;-&lt;/span&gt;&lt;span&gt;ENOTSUP from the default case. Once I added the break, it fixed the problem. Hope this helps others.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>