<?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>modify manufacturer specific data and power manage</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/2924/modify-manufacturer-specific-data-and-power-manage</link><description>Hi, 
 I am developing firmware based on nRF51822 SDK for s110.
I would like to modify one or two bytes at Manufacturer Specific Data area in advertising data packet.
But I have a problem. What I am trying is as follows. Please give me a hint to solve</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 01 Jul 2014 10:12:31 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/2924/modify-manufacturer-specific-data-and-power-manage" /><item><title>RE: modify manufacturer specific data and power manage</title><link>https://devzone.nordicsemi.com/thread/11121?ContentTypeID=1</link><pubDate>Tue, 01 Jul 2014 10:12:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:baa20a69-d19b-47ab-9a6a-26cb0ae81354</guid><dc:creator>Nikita</dc:creator><description>&lt;p&gt;Like this: &lt;a href="http://pastebin.com/AT8He7Mm"&gt;http://pastebin.com/AT8He7Mm&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: modify manufacturer specific data and power manage</title><link>https://devzone.nordicsemi.com/thread/11120?ContentTypeID=1</link><pubDate>Fri, 27 Jun 2014 05:08:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:84c6c686-e98e-48d5-a85a-d2b900b46940</guid><dc:creator>Tetsuya Sasao</dc:creator><description>&lt;p&gt;I am trying to register timer handler by using APP_TIMER_INIT() and APP_SCHED_INIT(). But it seems to get no event. Probably my implementation is not enough...
I just want to wake up my application once every few seconds. If you have simple implementation to do so, could you show me it?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: modify manufacturer specific data and power manage</title><link>https://devzone.nordicsemi.com/thread/11119?ContentTypeID=1</link><pubDate>Thu, 26 Jun 2014 11:53:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7b58bc38-b08d-4f40-9b4e-095870eb42d4</guid><dc:creator>Nikita</dc:creator><description>&lt;p&gt;sd_app_evt_wait endlessly waits for occurrence of an interrupt or event and only then exits the sd_app_evt_wait function. So do you have any events or interrupts in your program?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: modify manufacturer specific data and power manage</title><link>https://devzone.nordicsemi.com/thread/11118?ContentTypeID=1</link><pubDate>Thu, 26 Jun 2014 09:34:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:31989a8d-6ddd-47a3-8294-5f56dc5a2c77</guid><dc:creator>Tetsuya Sasao</dc:creator><description>&lt;p&gt;Hi Nikita,&lt;/p&gt;
&lt;p&gt;Thank you for your quick response!
power_manage() implementation is as follows.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;void power_manage(void)
{
  uint32_t err_code = sd_app_evt_wait();
  APP_ERROR_CHECK(err_code);
}
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: modify manufacturer specific data and power manage</title><link>https://devzone.nordicsemi.com/thread/11117?ContentTypeID=1</link><pubDate>Thu, 26 Jun 2014 07:26:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0efed244-0017-432f-9636-f4bc5361adc7</guid><dc:creator>Nikita</dc:creator><description>&lt;p&gt;You must have an interrupt or event to exit from power_manage(). How do you deal with it?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>