<?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>BLE radio notification clarification</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/9518/ble-radio-notification-clarification</link><description>Hi all, 
 I am currently developing a firmware on an nRF51422 which supports ANT communication with softdevice S210 and that lights up WS2812 LEDs (or Neopixels). To light the Neopixels, I use the code provided by Lava here 
In order for the LEDs to</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 01 Oct 2015 06:53:21 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/9518/ble-radio-notification-clarification" /><item><title>RE: BLE radio notification clarification</title><link>https://devzone.nordicsemi.com/thread/35154?ContentTypeID=1</link><pubDate>Thu, 01 Oct 2015 06:53:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cdc9c9ee-dafa-46da-9c69-f8fa2b4aa616</guid><dc:creator>Alex</dc:creator><description>&lt;p&gt;Here is my setup: I have one board with softdevice S310 with both Bluetooth and ANT. This board sends broadcast commands to another board with softdevice S210 via ANT protocol. This 2nd board decodes the command and lights the LEDs.
I have 2 commands, one to update the color of a specific LED of an LED strip and another command to update the LED strip colors afterwards.
When I receive the 2nd command to update the LED strip, I decode the command in an ANT Rx event and set a global Boolean variable.
Now, if I check the Boolean variable in the main() and update the colors of the LEDs at that time, I get some strange behaviors in the LED strip. However, if I use the radio notification with a callback that checks the Boolean variable and update the LED strip, then everything is just fine.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE radio notification clarification</title><link>https://devzone.nordicsemi.com/thread/35153?ContentTypeID=1</link><pubDate>Thu, 01 Oct 2015 00:45:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:582fcf49-501a-4b27-8b58-769f2ae4aed8</guid><dc:creator>Andrew</dc:creator><description>&lt;p&gt;Alex,&lt;/p&gt;
&lt;p&gt;That code is for the S110 Softdevice which can only be used as a Bluetooth LE slave. There is no ANT+ functionality in that Softdevice.&lt;/p&gt;
&lt;p&gt;As such, that function is Bluetooth specific and will not work for your ANT+ implementation.&lt;/p&gt;
&lt;p&gt;Can you clarify if you need both ANT+ AND Bluetooth? Which ANT+ events do you intend to have control your LEDs?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>