<?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>Can the MDBT42Q BT/RF module be used as a single master to multi slave</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/56041/can-the-mdbt42q-bt-rf-module-be-used-as-a-single-master-to-multi-slave</link><description>Hi There, 
 
 I am curious to find out if the MDBT42Q module(s) can be used as a single master to multi slave setup? Essentially I want to have one module setup as a master (with 7 channels) and up to 3 modules set up as slaves and out puting on specific</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 07 Jan 2020 19:16:02 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/56041/can-the-mdbt42q-bt-rf-module-be-used-as-a-single-master-to-multi-slave" /><item><title>RE: Can the MDBT42Q BT/RF module be used as a single master to multi slave</title><link>https://devzone.nordicsemi.com/thread/227987?ContentTypeID=1</link><pubDate>Tue, 07 Jan 2020 19:16:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3d461077-bc76-4f60-a396-f61abf9d5fa0</guid><dc:creator>GeeDee</dc:creator><description>&lt;p&gt;Hi Stian,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank-you again for all this information.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I do want the the client and server(s) to communicate via BLE / WiFi and yes I want a state change on a client gpio to be mirrored across all other server(s).&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Cheers and have a great day.&lt;/p&gt;
&lt;p&gt;George&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can the MDBT42Q BT/RF module be used as a single master to multi slave</title><link>https://devzone.nordicsemi.com/thread/227852?ContentTypeID=1</link><pubDate>Tue, 07 Jan 2020 10:42:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fff68ff1-4cad-4d33-8021-0615fe633d1c</guid><dc:creator>Stian R&amp;#248;ed Hafskjold</dc:creator><description>&lt;p&gt;Hi, first of all I think you should get a couple of nRF52 Development Kits in order to get started with the development: &lt;a href="https://www.nordicsemi.com/Software-and-tools/Development-Kits/nRF52-DK"&gt;https://www.nordicsemi.com/Software-and-tools/Development-Kits/nRF52-DK&lt;/a&gt;&amp;nbsp; The DK contains a JLink programmer which is needed to program the chips. You can also use the DK to program external modules later, like the one you linked to.&lt;/p&gt;
&lt;p&gt;You need Segger embedded studio and the SDK to get started with the software development. There&amp;#39;s a guide here, with download links: &lt;a href="https://infocenter.nordicsemi.com/topic/ug_gsg_ses/UG/gsg/intro.html?cp=1_1_0"&gt;https://infocenter.nordicsemi.com/topic/ug_gsg_ses/UG/gsg/intro.html?cp=1_1_0&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;It&amp;#39;s not clear to me if you want the modules to communicate using radio communication, like BLE, or if you want them to communicate over the GPIOs. Anyways, it&amp;#39;s possible to achieve both.&lt;/p&gt;
&lt;p&gt;If you want the modules to communicate using BLE, and toggle the state of one GPIO (LED) on the &amp;quot;slave&amp;quot; using another GPIO (button) on the &amp;quot;master&amp;quot;, you can start with the blinky example in the SDK:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;There&amp;#39;s one example for the BLE peripheral (slave modules): &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v16.0.0/ble_sdk_app_blinky.html?cp=7_1_4_2_2_3"&gt;https://infocenter.nordicsemi.com/topic/sdk_nrf5_v16.0.0/ble_sdk_app_blinky.html?cp=7_1_4_2_2_3&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;And one example for the BLE central (master module): &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v16.0.0/ble_sdk_app_blinky_c.html?cp=7_1_4_2_0_0"&gt;https://infocenter.nordicsemi.com/topic/sdk_nrf5_v16.0.0/ble_sdk_app_blinky_c.html?cp=7_1_4_2_0_0&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;note that in the BLE world usually the peripherals are called servers, and the central is called client. So for your application the peripheral/server will be the &amp;quot;slave&amp;quot;, and the central/client will be the &amp;quot;master&amp;quot;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can the MDBT42Q BT/RF module be used as a single master to multi slave</title><link>https://devzone.nordicsemi.com/thread/227765?ContentTypeID=1</link><pubDate>Mon, 06 Jan 2020 18:52:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:313ca0c8-29f5-41e3-ba75-4ab5f4bbaf7a</guid><dc:creator>GeeDee</dc:creator><description>&lt;p&gt;Hi Stian,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank-you for your response. As you can probably tell I am very new to this but I am keen to see if my idea will work.&lt;/p&gt;
&lt;p&gt;I will have a read through the documentation but essentially I want to use one module (Master) built on top of an Arduino shield (with voltages dropped to 3.3v) and connected to output pins on the Arduino.&lt;/p&gt;
&lt;p&gt;When a pin changes state i want that to be reflected across up to 3 modules (Slaves) which will be connected to motor driver boards.&lt;/p&gt;
&lt;p&gt;If gpio pin 1 changes to high on the master then I need gpio pin 1 on all other slave modules to change to high.&lt;/p&gt;
&lt;p&gt;Would you also kindly advise which software I should use (Windows 10) to be able to connect to and then configure the modules?&lt;/p&gt;
&lt;p&gt;Regards and have a great day.&lt;/p&gt;
&lt;p&gt;George&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can the MDBT42Q BT/RF module be used as a single master to multi slave</title><link>https://devzone.nordicsemi.com/thread/227724?ContentTypeID=1</link><pubDate>Mon, 06 Jan 2020 14:55:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:34af74c1-5b68-4318-b916-a5d3dc4c5f2f</guid><dc:creator>Stian R&amp;#248;ed Hafskjold</dc:creator><description>&lt;p&gt;Hi, the MDBT42Q is using the nRF52832. On the nRF52832 all GPIOs can be configured as either output or input.&lt;/p&gt;
&lt;p&gt;Note that GPIO stands for General Purpose Input/Output:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52832.ps.v1.1/gpio.html?cp=4_2_0_19#concept_zyt_tcb_lr"&gt;https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52832.ps.v1.1/gpio.html?cp=4_2_0_19#concept_zyt_tcb_lr&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;What type of protocol do you want to use? Usually the modules would talk together using SPI, TWI or UART. The SPI and TWI peripherlas can be configured to be either master or slave, and the UART peripheral is full-duplex.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can the MDBT42Q BT/RF module be used as a single master to multi slave</title><link>https://devzone.nordicsemi.com/thread/227118?ContentTypeID=1</link><pubDate>Tue, 31 Dec 2019 00:16:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b331b416-f2a7-495e-8188-8ccdab7f7d96</guid><dc:creator>GeeDee</dc:creator><description>&lt;p&gt;Hi and thanks to the Support engineer that has linked the related tickets.&lt;/p&gt;
&lt;p&gt;Just circling back on what I am hoping to achieve in that can this device be configured to Mirror an input on a GPIO to the output of a GPIO on another module?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I suspect I may need to use a different but compatible module as the master that the GPIO can be configured as an input.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Any advise on how to mirror gpio input / output would be greatly appreciated&lt;/p&gt;
&lt;p&gt;Cheers&lt;/p&gt;
&lt;p&gt;George&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>