[Oberon] FPGA - nRF24L01 connection

Tomas Kral thomas.kral at email.cz
Fri Apr 13 14:42:04 CEST 2018


On Fri, 13 Apr 2018 10:46:11 +0300
Jörg <joerg.straube at iaeth.ch> wrote:

> The easiest is to only use pipe 0.
Yes, I agree. Is simple what `SSC.Mod' does both reading/writing across
pipe-0, the only that is enabled. Seems like peer-to-peer(s) talk. Only
one talks, while the others listen, then one of them replies. 

> In case you want to use the chip’s MultiCeiver feature (=handle
> different pipes) you must follow the note in datasheet chapter 7.6:
> „The LSByte must be unique for all six pipes.“

This is also the idea of RF24.cpp  parent-child pipe abstraction, but
cannot be somehow disabled. It shuffles addresses between pipes in
calls.

radio.startListening
radio.stopListening   
radio.openPipe

It is meant easy to the user, but I am slightly confused.

-- 
Tomas Kral <thomas.kral at email.cz>


More information about the Oberon mailing list