<?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 DK Apps Docs</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/746/nrf8001-dk-apps-docs</link><description>I load battery_demo_nrf8200.hex into nRF8200. I can then read battery data on Master Control Panel and watch data change when I change VTG.
I then load health_thermometer_application_nrf8200.hex. I can see the service show up on Master Control Panel</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 30 Oct 2013 22:14:59 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/746/nrf8001-dk-apps-docs" /><item><title>RE: nRF8001 DK Apps Docs</title><link>https://devzone.nordicsemi.com/thread/3789?ContentTypeID=1</link><pubDate>Wed, 30 Oct 2013 22:14:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e31e6b2b-b576-493b-a0e3-f20be12585bf</guid><dc:creator>RS</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The characteristic you are trying to read in the Health thermometer application is probably not readable. A characteristic can have different properties, read, write, notify, indicate, write without response. If the characteristic has a notify or indicate property you will have to enable these by writing to the characteristics CCCD (Enable services in the Master control panel).&lt;/p&gt;
&lt;p&gt;The device might also require security, meaning that you will have to bond to the device before you can read/write characteristic values. I can&amp;#39;t remember if this is required by the Health thermometer application, but if it is you can easily do this from the Master control panel by pressing the bond button.&lt;/p&gt;
&lt;p&gt;The different projects are documented in a .chm help file that is located in the documentation folder of the nRF8001 SDK. There is also a user guide that could be helpful. Note that there is also an &lt;a href="https://devzone.nordicsemi.com/arduino"&gt;arduino SDK&lt;/a&gt; for the nRF8001. This has an event and command queue, is interrupt driven and should be easier to port then the &amp;quot;8051 SDK&amp;quot;. There is already different ports available from technical support upon request.&lt;/p&gt;
&lt;p&gt;The services.h file is generated by nRFgo studio. Each example project has a .xml file with different configurations that the services.h file is generated from. Try using the help function in the studio if you are stuck. And if that doesn&amp;#39;t help, just ask again here.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>