<?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 send sensor data from multiple peripheral devices simultaneously to one central device</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/60165/how-to-send-sensor-data-from-multiple-peripheral-devices-simultaneously-to-one-central-device</link><description>Hi, 
 I have created a system with nRF52840 (peripheral) that collects data from an accelerometer and gyroscope sensors and sends those data through ble_uart to a smartphone device (central) for visual inspection (graph). 
 The system works fine but now</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 21 Jul 2023 08:23:34 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/60165/how-to-send-sensor-data-from-multiple-peripheral-devices-simultaneously-to-one-central-device" /><item><title>RE: How to send sensor data from multiple peripheral devices simultaneously to one central device</title><link>https://devzone.nordicsemi.com/thread/437594?ContentTypeID=1</link><pubDate>Fri, 21 Jul 2023 08:23:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:03f51f41-8668-4554-a723-b6cb26872f57</guid><dc:creator>masterLee</dc:creator><description>&lt;p&gt;Ok, Thanks for tagging me!&amp;nbsp; Yes the first part is basically the same as mine I believe.&amp;nbsp; I will read the post! &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to send sensor data from multiple peripheral devices simultaneously to one central device</title><link>https://devzone.nordicsemi.com/thread/437550?ContentTypeID=1</link><pubDate>Thu, 20 Jul 2023 21:47:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fe91a4a6-40d6-4761-bfe5-ed544b604b83</guid><dc:creator>Tai</dc:creator><description>&lt;p&gt;Thanks &lt;a href="https://devzone.nordicsemi.com/members/masterlee"&gt;masterLee&lt;/a&gt;&amp;nbsp;! I actually separated my above plan into smaller chunks. The first one is to connect multiple peripherals to a central device which I believe it&amp;#39;s similar to yours. I tagged you to my post and hope to receive any comments/suggestions on that. In case I can&amp;#39;t find it, I added the link of my post here. Thanks!&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/101954/option-for-better-throughput-with-ble-multi-link-multi-role"&gt;Option for better throughput with BLE multi-link/multi-role - Nordic Q&amp;amp;A - Nordic DevZone - Nordic DevZone (nordicsemi.com)&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to send sensor data from multiple peripheral devices simultaneously to one central device</title><link>https://devzone.nordicsemi.com/thread/437146?ContentTypeID=1</link><pubDate>Wed, 19 Jul 2023 07:41:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:43f967ff-e146-4512-8dea-821df07a494b</guid><dc:creator>masterLee</dc:creator><description>&lt;p&gt;I haven&amp;#39;t implemented the plan you mention so I will not be helpful. In order for the example to work all devices must use Nordic Uart Service (at least as far as I know). So you will need to test all your assumptions to be sure if they work.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to send sensor data from multiple peripheral devices simultaneously to one central device</title><link>https://devzone.nordicsemi.com/thread/437083?ContentTypeID=1</link><pubDate>Tue, 18 Jul 2023 16:05:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cde96c6c-1fb5-442c-8798-1af498866647</guid><dc:creator>Tai</dc:creator><description>&lt;p&gt;Thanks for your suggestion,&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/members/masterlee"&gt;masterLee&lt;/a&gt;&amp;nbsp;! Following the reply from&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/members/sigurdon"&gt;Sigurd&lt;/a&gt;&amp;nbsp;in this thread, I also downloaded and successfully complied ble_app_uart_multilink central device. Here is my plan:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Having&amp;nbsp;a board (e.g., nRF52840) acts as both central &amp;amp; peripheral mode so that it can &lt;strong&gt;receive&lt;/strong&gt; data from 2 peripheral devices (e.g., nRF52832) and it can also &lt;strong&gt;send&lt;/strong&gt; data to an IOS application.&lt;/li&gt;
&lt;li&gt;For 2 peripheral devices, I have one with NUS server, and the other one with custom BLE service. In this scenario do you think I should update the latter using NUS server as well? Or I can keep it with the custom BLE service, and I still can let it communicate with the central device?&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Any thoughts? I would much appreciate it. Thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to send sensor data from multiple peripheral devices simultaneously to one central device</title><link>https://devzone.nordicsemi.com/thread/436914?ContentTypeID=1</link><pubDate>Tue, 18 Jul 2023 08:22:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c4561e74-fb3d-408b-842b-103d7bc20026</guid><dc:creator>masterLee</dc:creator><description>&lt;p&gt;Hi Tai, yes the project works as expected. No issues at all. I recommend you to check the following link and start playing with it. You will need at least 2 devices for start. One central with the firmware given in the following link and&amp;nbsp; one peripheral with NUS service.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/NordicPlayground/nrf52-ble-app-uart-c-multilink."&gt;github.com/.../nrf52-ble-app-uart-c-multilink.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The central device &amp;quot;understands&amp;quot; peripheral devices that run the NUS service so it will filter out all other BLE devices i.e. headphones etc. Now, if you want to communicate with certain NUS peripherals you will need to find the device IDs of those peripherals and create a list of them in the central firmware.&amp;nbsp;&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 send sensor data from multiple peripheral devices simultaneously to one central device</title><link>https://devzone.nordicsemi.com/thread/436866?ContentTypeID=1</link><pubDate>Tue, 18 Jul 2023 02:50:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0065ec13-e912-45b5-8ff2-8ff14e96fbcb</guid><dc:creator>Tai</dc:creator><description>&lt;p&gt;Hi &lt;a href="https://devzone.nordicsemi.com/members/masterlee"&gt;masterLee&lt;/a&gt;&amp;nbsp;Hope you successfully finished this project without any major issues. I&amp;#39;m also looking for a potential solution to send data from multiple peripheral devices to a central device. Hope to receive any suggestions from you. Thanks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to send sensor data from multiple peripheral devices simultaneously to one central device</title><link>https://devzone.nordicsemi.com/thread/244533?ContentTypeID=1</link><pubDate>Tue, 14 Apr 2020 17:05:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:62956111-6fc0-4a68-a3b1-d393d41f50d4</guid><dc:creator>masterLee</dc:creator><description>&lt;p&gt;I will check them out. Thank you so much for your support! I will leave this post open for a few days in case I find some difficulty. &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 send sensor data from multiple peripheral devices simultaneously to one central device</title><link>https://devzone.nordicsemi.com/thread/244531?ContentTypeID=1</link><pubDate>Tue, 14 Apr 2020 17:02:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dde4b8df-dd70-4662-a3bd-ab7822617f4e</guid><dc:creator>masterLee</dc:creator><description>&lt;p&gt;No I haven&amp;#39;t tried it yet because I didn&amp;#39;t know where to begin. I will check it out. Thank you for your help and time!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to send sensor data from multiple peripheral devices simultaneously to one central device</title><link>https://devzone.nordicsemi.com/thread/244449?ContentTypeID=1</link><pubDate>Tue, 14 Apr 2020 13:17:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:021f28c3-b6c8-4d53-9944-d78884d3993d</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Both configurations are possible. The SoftDevice&amp;nbsp;&lt;span&gt;can support 20 concurrent Bluetooth Low Energy connections. We have a&amp;nbsp;ble_app_multilink_central example in the nRF5-SDK.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;You can also find a multi-link version of&amp;nbsp;&lt;span&gt;&lt;strong&gt;ble_app_uart_c&lt;/strong&gt; in this github repo:&amp;nbsp;&lt;a href="https://github.com/NordicPlayground/nrf52-ble-app-uart-c-multilink"&gt;https://github.com/NordicPlayground/nrf52-ble-app-uart-c-multilink&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to send sensor data from multiple peripheral devices simultaneously to one central device</title><link>https://devzone.nordicsemi.com/thread/244415?ContentTypeID=1</link><pubDate>Tue, 14 Apr 2020 11:45:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8235f62d-91b8-4034-a8cd-fb73b7f5faf3</guid><dc:creator>Bulhar</dc:creator><description>&lt;p&gt;As far as I know it shouldnt be a problem (both configuration). It is just question of implementation of central device. The number of simultaneously connected device will be dependend on max number of connections which cenral device can handle. Did you have try UART Central example?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>