<?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>NAN-36 not working</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/1343/nan-36-not-working</link><description>Hi developers, 
 I&amp;#39;ve finally got the nrf51822 working and advertising a good signal to the dongle. :)
After doing all the steps in the NAN-36 pdf-file I hoped that pressing a button would set a change in the master control panel. I was wrong. Somewhere</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 16 Jan 2014 10:52:50 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/1343/nan-36-not-working" /><item><title>RE: NAN-36 not working</title><link>https://devzone.nordicsemi.com/thread/6119?ContentTypeID=1</link><pubDate>Thu, 16 Jan 2014 10:52:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:64a2d1cf-4471-4ff3-ad9d-d8b367a27f1e</guid><dc:creator>Ole Morten</dc:creator><description>&lt;p&gt;There are at least two problems with your project:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;You have not added the call to ble_lbs_on_ble_evt() to ble_evt_dispatch() in main, as instructed in section 4.4.3. This means that the service will never get to know about any BLE event occuring, which makes it kind of hard for it to do anything on a write event.&lt;/li&gt;
&lt;li&gt;You have not uncommented the call to app_button_enable() and app_button_disable() as instructed in section 4.4.5. This means that the device will never actually start watching for button presses, and explains why nothing happens when you press them.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;When fixing those, as in the attached main, everything seems to work as expected.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/4135.main.c"&gt;main.c&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NAN-36 not working</title><link>https://devzone.nordicsemi.com/thread/6118?ContentTypeID=1</link><pubDate>Tue, 14 Jan 2014 11:02:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:98e195ce-84e4-4923-9981-82cecd3f48d1</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;Have you tried the project that is included with the NAN-36? Is that working?&lt;/p&gt;
&lt;p&gt;Which SDK and SoftDevice version are you using?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>