<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Found it...]]></title><description><![CDATA[<p dir="auto">Re: <a href="/topic/7870/using-nrf24-how-can-i-limit-the-max-auto-nodeid-number">Using NRF24 - How can I limit the max auto NodeID number?</a></p>
<p dir="auto">#define BROADCAST_ADDRESS ((uint8_t)255)	//!&lt; broadcasts are addressed to ID 255<br />
#define DISTANCE_INVALID ((uint8_t)255)		//!&lt; invalid distance when searching for parent<br />
#define MAX_HOPS ((uint8_t)254)				//!&lt; maximal mumber of hops for ping/pong<br />
#define INVALID_HOPS ((uint8_t)255)			//!&lt; invalid hops<br />
#define MAX_SUBSEQ_MSGS 5					//!&lt; Maximum number of subsequentially processed messages in FIFO (to prevent transport deadlock if HW issue)<br />
#define CHKUPL_INTERVAL ((uint32_t)10000)	//!&lt; Minimum time interval to re-check uplink</p>
<p dir="auto">in MyTransport.h</p>
<p dir="auto">now which one do I change to 100, so my radio system will be limited to nodes 0-100???</p>
]]></description><link>https://forum.mysensors.org/topic/7871/found-it</link><generator>RSS for Node</generator><lastBuildDate>Wed, 22 Jul 2026 05:07:42 GMT</lastBuildDate><atom:link href="https://forum.mysensors.org/topic/7871.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 26 Oct 2017 17:17:31 GMT</pubDate><ttl>60</ttl></channel></rss>