<?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>ANT Burst Mode and Custom Byte Size Transmission</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/13912/ant-burst-mode-and-custom-byte-size-transmission</link><description>Hi everyone, 
 I was not able to find a full example in the SDK or online on initializing ANT to work with burst mode. Also, I was wondering if it&amp;#39;s possible to setup ANT with custom data byte size. 
 I am currently using the background scanning example</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 23 May 2016 11:13:59 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/13912/ant-burst-mode-and-custom-byte-size-transmission" /><item><title>RE: ANT Burst Mode and Custom Byte Size Transmission</title><link>https://devzone.nordicsemi.com/thread/53181?ContentTypeID=1</link><pubDate>Mon, 23 May 2016 11:13:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fbc15595-7d9c-47d2-ae25-e83d6a08a8f0</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;I can&amp;#39;t think of any other way to achieve this with a larger message size, sorry.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ANT Burst Mode and Custom Byte Size Transmission</title><link>https://devzone.nordicsemi.com/thread/53180?ContentTypeID=1</link><pubDate>Fri, 20 May 2016 17:57:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b20cf55f-7168-4bd8-ad57-4897971dcdc6</guid><dc:creator>Jay</dc:creator><description>&lt;p&gt;Yes, you are right about me getting the examples mixed up. My apologies. What I am trying to accomplish is set up a mesh type network where each node will &amp;#39;shout&amp;#39; a message and only nearby neighbours will be able to listen to that message and it does not have to be acknowledged. I was able to achieve this using the background scanning example but found that 8 bytes of message was too small. Is there any other way to achieve the same set up as background scanning example with larger message bytes than 8? Thank you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ANT Burst Mode and Custom Byte Size Transmission</title><link>https://devzone.nordicsemi.com/thread/53179?ContentTypeID=1</link><pubDate>Fri, 20 May 2016 12:54:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ff66a439-a82a-480c-8889-952b83b0b7b8</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;I believe we are talking about two different examples, I&amp;#39;m talking about ant_broadcast while you are talking about ant_background_scanning. I don&amp;#39;t think a background scanning channel can receive a burst message, it is not mentioned anywhere in the ANT Channel Search app note, and I couldn&amp;#39;t get it to work in a quick test here. If a background scanning channel could receive a burst message having multiple nodes with background scanning channels wouldn&amp;#39;t work very well, the burst messages are acknowledged, and are synchronized off eachother, so having multiple nodes acknowledging would be a problem. If you send 24 bytes, you should receive 3 RX events with 8 bytes in each, not 1 RX event with 24 bytes. I don&amp;#39;t know exactly what you use case is, but maybe shared channels can be used? They can be used with burst.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ANT Burst Mode and Custom Byte Size Transmission</title><link>https://devzone.nordicsemi.com/thread/53178?ContentTypeID=1</link><pubDate>Thu, 19 May 2016 15:06:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:076128cf-404b-4f0d-87ef-c6824713d96b</guid><dc:creator>Jay</dc:creator><description>&lt;p&gt;Sorry, what I meant was will the current receive function in the ant_broadcast example receive all the burst messages without any modification to the original example? Also, both TX and RX channels are bidirectional in the original example (SDK 10.0). For example, if I only change from sd_ant_broadcast_message_tx() to sd_ant_burst_handler_request() in the example and send 24 bytes of data to all other ANT nodes with the same example code, will the background scanner be able to receive all 24 bytes (i.e., p_ant_message-&amp;gt;ANT_MESSAGE_aucPayload[0] to p_ant_message-&amp;gt;ANT_MESSAGE_aucPayload[23]) with the original RX channel configuration in the example? Thank you again.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ANT Burst Mode and Custom Byte Size Transmission</title><link>https://devzone.nordicsemi.com/thread/53177?ContentTypeID=1</link><pubDate>Thu, 19 May 2016 14:58:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d01ea576-72a8-4e9a-9c69-97a7c9fba2be</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;The RX channel must also be bidirectional.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ANT Burst Mode and Custom Byte Size Transmission</title><link>https://devzone.nordicsemi.com/thread/53176?ContentTypeID=1</link><pubDate>Thu, 19 May 2016 14:55:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:76f42c37-efe9-4294-b7c1-5a7f2b292f1e</guid><dc:creator>Jay</dc:creator><description>&lt;p&gt;Great, thank you. Also, in the ant_broadcast example, two channels are open: one for tx and one for background rx. Does rx require any changes to receive burst messages?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ANT Burst Mode and Custom Byte Size Transmission</title><link>https://devzone.nordicsemi.com/thread/53175?ContentTypeID=1</link><pubDate>Thu, 19 May 2016 13:55:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1aab25b0-636c-4f0c-8666-ed88bd50aecb</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;The changes to for example the ant_broadcast are minimal. Just use sd_ant_burst_handler_request() instead of sd_ant_broadcast_message_tx(). The channel must also be birectional to use anything other than broadcast.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ANT Burst Mode and Custom Byte Size Transmission</title><link>https://devzone.nordicsemi.com/thread/53174?ContentTypeID=1</link><pubDate>Wed, 18 May 2016 15:19:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:43221a01-953c-49d9-ab04-04594b151fd5</guid><dc:creator>Harrison Chin</dc:creator><description>&lt;p&gt;For advanced burst mode, data can be sent in multiples of 8, 16, or 24 bytes instead.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ANT Burst Mode and Custom Byte Size Transmission</title><link>https://devzone.nordicsemi.com/thread/53173?ContentTypeID=1</link><pubDate>Wed, 18 May 2016 09:06:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:354a0549-7eff-414d-85ae-93c761e61081</guid><dc:creator>Wojciech Jasko</dc:creator><description>&lt;p&gt;Please visit www.thisisant.com. There you can find such example.&lt;/p&gt;
&lt;p&gt;In broadcast/ack msg data size is always 8. For burst data it must be a multiple of 8.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>