<?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>Live configuration of the nRF52832 Soc. using Bluetooth protocol and on &amp;amp; off modes</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/63673/live-configuration-of-the-nrf52832-soc-using-bluetooth-protocol-and-on-off-modes</link><description>Hi. 
 Hope you are well. 
 I intend to use the nRF52832 for a wireless neural recording system and I need the nrf to do some works for me, such as: 
 1. putting the system in on and off mode through wireless connection, i mean i want to send the command</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sat, 01 Aug 2020 12:21:54 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/63673/live-configuration-of-the-nrf52832-soc-using-bluetooth-protocol-and-on-off-modes" /><item><title>RE: Live configuration of the nRF52832 Soc. using Bluetooth protocol and on &amp; off modes</title><link>https://devzone.nordicsemi.com/thread/262646?ContentTypeID=1</link><pubDate>Sat, 01 Aug 2020 12:21:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e6bdee75-08a6-45a4-9fdf-dbd730136300</guid><dc:creator>Turbo J</dc:creator><description>[quote userid="91869" url="~/f/nordic-q-a/63673/live-configuration-of-the-nrf52832-soc-using-bluetooth-protocol-and-on-off-modes"]my decision was to use Keil, but I don&amp;#39;t know how to start, because most of he example codes are for development kits.&amp;nbsp;[/quote]
&lt;p&gt;I strongly recommend using a DK to build the labratory prototype / test model with the development board from the analog frontend (will be a &amp;quot;mess of wires&amp;quot; prototype). This allows you to build upon existing examples and get to know how &amp;quot;stuff works&amp;quot; by looking at the code and how it performs in the real world. Otherwise the nRF SDK can be a bit overwhelming.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Using softdevice and bluetooth allows low-power wireless connections - while the radio cannot work in sleep modes, it &lt;em&gt;can&lt;/em&gt; be turned on and off very quickly. Low bandwith applications thus use the radio only for a very minor fraction of time.&lt;/p&gt;
&lt;p&gt;Transmitting EEG signals over bluetooth will exaust the available bandwith rather quickly. A few data channels might be possible, but will use significant bandwith (and energy).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Live configuration of the nRF52832 Soc. using Bluetooth protocol and on &amp; off modes</title><link>https://devzone.nordicsemi.com/thread/262643?ContentTypeID=1</link><pubDate>Sat, 01 Aug 2020 10:42:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f4c7c0d6-8c9c-46a0-839a-bf72ff3759f2</guid><dc:creator>Masoumeh</dc:creator><description>&lt;p&gt;Can we put the nRF52832 in sleep mode and configure it to wake up in 48 hours ? or for every hour the BLE become active for 5 minutes? I mean when the nRF52832 is in&amp;nbsp; the sleep mode, do other parts, except the radio transceiver, works? I mean timers and counters.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I want to do this because I have to wait at least 48 hours for the recovery of the animal from the surgery that we set the electrodes in their position and the recording system on its body.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Live configuration of the nRF52832 Soc. using Bluetooth protocol and on &amp; off modes</title><link>https://devzone.nordicsemi.com/thread/260099?ContentTypeID=1</link><pubDate>Wed, 15 Jul 2020 10:16:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ffb25d1f-40fb-4d8c-b817-2025c3f512b1</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;You need to duty cycle them (TDMA scheme).&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Live configuration of the nRF52832 Soc. using Bluetooth protocol and on &amp; off modes</title><link>https://devzone.nordicsemi.com/thread/259993?ContentTypeID=1</link><pubDate>Tue, 14 Jul 2020 19:36:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1409f053-a326-4d53-a7a5-ff1d3c701808</guid><dc:creator>Masoumeh</dc:creator><description>&lt;p&gt;thanks a lot. I have another question, can we receive the data from 2 individual nRF52832 simultaneously with 1 receiver? for example we have two system that are recording neural signals and both of them are sending the data to the computer, can we receive the data by 1 receiver or we need 2 of them?&amp;nbsp; &amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Live configuration of the nRF52832 Soc. using Bluetooth protocol and on &amp; off modes</title><link>https://devzone.nordicsemi.com/thread/259915?ContentTypeID=1</link><pubDate>Tue, 14 Jul 2020 12:57:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:12dfe85e-2899-4dce-a04f-b1150321c131</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;You can send any data you like, and you can choose how to interpret and take action on the data as you like.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Live configuration of the nRF52832 Soc. using Bluetooth protocol and on &amp; off modes</title><link>https://devzone.nordicsemi.com/thread/259820?ContentTypeID=1</link><pubDate>Tue, 14 Jul 2020 08:07:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4ba67c94-5efb-4e7f-b025-19ed59de46c5</guid><dc:creator>Masoumeh</dc:creator><description>&lt;p&gt;Hi, thanks a lot for your response.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have another question, while we are connecting with the nRF52832 by radio, can we send any command ? I mean can we change the configuration during wireless connection?&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Live configuration of the nRF52832 Soc. using Bluetooth protocol and on &amp; off modes</title><link>https://devzone.nordicsemi.com/thread/259654?ContentTypeID=1</link><pubDate>Mon, 13 Jul 2020 09:40:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7b98732e-956b-4fbf-ac24-f92650d07c30</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;While in sleep the radio cannot be active, since it will draw several mA of current (instead of uA in sleep). If you need to wakeup the system, then the typical solution is to duty cycle the radio (e.g. wake it up every few seconds for some ms). Then any transmitter must transmit frequent enough to hit this wakeup window if it has some specific data that should trigger an action.&lt;/p&gt;
&lt;p&gt;Typically I recommend to use BLE for all applications these days, simply because it provided high security combined with a fully tested way of establish connection, transferring data reliably and ensure interoperability with peer devices. You should find many examples in the nRF5 SDK that can be used for basis:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/struct_sdk/struct/sdk_nrf5_latest.html"&gt;https://infocenter.nordicsemi.com/topic/struct_sdk/struct/sdk_nrf5_latest.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>