<?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>nRF8001 setup</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/2813/nrf8001-setup</link><description>Hi, 
 I have purchased the nRF8001 Development Kit and so far I wired the nRF2740 board to a FTDI VNC2 microcontroller. I have been reading about how to configure the 8001 using nRFGO Studio but I am having troubles to go on after creating the services</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 26 Jun 2014 17:13:40 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/2813/nrf8001-setup" /><item><title>RE: nRF8001 setup</title><link>https://devzone.nordicsemi.com/thread/10786?ContentTypeID=1</link><pubDate>Thu, 26 Jun 2014 17:13:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7c5d00da-11cd-4e43-becd-072076b6218f</guid><dc:creator>High</dc:creator><description>&lt;p&gt;Thanks Star Destroyer! Now after sending a Setup message I receive a Device Started Event, but no signs of the CommandResponseEvent that has to come before it. Besides, some Setup messages have more than 31 bytes, like this one:
{0x00,&lt;br /&gt;
{&lt;br /&gt;
0x1f,0x06,0x10,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x00,0x02,0x01,0x01,0x00,0x00,0x06,0x00,0x05,&lt;br /&gt;
0x81,0x09,0x18,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,&lt;br /&gt;
},\&lt;/p&gt;
&lt;p&gt;Should I divide the message in two separated messages?  One until the backslash, and then the other?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF8001 setup</title><link>https://devzone.nordicsemi.com/thread/10785?ContentTypeID=1</link><pubDate>Tue, 24 Jun 2014 10:04:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:24ec2300-bb2e-4e75-9c8c-3a619adf8f0b</guid><dc:creator>David Edwin</dc:creator><description>&lt;p&gt;Apologies for the delayed response.
The Setup message is an ACI message with the format
  .....
See the &lt;a href="http://www.nordicsemi.com/eng/Products/Bluetooth-R-low-energy/nRF8001"&gt;nRF8001 Datasheet&lt;/a&gt; for reference, in Section  7.1.4 and 7.1.5&lt;/p&gt;
&lt;p&gt;So the message that needs to be sent is in bold&lt;/p&gt;
&lt;p&gt;SETUP_MESSAGES_CONTENT {\ {0x00,\ {\ &lt;strong&gt;0x07,0x06,0x00,0x00,0x03,0x02,0x40,0x6c&lt;/strong&gt;,\ },\&lt;/p&gt;
&lt;p&gt;The byte is in the front 0x00 is not really needed but was put in to match the ACI Event message that has a debug byte in front.&lt;/p&gt;
&lt;p&gt;The defines that are created are just the Setup messages as defined in Section 24.6&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>