<?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>Issue with Configuring MAX30101 with nRF Connect SDK</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/115091/issue-with-configuring-max30101-with-nrf-connect-sdk</link><description>Hi, all, 
 I am new to nRF Connect SDK and am currently facing some configuration issues with the MAX30101 driver in a Zephyr project. Here is the example program and source code for the driver. My main question is: how do you configure sensors like the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 07 Oct 2024 11:21:23 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/115091/issue-with-configuring-max30101-with-nrf-connect-sdk" /><item><title>RE: Issue with Configuring MAX30101 with nRF Connect SDK</title><link>https://devzone.nordicsemi.com/thread/505162?ContentTypeID=1</link><pubDate>Mon, 07 Oct 2024 11:21:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5c815f82-2dc1-4e6f-a72f-3bfc4bd722c6</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Jack,&amp;nbsp;&lt;br /&gt;I would suggest to use prj.conf directly. It&amp;#39;s the easiest way.&amp;nbsp;&lt;br /&gt;Otherwise if you want to use GUI, you can use the nRF Kconfig GUI&amp;nbsp;&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1728300025212v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Then you can click save minimal and save it as a .conf overlay file. Make sure to use this overlay file in your project.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue with Configuring MAX30101 with nRF Connect SDK</title><link>https://devzone.nordicsemi.com/thread/505036?ContentTypeID=1</link><pubDate>Fri, 04 Oct 2024 15:04:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1282fc84-8d4d-403c-a64a-c1bdca93a348</guid><dc:creator>Jack Alex</dc:creator><description>&lt;p&gt;Yes, I do see the&amp;nbsp;&lt;span&gt;.config change by changing the prj.conf file in my project.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Is there any way that I can use the GUI to configure it?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue with Configuring MAX30101 with nRF Connect SDK</title><link>https://devzone.nordicsemi.com/thread/504644?ContentTypeID=1</link><pubDate>Wed, 02 Oct 2024 09:30:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a6cf4bde-4ffd-449e-8b13-f6e5cf71c3cd</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Jack,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Could you confirm that you now can build and don&amp;#39;t have to change .config manually ?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Sometimes VSCode couldn&amp;#39;t get all the configurations correctly and will show some warning. But if you can build with no problem then it&amp;#39;s fine. You may want to try remove the build configuration and build again with VSCode.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue with Configuring MAX30101 with nRF Connect SDK</title><link>https://devzone.nordicsemi.com/thread/504562?ContentTypeID=1</link><pubDate>Tue, 01 Oct 2024 14:13:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bb9f4201-8dc1-434c-913f-9fcbce3aee5f</guid><dc:creator>Jack Alex</dc:creator><description>&lt;p&gt;Hi, Hung,&lt;/p&gt;
&lt;p&gt;Thanks for the reply. Here is the device tree overlay.&lt;pre class="ui-code" data-mode="text"&gt;// To get started, press Ctrl+Space to bring up the completion menu and view the available nodes.

// You can also use the buttons in the sidebar to perform actions on nodes.
// Actions currently available include:

// * Enabling / disabling the node
// * Adding the bus to a bus
// * Removing the node
// * Connecting ADC channels

// For more help, browse the DeviceTree documentation at https://docs.zephyrproject.org/latest/guides/dts/index.html
// You can also visit the nRF DeviceTree extension documentation at https://docs.nordicsemi.com/bundle/nrf-connect-vscode/page/guides/ncs_configure_app.html#devicetree-support-in-the-extension
&amp;amp;i2c0 {  
    max30101: max30101@57{
        status = &amp;quot;okay&amp;quot;;
        compatible = &amp;quot;maxim,max30101&amp;quot;;
        reg = &amp;lt; 0x57 &amp;gt;;
    };
};

&amp;amp;gpio0 {
	status = &amp;quot;okay&amp;quot;;
};&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;When I attempt to set any MAX30101-related configuration, I receive a warning message. Interestingly, despite the warning, I still see the configuration changes from &lt;code&gt;prj.conf&lt;/code&gt; reflected in the &lt;code&gt;.config&lt;/code&gt; file.&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:111px;max-width:450px;" height="111" src="https://devzone.nordicsemi.com/resized-image/__size/900x222/__key/communityserver-discussions-components-files/4/pastedimage1727791586751v1.png" width="450" alt=" " /&gt;&lt;img style="max-height:122px;max-width:454px;" height="122" src="https://devzone.nordicsemi.com/resized-image/__size/908x244/__key/communityserver-discussions-components-files/4/pastedimage1727791672535v2.png_2D00_640x480.png" width="454" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue with Configuring MAX30101 with nRF Connect SDK</title><link>https://devzone.nordicsemi.com/thread/504336?ContentTypeID=1</link><pubDate>Mon, 30 Sep 2024 11:24:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:93d86e21-9f40-478d-9b35-80cace3ea771</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Jack,&amp;nbsp;&lt;br /&gt;Could you show your device tree board configuration&amp;nbsp; ?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you set a node with compatible = &amp;quot;maxim,max30101&amp;quot; then&amp;nbsp;DT_HAS_MAXIM_MAX30101_ENABLED&amp;nbsp; will be set.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Have you tried to set CONFIG_MAX30101_LED2_PA=0x33 in your prj.conf ?&amp;nbsp;&lt;br /&gt;Editing the .config file directly is not the best way to do configuration.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>