<?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>Implementing Matter weather station using nrf52840DK and Bosch BME280 sensor</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/110810/implementing-matter-weather-station-using-nrf52840dk-and-bosch-bme280-sensor</link><description>Hi, 
 I am using nrf52840DK and trying to implement a weather station application using thingy53 application example. I am using a Bosch BME280 sensor and could read the data from the using I2C. 
 Now I was integrating it into matter using same DK and</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 16 May 2024 08:30:19 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/110810/implementing-matter-weather-station-using-nrf52840dk-and-bosch-bme280-sensor" /><item><title>RE: Implementing Matter weather station using nrf52840DK and Bosch BME280 sensor</title><link>https://devzone.nordicsemi.com/thread/484627?ContentTypeID=1</link><pubDate>Thu, 16 May 2024 08:30:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cabae3a3-1ede-433d-862e-e41742073a9c</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Have you made any other changes to the application?&lt;/p&gt;
&lt;p&gt;Can you upload the application log from the device? Please upload it using Insert &amp;gt; Code or as a text file with Insert &amp;gt; Image/video/file.&lt;/p&gt;
&lt;p&gt;It might also be easier to start with the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.6.1/nrf/samples/matter/template/README.html"&gt;Matter Template&lt;/a&gt; sample and add clusters and functionality as explained in &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.6.1/nrf/protocols/matter/getting_started/adding_clusters.html"&gt;Adding clusters to Matter application&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Implementing Matter weather station using nrf52840DK and Bosch BME280 sensor</title><link>https://devzone.nordicsemi.com/thread/483480?ContentTypeID=1</link><pubDate>Wed, 15 May 2024 11:44:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2636fccd-0c38-4be2-b661-53cc95564a2f</guid><dc:creator>rutwik</dc:creator><description>&lt;p&gt;Hi Marte,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;div style="background-color:#1f1f1f;color:#cccccc;font-family:Consolas, &amp;#39;Courier New&amp;#39;, monospace;font-size:14px;font-weight:normal;line-height:19px;white-space:pre;"&gt;
&lt;div&gt;&lt;span style="color:#6a9955;"&gt;# Enable CHIP&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_CHIP&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_CHIP_ENABLE_PAIRING_AUTOSTART&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_CHIP_PROJECT_CONFIG&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=&lt;/span&gt;&lt;span style="color:#ce9178;"&gt;&amp;quot;src/chip_project_config.h&amp;quot;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#6a9955;"&gt;# 32781 == 0x800D (matter example of Temperature measurement device as NCS Weather Station)&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_CHIP_DEVICE_PRODUCT_ID&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=32781&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_STD_CPP17&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style="color:#6a9955;"&gt;# Enable Bluetooth Low Energy&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_BT_DEVICE_NAME&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=&lt;/span&gt;&lt;span style="color:#ce9178;"&gt;&amp;quot;MatterWeather&amp;quot;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style="color:#6a9955;"&gt;# Add support for LEDs, buttons and buzzer&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_DK_LIBRARY&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_PWM&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style="color:#6a9955;"&gt;# Configure Thingy:53 sensors&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_I2C&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_SENSOR&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_BME280&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_ADC&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style="color:#6a9955;"&gt;# Suspend devices when the CPU goes into sleep&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_PM_DEVICE&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style="color:#6a9955;"&gt;# Other settings&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_IEEE802154_NRF5_RX_STACK_SIZE&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=8192&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_THREAD_NAME&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_MPU_STACK_GUARD&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_CHIP_LIB_SHELL&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style="color:#6a9955;"&gt;# Average Thingy:53 current consumption&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_AVERAGE_CURRENT_CONSUMPTION&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=10000&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style="color:#6a9955;"&gt;# Enable DFU over Bluetooth LE SMP&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_CHIP_DFU_OVER_BT_SMP&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style="color:#6a9955;"&gt;# Increase system workqueue size, as SMP is processed within it&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=4096&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style="color:#6a9955;"&gt;# 0x0302 (Temp. sensor)&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_CHIP_DEVICE_TYPE&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=770&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_BT_RX_STACK_SIZE&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=1500&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style="color:#6a9955;"&gt;# Configure UART logging and shell&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_LOG&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_LOG_MODE_DEFERRED&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_LOG_PROCESS_THREAD_STACK_SIZE&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=1024&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_LOG_BUFFER_SIZE&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=8192&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_LOG_FUNC_NAME_PREFIX_DBG&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=n&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_MATTER_LOG_LEVEL_DBG&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_SHELL&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_SHELL_LOG_BACKEND&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style="color:#6a9955;"&gt;# Configure USB CDC ACM&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_USB_DEVICE_INITIALIZE_AT_BOOT&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_USB_DEVICE_PRODUCT&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=&lt;/span&gt;&lt;span style="color:#ce9178;"&gt;&amp;quot;NRF52840DK Matter Weather&amp;quot;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_USB_DEVICE_PID&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=0x530D&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_UART_LINE_CTRL&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_SHELL_BACKEND_SERIAL_INIT_PRIORITY&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=51&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span style="color:#6a9955;"&gt;# Use minimal C library instead of the Picolib&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_MINIMAL_LIBC&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;this is the prj.conf file that I am using to build.&lt;/p&gt;
&lt;p&gt;And I dont see any thing on the serial monitor I am attaching what I am able to see through Com.&lt;/p&gt;
&lt;p&gt;I: Starting bootlader&lt;/p&gt;
&lt;p&gt;E: failed to openfalsh area ID 1&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/4024.boot-error.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Implementing Matter weather station using nrf52840DK and Bosch BME280 sensor</title><link>https://devzone.nordicsemi.com/thread/483181?ContentTypeID=1</link><pubDate>Tue, 14 May 2024 08:14:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cc16d399-b5e6-40d2-aeae-7e18f04eff15</guid><dc:creator>rutwik</dc:creator><description>&lt;p&gt;Hi marte,&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t see the device advertising.&lt;/p&gt;
&lt;p&gt;I have attached some of the files from build and what i see in the serial monitor.&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/build-1.png" /&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/matter-build.png" /&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/5270.rtt.png" /&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/build-2.png" /&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/chip-gn.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I could see everything build and flashing in the board but I don&amp;#39;t see the device advertising or any thing on the serial terminal.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks &amp;amp; regards&lt;/p&gt;
&lt;p&gt;Rutwik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Implementing Matter weather station using nrf52840DK and Bosch BME280 sensor</title><link>https://devzone.nordicsemi.com/thread/483055?ContentTypeID=1</link><pubDate>Mon, 13 May 2024 13:00:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f19fcc7c-e916-470f-93ed-98a2d966e682</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi Rutwik,&lt;/p&gt;
[quote user="rutwik"]Still I could not connect using bluetooth.[/quote]
&lt;p&gt;Do you see the device advertise?&lt;/p&gt;
&lt;p&gt;Do you have application logs from the device that you can share?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Implementing Matter weather station using nrf52840DK and Bosch BME280 sensor</title><link>https://devzone.nordicsemi.com/thread/482948?ContentTypeID=1</link><pubDate>Mon, 13 May 2024 07:55:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0262dfa9-87e4-43bd-9965-e06df1736b98</guid><dc:creator>rutwik</dc:creator><description>&lt;p&gt;Hi Marte,&lt;/p&gt;
&lt;p&gt;I have tried using prj.conf and tried to optimise the footprint according to the guide you provided,.&lt;/p&gt;
&lt;p&gt;Still I could not connect using bluetooth.&lt;/p&gt;
&lt;p&gt;But when i tried flashing different application from matter, I could see my device as a bluetooth device I am unable to connect to it.&lt;/p&gt;
&lt;p&gt;I see LED glowing with very low intensity but unable to connect to the device.&lt;/p&gt;
&lt;p&gt;Is there anything that I could change to make bluetooth enable.&lt;/p&gt;
&lt;p&gt;Thanks and Regards&lt;/p&gt;
&lt;p&gt;Rutwik&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Implementing Matter weather station using nrf52840DK and Bosch BME280 sensor</title><link>https://devzone.nordicsemi.com/thread/482304?ContentTypeID=1</link><pubDate>Tue, 07 May 2024 13:42:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:823f5f95-dc4e-4633-9472-5a37e1860714</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The release config turns off logging, so it makes sense that you do not see any serial logging from the device. However, you should still be able to connect to the device over Bluetooth and the LEDs should still be working. You can try using prj.conf and instead reduce the footprint according to the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.6.1/nrf/test_and_optimize/optimizing/memory.html"&gt;Memory footprint optimization&lt;/a&gt; guide.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Implementing Matter weather station using nrf52840DK and Bosch BME280 sensor</title><link>https://devzone.nordicsemi.com/thread/482199?ContentTypeID=1</link><pubDate>Tue, 07 May 2024 08:13:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e5d82844-68dc-4307-b82b-93dfa9a8497a</guid><dc:creator>rutwik</dc:creator><description>&lt;p&gt;Hi Marte,&lt;/p&gt;
&lt;p&gt;I have tried using prj_release.conf and the i could build the code and also flashed it into the DK but i could see any error msg or the board doesn&amp;#39;t give any data out.&lt;/p&gt;
&lt;p&gt;previously I could get the data from the sensor from the dk.&lt;/p&gt;
&lt;p&gt;but once i have tried to implement it in matter the DK doesn&amp;#39;t show to connet via BLE.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The only output msg i get in the serial monitor is booting zephyr version.&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/3107.Matter.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t see any LED either on the board after flashing the code.&lt;/p&gt;
&lt;p&gt;is there anything I am missing.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Implementing Matter weather station using nrf52840DK and Bosch BME280 sensor</title><link>https://devzone.nordicsemi.com/thread/481530?ContentTypeID=1</link><pubDate>Thu, 02 May 2024 11:49:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e2836cc7-dfa9-4e56-aa92-7deb8ad52591</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Please try using prj_release.conf, as that should also reduce the memory footprint.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Implementing Matter weather station using nrf52840DK and Bosch BME280 sensor</title><link>https://devzone.nordicsemi.com/thread/481527?ContentTypeID=1</link><pubDate>Thu, 02 May 2024 11:45:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4a35366b-436e-443f-937c-04519c376bd4</guid><dc:creator>rutwik</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am using prj.conf while building my application.&lt;/p&gt;
&lt;p&gt;I will go through the footprint optimization and if I couldn&amp;#39;t solve it i will get back you.&lt;/p&gt;
&lt;p&gt;Thanks for the quick reply.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Implementing Matter weather station using nrf52840DK and Bosch BME280 sensor</title><link>https://devzone.nordicsemi.com/thread/481522?ContentTypeID=1</link><pubDate>Thu, 02 May 2024 11:41:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:38274cd0-69f5-4d92-ae57-63a5318089e6</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Are you using prj.conf or prj_release.conf as the configuration file when building? &lt;br /&gt;The Matter Weather station, and Matter in general, requires a lot of flash and RAM, so you might get issues running it on the nRF52840 DK unless you use the release configuration. You might also have to make additional changes to reduce the memory footprint further. I recommend going through our &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.6.1/nrf/test_and_optimize/optimizing/memory.html"&gt;Memory footprint optimization&lt;/a&gt; guide to see how to reduce ROM and RAM.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>