<?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>How can I use the FDS module?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/24432/how-can-i-use-the-fds-module</link><description>In fact,there is a demo on internet, and I test it ,but I found that the event is not reliable! my code is : 
 static void my_fds_evt_handler(fds_evt_t const * const p_fds_evt)
{
 switch (p_fds_evt-&amp;gt;id)
 {
 case FDS_EVT_INIT:
 if (p_fds_evt-&amp;gt;result</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sat, 19 Aug 2017 09:46:34 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/24432/how-can-i-use-the-fds-module" /><item><title>RE: How can I use the FDS module?</title><link>https://devzone.nordicsemi.com/thread/96216?ContentTypeID=1</link><pubDate>Sat, 19 Aug 2017 09:46:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:257b1f0e-1456-46f2-a3ba-ab379fd56415</guid><dc:creator>RichieJH</dc:creator><description>&lt;p&gt;Have you registered the &lt;code&gt;fds_event_handler()&lt;/code&gt; with &lt;code&gt;sys_evt_dispatch()&lt;/code&gt;?  Until you do this you will not get any events in the event handler.  Do it like this:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;static void sys_evt_dispatch(uint32_t sys_evt)
{
    fs_sys_event_handler(sys_evt);
    ...
}
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can I use the FDS module?</title><link>https://devzone.nordicsemi.com/thread/96215?ContentTypeID=1</link><pubDate>Fri, 18 Aug 2017 10:10:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dcac84f2-799f-48a4-976a-4b0edf07b04f</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;I&amp;#39;m sorry, but you need to provide some more information. What exactly is the problem? What is your setup? What have you tried?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>