<?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>i want to broadcast sensor data and CAN  data coming from another MCU, without connecting  to nrf52833 in  nrf connect app.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/97839/i-want-to-broadcast-sensor-data-and-can-data-coming-from-another-mcu-without-connecting-to-nrf52833-in-nrf-connect-app</link><description>hi community , i am using nrf52833 , 
 my requirement is ,i need to advertise (broadcast) sensor data with out connecting to nrf52833 in nrf connect app. 
 i am using beacon eddystone example code as reference but it advartising ULR website , i am trying</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 22 Mar 2023 11:48:37 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/97839/i-want-to-broadcast-sensor-data-and-can-data-coming-from-another-mcu-without-connecting-to-nrf52833-in-nrf-connect-app" /><item><title>RE: i want to broadcast sensor data and CAN  data coming from another MCU, without connecting  to nrf52833 in  nrf connect app.</title><link>https://devzone.nordicsemi.com/thread/416768?ContentTypeID=1</link><pubDate>Wed, 22 Mar 2023 11:48:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c855c85d-0c17-4686-a8a6-3ab0dbfecb91</guid><dc:creator>Hieu</dc:creator><description>&lt;p&gt;Hi Bharath,&lt;/p&gt;
&lt;p&gt;Both the beacon and ibeacon samples show how to use the Manufacturer Specific Data AD Type.&lt;/p&gt;
&lt;p&gt;You can update data dynamically using this API: &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.3.0/zephyr/connectivity/bluetooth/api/gap.html#c.bt_le_adv_update_data"&gt;bt_le_adv_update_data()&lt;/a&gt;&lt;span&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Hieu&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: i want to broadcast sensor data and CAN  data coming from another MCU, without connecting  to nrf52833 in  nrf connect app.</title><link>https://devzone.nordicsemi.com/thread/416260?ContentTypeID=1</link><pubDate>Mon, 20 Mar 2023 12:54:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:96442376-537c-47de-9298-b3f2fdabd68c</guid><dc:creator>madhurubharath</dc:creator><description>&lt;p&gt;i found example in &lt;strong&gt;&amp;quot;i beacon&lt;/strong&gt;&amp;quot;&amp;nbsp; sample code ,using manufacture data specific how to pass sensor data to advertise .in this array.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: i want to broadcast sensor data and CAN  data coming from another MCU, without connecting  to nrf52833 in  nrf connect app.</title><link>https://devzone.nordicsemi.com/thread/416238?ContentTypeID=1</link><pubDate>Mon, 20 Mar 2023 11:50:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:97c5063b-cf3f-4aec-914b-1919774d6ccc</guid><dc:creator>madhurubharath</dc:creator><description>&lt;p&gt;because if i am trying to&amp;nbsp; provide a variable which increments continually it,s not taking&amp;nbsp; throwing error because BT_DATA_BYTE&amp;nbsp; multiline macro taking only constant values.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: i want to broadcast sensor data and CAN  data coming from another MCU, without connecting  to nrf52833 in  nrf connect app.</title><link>https://devzone.nordicsemi.com/thread/416217?ContentTypeID=1</link><pubDate>Mon, 20 Mar 2023 09:52:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d5835cae-d811-459c-8c73-0aa2988e103e</guid><dc:creator>madhurubharath</dc:creator><description>&lt;p&gt;yes Hieu&amp;nbsp; &amp;nbsp;thankyou for quick replay ,in Beacon sample code&amp;nbsp; they advertising constant&amp;nbsp; value but in my case it is sensor data it will change&amp;#39;s&amp;nbsp; based on the temperature .&lt;/p&gt;
&lt;p&gt;how to provide variable data into this code.&lt;/p&gt;
&lt;p&gt;warm regards&lt;/p&gt;
&lt;p&gt;bharath.m&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt="beacon sample code" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/dyenamic.JPG" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: i want to broadcast sensor data and CAN  data coming from another MCU, without connecting  to nrf52833 in  nrf connect app.</title><link>https://devzone.nordicsemi.com/thread/416205?ContentTypeID=1</link><pubDate>Mon, 20 Mar 2023 09:08:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0364fc73-b1da-4e80-8820-085e630eb47b</guid><dc:creator>Hieu</dc:creator><description>&lt;p&gt;Hi Bharath, it is done in the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/samples/bluetooth/beacon/README.html"&gt;Bluetooth: Beacon&lt;/a&gt; sample.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: i want to broadcast sensor data and CAN  data coming from another MCU, without connecting  to nrf52833 in  nrf connect app.</title><link>https://devzone.nordicsemi.com/thread/416188?ContentTypeID=1</link><pubDate>Mon, 20 Mar 2023 07:31:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:000a625d-4dd6-42e0-904d-71f175fc18c8</guid><dc:creator>madhurubharath</dc:creator><description>&lt;p&gt;tq hieu for correcting the wrong path ,&lt;/p&gt;
&lt;p&gt;can you provide&amp;nbsp; sample code ,how to advertise &amp;quot;manufacturer specific data&amp;quot; with out connecting to nrf52833 in nrf connect&amp;nbsp; mobilw app.&lt;/p&gt;
&lt;p&gt;warm regards,&lt;/p&gt;
&lt;p&gt;bharath.m&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: i want to broadcast sensor data and CAN  data coming from another MCU, without connecting  to nrf52833 in  nrf connect app.</title><link>https://devzone.nordicsemi.com/thread/416123?ContentTypeID=1</link><pubDate>Fri, 17 Mar 2023 21:46:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9f7966d5-36f3-47af-839c-1a06839b8da9</guid><dc:creator>Hieu</dc:creator><description>&lt;p&gt;Hi Bharath,&lt;/p&gt;
&lt;p&gt;Do you know that Eddystone is no longer supported by&amp;nbsp;Google?&lt;/p&gt;
&lt;p&gt;See:&lt;br /&gt;&lt;a href="https://stackoverflow.com/questions/58482475/is-google-deprecating-beacon-service-their-announcement-is-ambiguous"&gt;android - Is Google deprecating beacon service? Their announcement is ambiguous - Stack Overflow&lt;br /&gt;&lt;/a&gt;&lt;em&gt;&lt;strong&gt;and&lt;/strong&gt;&lt;/em&gt;&lt;br /&gt;&lt;a href="https://developers.google.com/nearby/messages/android/get-beacon-messages"&gt;Get Beacon Messages &amp;nbsp;|&amp;nbsp; Nearby Messages API for Android &amp;nbsp;|&amp;nbsp; Google Developers&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t really recommend you continue&amp;nbsp;with Eddystone. It is far more complex than necessary for what you are doing.&lt;/p&gt;
&lt;p&gt;If you just want to&amp;nbsp;add sensor data to your advertisement, please instead look into Manufacturer Specific Data and dynamically update it.&lt;/p&gt;
&lt;p&gt;Hieu&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>