<?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>How to use the 2.4G to simulate send Advertising packet with non-connectable and non-scannable with nrf52832</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/124961/how-to-use-the-2-4g-to-simulate-send-advertising-packet-with-non-connectable-and-non-scannable-with-nrf52832</link><description>I want to send Advertising packet with non-connectable and non-scannable via 2.4G without using the Bluetooth protocol stack. I try Congfig Nrf52832 &amp;#39;s RADIO ,but it didn&amp;#39;t work.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 15 Oct 2025 11:01:16 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/124961/how-to-use-the-2-4g-to-simulate-send-advertising-packet-with-non-connectable-and-non-scannable-with-nrf52832" /><item><title>RE: How to use the 2.4G to simulate send Advertising packet with non-connectable and non-scannable with nrf52832</title><link>https://devzone.nordicsemi.com/thread/551563?ContentTypeID=1</link><pubDate>Wed, 15 Oct 2025 11:01:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ddd848ac-a831-4cbd-b2c3-7cd98cc4a1c9</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;We don&amp;#39;t have any official support for this, but you can have a look at this old unofficial project that uses the RADIO directly for BLE advertising.&lt;/p&gt;
&lt;p&gt;&lt;a id="" href="https://github.com/NordicPlayground/solar_sensor_beacon/tree/master"&gt;https://github.com/NordicPlayground/solar_sensor_beacon/tree/master&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a id="" href="https://github.com/NordicPlayground/solar_sensor_beacon/blob/master/src/hal_radio.c"&gt;https://github.com/NordicPlayground/solar_sensor_beacon/blob/master/src/hal_radio.c&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/NordicPlayground/solar_sensor_beacon/blob/master/src/sensor_beacon.c#L390"&gt;https://github.com/NordicPlayground/solar_sensor_beacon/blob/master/src/sensor_beacon.c#L390&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use the 2.4G to simulate send Advertising packet with non-connectable and non-scannable with nrf52832</title><link>https://devzone.nordicsemi.com/thread/551561?ContentTypeID=1</link><pubDate>Wed, 15 Oct 2025 10:48:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f6ea9c20-49b2-44e0-8412-5670a2136d8b</guid><dc:creator>freeman_shanghai</dc:creator><description>&lt;p&gt;&lt;span&gt;I want to know if the Nrf52832 chip can implement this function. If it can, please help me, buddy.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use the 2.4G to simulate send Advertising packet with non-connectable and non-scannable with nrf52832</title><link>https://devzone.nordicsemi.com/thread/551560?ContentTypeID=1</link><pubDate>Wed, 15 Oct 2025 10:47:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e0f5ef51-8ac0-49b6-9d02-6ce16ed0669e</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The BLE protocol has strict timing and formatting rules, and using the Bluetooth stack guarantees&amp;nbsp;BLE compliance, with&amp;nbsp;robust and reliable behavior. The nRF52832 has&amp;nbsp;512 KB flash, and e.g. the S112 stack will take around 100KB, so you still have 80% of the flash to your application.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use the 2.4G to simulate send Advertising packet with non-connectable and non-scannable with nrf52832</title><link>https://devzone.nordicsemi.com/thread/551531?ContentTypeID=1</link><pubDate>Wed, 15 Oct 2025 07:46:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ba009507-df5b-4809-9719-1f20e995f7e5</guid><dc:creator>freeman_shanghai</dc:creator><description>&lt;p&gt;&lt;span&gt;Since the Bluetooth protocol stack occupies flash memory and RAM, and also increases programming time, and given that I only need to send broadcast packets at regular intervals (similar to how 2.4G works) without using any other Bluetooth functions, I don&amp;rsquo;t think it&amp;rsquo;s necessary to use the protocol stack.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use the 2.4G to simulate send Advertising packet with non-connectable and non-scannable with nrf52832</title><link>https://devzone.nordicsemi.com/thread/551406?ContentTypeID=1</link><pubDate>Tue, 14 Oct 2025 11:05:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3039316e-86bd-42f6-838f-6c84d3b1adbc</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi!&lt;/p&gt;
[quote user=""]without using the Bluetooth protocol stack.[/quote]
&lt;p&gt;Why?&amp;nbsp;I strongly recommend using the Bluetooth stack for this.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>