<?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>BLE_Gateway mesh device will not broadcast</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/13580/ble_gateway-mesh-device-will-not-broadcast</link><description>Hi, 
 I am trying to set up a small mesh network. Basically I have a couple of PCA10028 (v1.1.0) and I have flashed the mesh example: 
 github.com/.../BLE_Gateway 
 One of the devices is connected via SPI to a photon and receives commands correctly</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 03 May 2016 11:28:03 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/13580/ble_gateway-mesh-device-will-not-broadcast" /><item><title>RE: BLE_Gateway mesh device will not broadcast</title><link>https://devzone.nordicsemi.com/thread/51794?ContentTypeID=1</link><pubDate>Tue, 03 May 2016 11:28:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8069ffa2-403f-4bb0-8336-9bc142cc8f70</guid><dc:creator>Ignacio Lopez</dc:creator><description>&lt;p&gt;That&amp;#39;s correct Trond. Ta!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE_Gateway mesh device will not broadcast</title><link>https://devzone.nordicsemi.com/thread/51793?ContentTypeID=1</link><pubDate>Mon, 02 May 2016 08:28:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:50e833d3-b79b-4cd2-8c22-e1e81f2f264d</guid><dc:creator>Trond Einar Snekvik</dc:creator><description>&lt;p&gt;The 4th byte should set the length of the data you&amp;#39;re sending, and the command you mention in the 5th step sets the value with zero length, while your data is 1 byte. If you don&amp;#39;t check this length in your nRF51 application, you might see corrupted data. Building the BLE_gateway from the 0.8.3 version of the mesh, the command 00-00-00-01-01 works on my setup, with a 20ms connection interval, slave latency 0, connection supervision timeout at 3000ms, auto-accept connection update enabled in MCP 3.10.0.14. In MCP, I select a mesh device, connect, discover services and enable services, before writing the command as a hex-value to the last characteristic in the list (UUID 2A1E0005-...).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE_Gateway mesh device will not broadcast</title><link>https://devzone.nordicsemi.com/thread/51792?ContentTypeID=1</link><pubDate>Fri, 29 Apr 2016 15:21:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cde27f78-ac10-43ab-badf-5aeaf8a039dc</guid><dc:creator>David Edwin</dc:creator><description>&lt;p&gt;Lets first do it without the Photon and test the mesh first as there are some issues on the Photon interface. You can try the &lt;a href="https://github.com/NordicSemiconductor/nRF51-ble-bcast-mesh/tree/master/nRF51/examples/BLE_Gateway"&gt;github.com/.../BLE_Gateway&lt;/a&gt; and see if it works.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE_Gateway mesh device will not broadcast</title><link>https://devzone.nordicsemi.com/thread/51796?ContentTypeID=1</link><pubDate>Fri, 29 Apr 2016 15:18:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fae951d4-78f3-4463-8752-4dea78bc0632</guid><dc:creator>Ignacio Lopez</dc:creator><description>&lt;p&gt;Trond, Thanks for the quick response. I have increased the connection interval to 100ms on the MCP as suggested. The message does not propagate between devices.&lt;/p&gt;
&lt;p&gt;I am also testing with the serial connection via particle.io api. It reaches the PCA10028 board that it is connected via SPI but it does not propagate to the next one.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE_Gateway mesh device will not broadcast</title><link>https://devzone.nordicsemi.com/thread/51795?ContentTypeID=1</link><pubDate>Fri, 29 Apr 2016 15:13:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c4afd41e-b58c-44d2-aac9-1a8d22c6b10a</guid><dc:creator>Trond Einar Snekvik</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Go to File-&amp;gt;Options in MCP. The third setting from the top should allow you to set the connection interval. I think it&amp;#39;s at 7.5ms by default. Anything below 10-15ms would block the mesh activity on the chip, and it won&amp;#39;t be able to broadcast its new values. I recommend setting it to 100ms, although it should work with everything above 20ms. Does this fix your issue?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>