<?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>timer beacon</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/7398/timer-beacon</link><description>I&amp;#39;m using nRF51822 Beacon v1.1.0.
It seems interrupt has ocurred every 256msec.
I want to change timing of interrupt interval.(like a 512msec, 1024msec etc.) 
 Is it possible to be changed where settings is. 
 thanks Mik</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 11 Jun 2015 00:46:20 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/7398/timer-beacon" /><item><title>RE: timer beacon</title><link>https://devzone.nordicsemi.com/thread/26316?ContentTypeID=1</link><pubDate>Thu, 11 Jun 2015 00:46:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:caaec593-6c7e-41af-88b2-f51520f92812</guid><dc:creator>MIKIK</dc:creator><description>&lt;p&gt;This problem has been resoleved.
Thank you!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: timer beacon</title><link>https://devzone.nordicsemi.com/thread/26315?ContentTypeID=1</link><pubDate>Thu, 04 Jun 2015 07:51:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:86dd7e65-a032-4323-8f12-82ec46f7b0db</guid><dc:creator>Eirik Aa</dc:creator><description>&lt;p&gt;timer:
Look for&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;#define APP_TIMER_PRESCALER             0
#define APP_TIMER_MAX_TIMERS            4
#define APP_TIMER_OP_QUEUE_SIZE         5
#define SECOND_TIMER_INTERVAL			APP_TIMER_TICKS(1000, APP_TIMER_PRESCALER)
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;1000 here is the number of mS between each timer event.&lt;/p&gt;
&lt;p&gt;Below for changing advertisement:
Just change the advertisement interval.
Typical value:&lt;/p&gt;
&lt;p&gt;Setting the intercal to 500mS&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;#define APP_ADV_INTERVAL   MSEC_TO_UNITS(500, UNIT_0_625_MS)
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>