<?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 connect nordic thingy 52 with ble central example ?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/29812/how-to-connect-nordic-thingy-52-with-ble-central-example</link><description>i want to connect Nordic thingy to a nrf 52840 soc with ble central example. 
 all i want to get is thingy environment service and get temperature and humidity values on ble central device. 
 please, help me out how to do it.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 24 Sep 2020 07:00:40 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/29812/how-to-connect-nordic-thingy-52-with-ble-central-example" /><item><title>RE: how to connect nordic thingy 52 with ble central example ?</title><link>https://devzone.nordicsemi.com/thread/271225?ContentTypeID=1</link><pubDate>Thu, 24 Sep 2020 07:00:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cb8b3ab4-b470-4505-9ab2-bb56b908e7c6</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;/p&gt;
&lt;p&gt;It seems there is an error in the documentation, the latest version of the example is made for SDK v15.3.0.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Can you try it with this SDK and see if it works better?&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to connect nordic thingy 52 with ble central example ?</title><link>https://devzone.nordicsemi.com/thread/271148?ContentTypeID=1</link><pubDate>Wed, 23 Sep 2020 14:58:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9e257103-9360-458d-b6d2-42307da22030</guid><dc:creator>vishal.roy</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/members/ovrebekk"&gt;ovrebekk&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I put the git code inside SD 15.2.0 .When i compile i get this error&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;C:\Nordic\nRF5SDK15209412b96\components\libraries\log\src\nrf_log_backend_rtt.c: No such file or directory&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Any hints!!!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to connect nordic thingy 52 with ble central example ?</title><link>https://devzone.nordicsemi.com/thread/118356?ContentTypeID=1</link><pubDate>Fri, 26 Jan 2018 14:57:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:44f2eaa1-9a83-45e6-ac83-9dca07f699b6</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;You are right of course. For some reason I thought the Thingy would bond, as most BLE devices do.&lt;br /&gt;
In that case I expect that the SoftDevice runs out of buffers (memory) when you try to do service discovery and enable notification on 8 devices at the same time.&lt;/p&gt;
&lt;p&gt;The easiest way to solve this is to disable scanning on the central when you are doing service discovery.  It will slow down the connection time when you have many devices turning on at once, but it will make the process reliable.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to connect nordic thingy 52 with ble central example ?</title><link>https://devzone.nordicsemi.com/thread/118359?ContentTypeID=1</link><pubDate>Tue, 23 Jan 2018 12:17:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4160d284-880d-42e8-aae5-71ac4c9f4899</guid><dc:creator>ToasTer86</dc:creator><description>&lt;p&gt;I dont think I even bond with the Thingy&amp;#39;s how could this still be done ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to connect nordic thingy 52 with ble central example ?</title><link>https://devzone.nordicsemi.com/thread/118358?ContentTypeID=1</link><pubDate>Tue, 23 Jan 2018 07:33:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:582ed07c-3391-475d-8b2c-8b99c1f760b5</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&lt;br /&gt;
Do you bond with the Thingy&amp;#39;s or not?&lt;br /&gt;
If you don&amp;#39;t bond you have to do service discovery every time you reconnect, and if you try to do service discovery with 8 devices at a time there might be some issues.&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to connect nordic thingy 52 with ble central example ?</title><link>https://devzone.nordicsemi.com/thread/118357?ContentTypeID=1</link><pubDate>Mon, 22 Jan 2018 18:16:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b876f4dc-d2fa-437c-97d4-428db0e209a5</guid><dc:creator>nikunj8086</dc:creator><description>&lt;p&gt;hi ToasTer86,
thanks for your sugestion, i was able to bring up thingy config service,weather service, userinterface service,motion service and battery service by doing your way.&lt;/p&gt;
&lt;p&gt;but now i am facing problem where if i connect all thingy one by one my code works fine.
but if i reset my central device and all 8 thingy available at once my central connects to all of them but only enables notification to 3 or 4 of them..
please help me with thi..&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to connect nordic thingy 52 with ble central example ?</title><link>https://devzone.nordicsemi.com/thread/118360?ContentTypeID=1</link><pubDate>Thu, 23 Nov 2017 13:36:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0e9226b1-13ce-49ca-8d7f-985499863f2d</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;I also added support for the &lt;a href="https://github.com/NordicPlayground/nrf52-ble-multi-link-multi-role/tree/master/ble_aggregator/ble_thingy_client"&gt;Thingy UI service clien&lt;/a&gt;t in the &lt;a href="https://github.com/NordicPlayground/nrf52-ble-multi-link-multi-role"&gt;multi link example&lt;/a&gt;, but I was too lazy to add support for the other services ;)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to connect nordic thingy 52 with ble central example ?</title><link>https://devzone.nordicsemi.com/thread/118355?ContentTypeID=1</link><pubDate>Wed, 22 Nov 2017 09:57:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2f6de6cf-81f8-4cdc-88a2-888c9fbc7bee</guid><dc:creator>ToasTer86</dc:creator><description>&lt;p&gt;I was able to also write to the Thingy52 LEDS using the &amp;quot;Ble_app_multilink_central&amp;quot; if you need any help let me know.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to connect nordic thingy 52 with ble central example ?</title><link>https://devzone.nordicsemi.com/thread/118354?ContentTypeID=1</link><pubDate>Tue, 21 Nov 2017 13:23:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:993dccd5-3e85-4e0e-852f-bf1258ebc4cc</guid><dc:creator>ToasTer86</dc:creator><description>&lt;p&gt;Hey nikunj8086 ,&lt;/p&gt;
&lt;p&gt;I am doing a project right now with a nRF52840 and a Thingy 52, my nRF52840 will be the central as well. I am working on the LED button service example now.&lt;/p&gt;
&lt;p&gt;If you check the BLE_service files, for example the &amp;quot;ble_lbs_c.c &amp;amp; .h &amp;quot; file you can change the UUID and get some button values from the Thingy52 at least.&lt;/p&gt;
&lt;p&gt;Below is what I changed in the ble_lbs_c.h file when working with the LED_button_switch example.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;/* OLD VALUES : changed for thingy52 
#define LBS_UUID_BASE        {0x23, 0xD1, 0xBC, 0xEA, 0x5F, 0x78, 0x23, 0x15, \
                              0xDE, 0xEF, 0x12, 0x12, 0x00, 0x00, 0x00, 0x00}
#define LBS_UUID_SERVICE     0x1523
#define LBS_UUID_BUTTON_CHAR 0x1524
#define LBS_UUID_LED_CHAR    0x1525 */

#define LBS_UUID_BASE        {0x42, 0x00, 0x74, 0xA9, 0xFF, 0x52, 0x10, 0x9B, 0x33, 0x49, 0x35, 0x9B, 0x00, 0x00, 0x68, 0xEF}
#define LBS_UUID_SERVICE     0x0300
#define LBS_UUID_BUTTON_CHAR 0x0302
#define LBS_UUID_LED_CHAR    0x0301
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;this is regarding the &amp;quot; ble_app_multilink_central &amp;quot; example found in the SDK.&lt;/p&gt;
&lt;p&gt;With these changes I can read the button state from the Thingy52, although I can&amp;#39;t write LED values to the Thingy52 yet. I think that has to do with the data size in the following function &lt;code&gt;uint32_t ble_lbs_led_status_send(ble_lbs_c_t * p_ble_lbs_c, uint8_t status)&lt;/code&gt; code in &amp;quot;ble_lbs_c.c&amp;quot;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to connect nordic thingy 52 with ble central example ?</title><link>https://devzone.nordicsemi.com/thread/118353?ContentTypeID=1</link><pubDate>Tue, 21 Nov 2017 12:44:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ec8b2998-c06c-47ec-8166-61ab25697f70</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Unfortunately we don&amp;#39;t have client code for the Thingy services for the nRF52 side. All the standard examples assume that the client will be a phone or a PC.&lt;/p&gt;
&lt;p&gt;I will check with the team if we are planning to add nRF52 client support, and update my answer once I know more.&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;
Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>