<?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>Accelerometer data advertising</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/78517/accelerometer-data-advertising</link><description>i have to advertise Lis3dh data. I have accelerometer and nrf52840 dk. Pls assist how can i advertise the data of lis3dh xyz values</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 06 Sep 2021 19:19:41 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/78517/accelerometer-data-advertising" /><item><title>RE: Accelerometer data advertising</title><link>https://devzone.nordicsemi.com/thread/328267?ContentTypeID=1</link><pubDate>Mon, 06 Sep 2021 19:19:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e7d11d3c-6b7a-4007-9092-5e2bd774de8f</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Please create a new support case for the last requirement.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;-Amanda H.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Accelerometer data advertising</title><link>https://devzone.nordicsemi.com/thread/328156?ContentTypeID=1</link><pubDate>Mon, 06 Sep 2021 11:10:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7303e57c-9888-4632-b502-d01bb70a825e</guid><dc:creator>Ridhi</dc:creator><description>&lt;p&gt;Hello, can u assist me with a code where i can send lis3dh data in ibeacon frame format advertising&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Accelerometer data advertising</title><link>https://devzone.nordicsemi.com/thread/328082?ContentTypeID=1</link><pubDate>Mon, 06 Sep 2021 06:09:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a6129ac4-7dae-4742-8959-6563e3af7f41</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Happy to know it works.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;-Amanda H.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Accelerometer data advertising</title><link>https://devzone.nordicsemi.com/thread/327704?ContentTypeID=1</link><pubDate>Thu, 02 Sep 2021 06:52:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4bd131a1-6dda-4762-9cfa-37117b53a47b</guid><dc:creator>Ridhi</dc:creator><description>&lt;p&gt;thankyou it is working now&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Accelerometer data advertising</title><link>https://devzone.nordicsemi.com/thread/327637?ContentTypeID=1</link><pubDate>Wed, 01 Sep 2021 13:28:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5cc126ec-d676-41a5-8c9f-bc5aa58b95a5</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Changing to BLE_GAP_ADV_FLAGS_LE_ONLY_GENERAL_DISC_MODE and setting APP_ADV_DURATION to 0 should&amp;nbsp;advertise unlimitedly.&amp;nbsp;&lt;/span&gt;You need to debug or check the debug log to see why&amp;nbsp;&lt;span&gt;BLE_GAP_ADV_FLAGS_LE_ONLY_GENERAL_DISC_MODE causes to stop advertising.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;If you use BLE_GAP_ADV_FLAGS_LE_ONLY_LIMITED_DISC_MODE, you can start advertising in the&amp;nbsp;BLE_ADV_EVT_IDLE event.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;I will be out of the office for the next few days and back next Monday. If you still have the issue, please create a new support case. Sorry for the inconvenience.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Amand&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Accelerometer data advertising</title><link>https://devzone.nordicsemi.com/thread/327511?ContentTypeID=1</link><pubDate>Wed, 01 Sep 2021 05:28:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a0913bca-a2ee-49c3-b3bc-b3db5d605a6f</guid><dc:creator>Ridhi</dc:creator><description>&lt;p&gt;when i have i have:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;span&gt;BLE_GAP_ADV_FLAGS_LE_ONLY_LIMITED_DISC_MODE;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;APP_ADV_DURATION to 18000 and&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;static void on_adv_evt(ble_adv_evt_t ble_adv_evt)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt; { uint32_t err_code;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt; switch (ble_adv_evt) &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;{ case BLE_ADV_EVT_FAST: &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;err_code = bsp_indication_set(BSP_INDICATE_ADVERTISING); &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;APP_ERROR_CHECK(err_code); &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;break; &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;case BLE_ADV_EVT_IDLE: &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;sleep_mode_enter(); &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;break; &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;default: &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;break; } }&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;my device advertises for 3 mins.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;BUT when&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;changed flags to&amp;nbsp;BLE_GAP_ADV_FLAGS_LE_ONLY_GENERAL_DISC_MODE;&lt;/p&gt;
&lt;p&gt;and APP_ADV_DURATION to 0 ;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt; case BLE_ADV_EVT_IDLE: &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;err_code = ble_advertising_start(&amp;amp;m_advertising, BLE_ADV_MODE_FAST); APP_ERROR_CHECK(err_code); &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;break; &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;default: &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;break;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;but this way the device stops advertising.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;What i need is that my device should advertise unlimitedly&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;pls help&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Accelerometer data advertising</title><link>https://devzone.nordicsemi.com/thread/327444?ContentTypeID=1</link><pubDate>Tue, 31 Aug 2021 13:39:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1bb0d1a4-5816-4dff-9598-427f76572725</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;&lt;span&gt;Hi,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Max. advertisement time with the&amp;nbsp;BLE_GAP_ADV_FLAGS_LE_ONLY_LIMITED_DISC_MODE flag is 180 seconds, see &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v7.3.0/group___b_l_e___g_a_p___a_d_v___t_i_m_e_o_u_t___v_a_l_u_e_s.html#ga015a498d3d56d7642dc7456fb12e08b6"&gt;BLE_GAP_ADV_TIMEOUT_LIMITED_MAX&lt;/a&gt;&amp;nbsp;.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;Do you get BLE_ADV_EVT_IDLE event after&amp;nbsp;APP_ADV_DURATION&amp;nbsp;is been expired? If so,&amp;nbsp;start advertising following the BLE_ADV_EVT_IDLE event.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;-Amanda&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Accelerometer data advertising</title><link>https://devzone.nordicsemi.com/thread/327390?ContentTypeID=1</link><pubDate>Tue, 31 Aug 2021 11:09:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:67d3ddb5-99d3-42e9-b986-436b2a1b5626</guid><dc:creator>Ridhi</dc:creator><description>&lt;p&gt;I have followed this but when i increase my&amp;nbsp;&lt;/p&gt;
&lt;div class="author"&gt;
&lt;div class="avatar"&gt;&lt;a class="internal-link view-user-profile" href="https://devzone.nordicsemi.com/members/ridhima"&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class="content full threaded-reply-content user-defined-markup"&gt;
&lt;div class="content"&gt;
&lt;p&gt;&amp;nbsp;I am trying to change&amp;nbsp;&lt;/p&gt;
&lt;p&gt;APP_ADV_DURATION to be more than 180 seconds but i am not able to do so.&lt;/p&gt;
&lt;p&gt;I am getting advertisement data only for 3 mins not beyond that&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Accelerometer data advertising</title><link>https://devzone.nordicsemi.com/thread/327139?ContentTypeID=1</link><pubDate>Mon, 30 Aug 2021 08:54:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:21496c5c-4a6a-473b-9ef5-7ef218fd0457</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;&lt;span&gt;You may do so by starting advertising following the BLE_ADV_EVT_IDLE event that is generated when the advertising module moves to idle.&lt;/span&gt;&lt;br /&gt;&lt;span&gt;Please see this&amp;nbsp;&lt;/span&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/61748/ble-event-after-stop-advertising-nrf52840-s140-sdk16/251520#251520"&gt;ticket answer by my colleague&lt;/a&gt;&lt;span&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The tool cannot be adjusted to present the float format in the manufacturer data field.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;-Amanda&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Accelerometer data advertising</title><link>https://devzone.nordicsemi.com/thread/327099?ContentTypeID=1</link><pubDate>Mon, 30 Aug 2021 06:02:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b27d8cc1-faa8-44ed-a803-e2e922d03f70</guid><dc:creator>Ridhi</dc:creator><description>&lt;p&gt;Gentle Reminder&lt;/p&gt;
&lt;p&gt;Also, i want that my advertisement of lis3dh data to be indfinite duration. I am trying to change&amp;nbsp;&lt;/p&gt;
&lt;p&gt;APP_ADV_DURATION&amp;nbsp; &amp;nbsp; to 0&lt;/p&gt;
&lt;p&gt;and&amp;nbsp;&lt;span&gt;BLE_GAP_ADV_FLAGS_LE_ONLY_GENERAL_DISC_MODE;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;but still my adverting gets stopped and no change is viewd kindly help&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Accelerometer data advertising</title><link>https://devzone.nordicsemi.com/thread/327059?ContentTypeID=1</link><pubDate>Sat, 28 Aug 2021 06:14:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7c05818e-0ed6-4c1f-83a0-cb101365e086</guid><dc:creator>Ridhi</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;thanku for assistance&lt;/p&gt;
&lt;p&gt;i am able to receive the data of lis3dh in manufacturer data field. My issue is that i am receiving data in HEX format values. I want to view it in form of float. how to view?&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/3365.Capture.PNG" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Accelerometer data advertising</title><link>https://devzone.nordicsemi.com/thread/326917?ContentTypeID=1</link><pubDate>Fri, 27 Aug 2021 08:19:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:01e676fe-4e7c-4718-8e79-b8aa36e898c3</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Have a look at this &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/69082/advertise-configuration-of-manufacturer-specific-data"&gt;case&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;-Amanda H.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Accelerometer data advertising</title><link>https://devzone.nordicsemi.com/thread/326676?ContentTypeID=1</link><pubDate>Thu, 26 Aug 2021 08:45:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9a9d5ade-ee95-4c67-af43-f2797d73d63b</guid><dc:creator>Ridhi</dc:creator><description>&lt;p&gt;hello, am able to receive the data values in manufacturing packet. But i am only able to get x axis data kindly assist how to parse the values:&lt;/p&gt;
&lt;p&gt;&lt;span&gt;i have float LIS3DH_Acc[3];&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;these are the values i receive:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;uint8_t tmp[6] = {0};&lt;br /&gt; int16_t tmp_int16[3] = {0};&lt;br /&gt; uint8_t status = 0;&lt;br /&gt; &lt;br /&gt; //check data ready?&lt;br /&gt; i2c_read(LIS3DH_I2C_ADDRESS ,(LIS3DH_REGISTER_STATUS_REG2), &amp;amp;status, 0x01);&lt;br /&gt; if(status &amp;amp; LIS3DH_STATUS_REG_ZYXDA)&lt;br /&gt; { &lt;br /&gt; i2c_read(LIS3DH_I2C_ADDRESS ,(LIS3DH_REGISTER_OUT_X_L | LIS3DH_READ_MULTI_BYTES), tmp, 0x06);&lt;br /&gt; tmp_int16[0] = (int16_t)((tmp[1]&amp;lt;&amp;lt; 8) | tmp[0]);&lt;br /&gt; tmp_int16[1] = (int16_t)((tmp[3]&amp;lt;&amp;lt; 8) | tmp[2]);&lt;br /&gt; tmp_int16[2] = (int16_t)((tmp[5]&amp;lt;&amp;lt; 8) | tmp[4]);&lt;/p&gt;
&lt;p&gt;LIS3DH_Acc[0] = (float)(tmp_int16[0]) * LIS3DH_ACC_CONVERT_8G;&lt;br /&gt; LIS3DH_Acc[1] = (float)(tmp_int16[1]) * LIS3DH_ACC_CONVERT_8G;&lt;br /&gt; LIS3DH_Acc[2] = (float)(tmp_int16[2]) * LIS3DH_ACC_CONVERT_8G;&lt;/p&gt;
&lt;p&gt;now, i have to put&amp;nbsp;these values in data field of advertising packet manufacturer data&lt;/p&gt;
&lt;p&gt;manuf_data.company_identifier = 0xFFFF;&lt;br /&gt; manuf_data.data.p_data = data;&lt;br /&gt; manuf_data.data.size = sizeof(data);&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;in this i want to put the data of LIS3DH_ACC how to put&amp;nbsp;&lt;span&gt;LIS3DH_Acc[0],LIS3DH_Acc[1],LIS3DH_Acc[2] values in data field??&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Accelerometer data advertising</title><link>https://devzone.nordicsemi.com/thread/326494?ContentTypeID=1</link><pubDate>Wed, 25 Aug 2021 09:52:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:39c3a51b-c6e6-4601-ba51-49826be9d3ab</guid><dc:creator>Ridhi</dc:creator><description>&lt;p&gt;I am able to set the manufacturer data with values of lis3dh in advertising mode. I am abel to get values&amp;nbsp;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/WhatsApp-Image-2021_2D00_08_2D00_25-at-3.20.05-PM.jpeg" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;0x00010A this is the lis3dh data but i want that these acceleration values should be displayed in floating format&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Accelerometer data advertising</title><link>https://devzone.nordicsemi.com/thread/326465?ContentTypeID=1</link><pubDate>Wed, 25 Aug 2021 08:18:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:441c1d46-daf9-4b24-9bc4-5d08df055950</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Please study tutorials:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/nordic/short-range-guides/b/bluetooth-low-energy/posts/ble-advertising-a-beginners-tutorial"&gt;Bluetooth low energy Advertising, a beginner&amp;#39;s tutorial&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/nordic/short-range-guides/b/bluetooth-low-energy/posts/bluetooth-smart-and-the-nordics-softdevices-part-1"&gt;Bluetooth Smart and the Nordic&amp;#39;s Softdevices - Part 1 GAP Advertising&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;And refer to the examples to modify.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;-Amanda H.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Accelerometer data advertising</title><link>https://devzone.nordicsemi.com/thread/326077?ContentTypeID=1</link><pubDate>Mon, 23 Aug 2021 05:11:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b9d02a7e-c41c-4bf4-92a5-564c7e0f9d2a</guid><dc:creator>Ridhi</dc:creator><description>&lt;p&gt;can you pls help&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Accelerometer data advertising</title><link>https://devzone.nordicsemi.com/thread/325612?ContentTypeID=1</link><pubDate>Thu, 19 Aug 2021 04:58:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:474b999d-ab48-4ba4-b871-9636b858023e</guid><dc:creator>Ridhi</dc:creator><description>&lt;p&gt;gentle reminder&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Accelerometer data advertising</title><link>https://devzone.nordicsemi.com/thread/325265?ContentTypeID=1</link><pubDate>Tue, 17 Aug 2021 10:29:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2ff59065-8c92-4b92-89d9-65cc4de8ad18</guid><dc:creator>Ridhi</dc:creator><description>&lt;p&gt;can u refer some example kindly where lis3dh data is advertised. I need some assistance for reference as i am new to it&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Accelerometer data advertising</title><link>https://devzone.nordicsemi.com/thread/325238?ContentTypeID=1</link><pubDate>Tue, 17 Aug 2021 08:01:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a3d75673-31fb-490c-91e7-3856e969d503</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;You should refer to&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.2/ble_sdk_app_beacon.html"&gt;Beacon Transmitter Sample Application&lt;/a&gt;&lt;span&gt;&amp;nbsp;or&amp;nbsp;&lt;/span&gt;&lt;a href="http://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/bluetooth/direction_finding_connectionless_tx/README.html"&gt;Direction finding connectionless beacon&lt;/a&gt;&amp;nbsp;to modify your project.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;-Amanda H.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Accelerometer data advertising</title><link>https://devzone.nordicsemi.com/thread/325044?ContentTypeID=1</link><pubDate>Mon, 16 Aug 2021 08:43:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d133a03b-1c1e-4407-99ca-5fa2a7db4a2d</guid><dc:creator>Ridhi</dc:creator><description>&lt;p&gt;actually i have interfaced the accelerometer and am able to get data over ble via TWI. but this data is in connectable mode. But i want to display the xyz values in advertising mode for which i need your assistance&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Accelerometer data advertising</title><link>https://devzone.nordicsemi.com/thread/325041?ContentTypeID=1</link><pubDate>Mon, 16 Aug 2021 08:40:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:484620e3-e045-4fd4-8114-f50c62457604</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;We don&amp;#39;t have the code as your requirements.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;On a high level, you would implement this with some code that reads data from the sensor, for example via TWI or SPI. There are some relevant examples in the SDK, though not accelerometer specific. Then you would expose those data via BLE.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;There are several&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/search?q=lis3dh"&gt;similar cases on Davzone&lt;/a&gt;&amp;nbsp;like&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/68605/nrf52832-and-lis3dh-accelerometer"&gt;nrf52832-and-lis3dh-accelerometer&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/49486/nrf52-twi-communication-with-lis3dh"&gt;nrf52-twi-communication-with-lis3dh&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/76400/nrf52-ble-beacon-with-accelerometer-data-advertising"&gt;nrf52-ble-beacon-with-accelerometer-data-advertising&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;-Amanda H.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Accelerometer data advertising</title><link>https://devzone.nordicsemi.com/thread/324879?ContentTypeID=1</link><pubDate>Fri, 13 Aug 2021 13:51:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3b8b4c39-d94c-40f8-9688-ce3e47527066</guid><dc:creator>Ridhi</dc:creator><description>&lt;p&gt;hi,&lt;/p&gt;
&lt;p&gt;i know about the Beacon example and know about the advertising. But now i want to advertise the data of lis3dh accelerometer. pls assist me with some code that i can implement&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Accelerometer data advertising</title><link>https://devzone.nordicsemi.com/thread/324873?ContentTypeID=1</link><pubDate>Fri, 13 Aug 2021 13:37:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:adafe7ce-e42b-43c1-90be-9ed8fcd385d2</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I would suggest you take a look at&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.2/ble_sdk_app_beacon.html"&gt;Beacon Transmitter Sample Application&lt;/a&gt;&amp;nbsp;or&amp;nbsp;&lt;a href="http://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/bluetooth/direction_finding_connectionless_tx/README.html"&gt;Direction finding connectionless beacon&lt;/a&gt;&amp;nbsp;on how to advertise with data, and search for similar use cases on Davzone.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;-Amanda H.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>