<?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>nRF24l01</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/1049/nrf24l01</link><description>Hello, Greetings, in the nRF24L01 datasheet, it&amp;#39;s mentioned that the module can work as a multiceiver using the six parallel data pepes,my question is that if it is possible for a nRF24l01 module(PRX) to communicate with more than six modules(PTX)?Or</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sun, 10 May 2015 07:02:22 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/1049/nrf24l01" /><item><title>RE: nRF24l01</title><link>https://devzone.nordicsemi.com/thread/4965?ContentTypeID=1</link><pubDate>Sun, 10 May 2015 07:02:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3671c641-d0cf-40e2-b855-8b7a431433ee</guid><dc:creator>Janek Mann</dc:creator><description>&lt;p&gt;Well, to be sure implementing a mesh network on top of the NRF51, from scratch, is not quite a beginners task. You might indeed find it easier in this case to build on somebody else&amp;#39;s work in the Arduino ecosystem like this: &lt;a href="https://maniacbug.github.io/RF24Network/"&gt;maniacbug.github.io/.../&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You could also have a look at this mesh network implementation hosted by Nordic: &lt;a href="https://github.com/NordicSemiconductor/nRF51-ble-bcast-mesh"&gt;github.com/.../nRF51-ble-bcast-mesh&lt;/a&gt; (that one has some limitations as it is designed to co-exist with Bluetooth LE, but might be useful as it&amp;#39;s already written).&lt;/p&gt;
&lt;p&gt;My point regarding the benefits of the NRF51 is perhaps not entirely relevant to a beginner as it would be more important to have existing code to build on.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF24l01</title><link>https://devzone.nordicsemi.com/thread/4964?ContentTypeID=1</link><pubDate>Sat, 09 May 2015 01:10:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:25dcd8c3-68ac-4afc-b903-4421c97412dc</guid><dc:creator>Daniel</dc:creator><description>&lt;p&gt;I&amp;#39;m sorry, I don&amp;#39;t understand it so much, and I&amp;#39;m also a beginner in arduino and NRF24.
Can you explain it for beginners? how the NRF51 can help me to create a real mesh network?
Benefits of NRF51 over NRF24L01+ for this purpose, libraries to use or links to any example or tutorial of use about NRF51 please?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF24l01</title><link>https://devzone.nordicsemi.com/thread/4963?ContentTypeID=1</link><pubDate>Fri, 08 May 2015 07:52:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a6b28975-5384-4196-b6e4-d8305a1cd7bf</guid><dc:creator>Janek Mann</dc:creator><description>&lt;p&gt;Hi Daniel, you certainly can, assuming that the PRXs are all set to receive on the address that the PTX is transmitting on. However you won&amp;#39;t be able to use the built-in acknowledgement feature on more than one PRX (as otherwise the acknowledgement packets would collide).
Also you wouldn&amp;#39;t be able to use the built-in address matching for more than 6 PTXs so you would need to implement your own address scheme inside of the messages you transmit.&lt;/p&gt;
&lt;p&gt;At this point you&amp;#39;d be basically using the NRF24 as a dumb transceiver pipe, more or less.&lt;/p&gt;
&lt;p&gt;BTW I would use the NRF51 range for a mesh network today... the radio peripheral in those has many features that make them much better suited, especially due to the very close integration between the radio peripheral and the MCU / Timers (so you can very conveniently schedule the timing of messages / responses / beacons etc). It also allows to for example receive a notification after N bytes of the message have been received, so theoretically it would be possible to set up the appropriate acknowledgement message for the TX node you are receiving from while the message is still being received, allowing for a quicker turn-around time.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF24l01</title><link>https://devzone.nordicsemi.com/thread/4962?ContentTypeID=1</link><pubDate>Thu, 07 May 2015 18:45:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b739b964-d2cf-4d44-a9cb-4b37ae8e503a</guid><dc:creator>Daniel</dc:creator><description>&lt;p&gt;Is this information 100% confirmed?
Can I send data from one PTX to a lot of PRX using for this the same address on all nodes? (same pipe)
I want to create a mesh network, and for this I need to send messages from all nodes to all nodes (for sure more than 6 nodes).
Thanks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF24l01</title><link>https://devzone.nordicsemi.com/thread/4961?ContentTypeID=1</link><pubDate>Tue, 03 Dec 2013 12:48:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3a0f1e67-dc63-424d-80ea-a47d1eb3afa9</guid><dc:creator>Janek Mann</dc:creator><description>&lt;p&gt;Hi zg,&lt;/p&gt;
&lt;p&gt;if two or more PTX devices with the same address send a packet at the same time (or with overlapping on-air times), either one or zero packets will be received by the PRX, as the PRX can only receive one packet at a time. If the PRX is set to acknowledge the packet, more than one of the PTXs may interpret the acknowledgement packet as being addressed to them, giving the illusion that their packet was received by the PRX, hence not resulting in a retransmit of this packet from this PTX and a lost packet.&lt;/p&gt;
&lt;p&gt;If the PTXs are using different addresses, it is still the case that one or zero packets will be received, however the acknowledgement would only be received by the PTX which sent the actually received packet, so the other PTXs can retransmit their packet.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF24l01</title><link>https://devzone.nordicsemi.com/thread/4960?ContentTypeID=1</link><pubDate>Tue, 03 Dec 2013 03:32:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0927dd2e-270d-4349-8fce-507e11417a49</guid><dc:creator>zgxiao</dc:creator><description>&lt;p&gt;Hi, Janek.
Thank you for your reply.
Do you mean that if two or more PTX devices send packets at similar time, one packet is surely to be recevied and the others lost?
Best regards
zg&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF24l01</title><link>https://devzone.nordicsemi.com/thread/4959?ContentTypeID=1</link><pubDate>Mon, 02 Dec 2013 21:25:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8f31b3a5-6dae-4943-940e-f44ab65ecdd8</guid><dc:creator>Janek Mann</dc:creator><description>&lt;p&gt;Yes, the multiceiver function is just for matching on 6 addresses in parallel, if you use the same address for for multiple PTX devices you can have more. However if you use the acknowledgement feature there is a risk that if two PTX devices send a packet at similar time, one packet may be received but both PTX devices may interpret the acknowledgment.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>