<?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>nRF52 SDK ANT example &amp;quot;ant_scan_and_forward&amp;quot; example MAX_DEVICES limit?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/30093/nrf52-sdk-ant-example-ant_scan_and_forward-example-max_devices-limit</link><description>The nRF52 SDK ANT example &amp;quot;ant_scan_and_forward/&amp;quot; configures a device linit of (16-1)=15 in this line: 
 // Public Definitions #define MAX_DEVICES ((uint8_t) 16) /**&amp;lt; Maximum number of devices in that can be registered */ 
 Is there a particular reason</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 13 Feb 2018 01:58:55 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/30093/nrf52-sdk-ant-example-ant_scan_and_forward-example-max_devices-limit" /><item><title>RE: nRF52 SDK ANT example "ant_scan_and_forward" example MAX_DEVICES limit?</title><link>https://devzone.nordicsemi.com/thread/120646?ContentTypeID=1</link><pubDate>Tue, 13 Feb 2018 01:58:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2b0b81cc-4125-4975-a959-5bf455e6f590</guid><dc:creator>Steph van Schalkwyk</dc:creator><description>&lt;p&gt;I changed the nod_id to uint16_t.&lt;/p&gt;
&lt;p&gt;Hint: Make sure that MAX_DEVICE is a PRIME NUMBER to minimize hash collisions. Alternatively, use quadratic probing or another method.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 SDK ANT example "ant_scan_and_forward" example MAX_DEVICES limit?</title><link>https://devzone.nordicsemi.com/thread/120320?ContentTypeID=1</link><pubDate>Thu, 08 Feb 2018 15:45:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:192dc748-e479-4e71-b50b-984a1a264aea</guid><dc:creator>Steph van Schalkwyk</dc:creator><description>&lt;p&gt;Hi Martin&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;
&lt;p&gt;I have a question re adding burst or advanced burst to the scan and forward:&lt;/p&gt;
&lt;p&gt;If M1 sends a beacon, S1 receives and replies to M1 with &amp;quot;send me an update using advanced burst&amp;quot;, M1 receives and sends advanced burst to S1.&lt;/p&gt;
&lt;p&gt;Will this work? I have combined advanced burst into the example and I can send advanced burst on keypress (on demand), but not yet triggered by ACK from S1.&lt;/p&gt;
&lt;p&gt;If this doesn&amp;#39;t meet protocol requirements, how should I increase the scan_and_forward buffer to send 24 bytes as had been suggested earlier? I would have to send updates around the network piecemeal in that case (i.e. one sensor per data page).&lt;/p&gt;
&lt;p&gt;Your feedback will be invaluable.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Steph&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 SDK ANT example "ant_scan_and_forward" example MAX_DEVICES limit?</title><link>https://devzone.nordicsemi.com/thread/120211?ContentTypeID=1</link><pubDate>Thu, 08 Feb 2018 08:29:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0b71c7eb-5131-4f2c-bb66-b3cdb489914f</guid><dc:creator>Mttrinh</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I think you can safely increase the number of MAX_DEVICES up to 0xFE without any changes to the code, because 0xFF is reserved value - used to indicate that node ID is invalid. If you want to increase the value further you need to make some changes in the code. For instance, node address is held within uint8_t variables and one byte in ANT transmitting buffer is allocated for the address value.&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Martin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>