<?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>Nordic Thingy: create an IMU and create a mesh</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/48056/nordic-thingy-create-an-imu-and-create-a-mesh</link><description>Hi, 
 We are trying to develop a system of IMUs for motion tracking using multiple Thingy boards and an nRF52832 board. The Thingy boards are used as IMU sensor nodes and the nRF52832 board is used as the central controller. All the Thingy boards will</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 20 Jun 2019 07:50:32 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/48056/nordic-thingy-create-an-imu-and-create-a-mesh" /><item><title>RE: Nordic Thingy: create an IMU and create a mesh</title><link>https://devzone.nordicsemi.com/thread/193798?ContentTypeID=1</link><pubDate>Thu, 20 Jun 2019 07:50:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1c321819-4f67-4d98-9c1b-5830ae7fe167</guid><dc:creator>haakonsh</dc:creator><description>&lt;p&gt;Yes, you need to enable notifications&amp;nbsp;of the wanted characteristics&amp;nbsp;of the motion service.&lt;br /&gt;&lt;br /&gt;You&amp;#39;ll see from the service description table you&amp;#39;ve linked to that some of the characteristics sends preprocessed data in a specified C99 type and units.&amp;nbsp;&lt;br /&gt;Be aware of the Fixed-point representation of floats, f.ex 12Q4.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Nordic Thingy: create an IMU and create a mesh</title><link>https://devzone.nordicsemi.com/thread/193466?ContentTypeID=1</link><pubDate>Tue, 18 Jun 2019 14:08:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bcb0c46d-486e-4b6e-ace0-c6b0ae2b419a</guid><dc:creator>huaminhtuan</dc:creator><description>&lt;p&gt;I found a way to connect to thingy board. Now I am trying to read the orientation data from thingy. I found a table named &amp;quot;motion service&amp;quot; from &lt;a href="https://nordicsemiconductor.github.io/Nordic-Thingy52-FW/documentation/firmware_architecture.html"&gt;this website&lt;/a&gt;, but I dont know how to use it. Do I need to subscribe to that service?&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1560866681386v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Nordic Thingy: create an IMU and create a mesh</title><link>https://devzone.nordicsemi.com/thread/193037?ContentTypeID=1</link><pubDate>Sun, 16 Jun 2019 15:14:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b79ae44f-00de-4375-91a0-8d758246e19b</guid><dc:creator>huaminhtuan</dc:creator><description>&lt;p&gt;While doing some research, I found this &lt;a href="https://nordicsemiconductor.github.io/Nordic-Thingy52-FW/documentation/firmware_architecture.html"&gt;webpage&lt;/a&gt;. Hope that it is useful for someone.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Nordic Thingy: create an IMU and create a mesh</title><link>https://devzone.nordicsemi.com/thread/191742?ContentTypeID=1</link><pubDate>Sun, 09 Jun 2019 12:45:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2da1eac1-f09e-4d39-b993-3ddc1368d0a4</guid><dc:creator>huaminhtuan</dc:creator><description>&lt;p&gt;Thanks for your answer, I will take a look ^_^&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Nordic Thingy: create an IMU and create a mesh</title><link>https://devzone.nordicsemi.com/thread/191003?ContentTypeID=1</link><pubDate>Wed, 05 Jun 2019 08:31:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4104a7b9-7118-4641-b83b-d5bb52dd59ee</guid><dc:creator>haakonsh</dc:creator><description>&lt;ol&gt;
&lt;li&gt;&amp;nbsp;There&amp;#39;s not really any detailed documentation for the android app.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;I suggest you start reading the code at line 685 of&amp;nbsp;&lt;a href="https://github.com/NordicSemiconductor/Android-Nordic-Thingy/blob/master/thingylib/src/main/java/no/nordicsemi/android/thingylib/ThingyConnection.java"&gt;https://github.com/NordicSemiconductor/Android-Nordic-Thingy/blob/master/thingylib/src/main/java/no/nordicsemi/android/thingylib/ThingyConnection.java&lt;/a&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;It is the function you call to connect to a specific Thingy device.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;You can have up to 20 concurrent BLE links with the S132 SoftDevice, but you&amp;#39;ll have to consider what throughput you need from each thingy. The 52832 running on 2mbps PHY can get you about 700kbps on a decent link.&amp;nbsp;&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>