goebish / nrf24_multipro

nRF24L01 multi-protocol RC transmitter
GNU General Public License v3.0
477 stars 197 forks source link

nrf24l01 as receiver #59

Closed emielsteerneman closed 3 years ago

emielsteerneman commented 3 years ago

If I understand this library correctly, it allows for an nrf24l01 to be placed in a Taranis as an external module, and it supports multiple protocols. I was wondering if it is possible to use a nrf24l01 as a receiver. I have a tx16s controller supporting multiple protocols implemented here, and I would like to communicate with a nrf24l01 at the receiving end.

I haven't found another nrf24l01 library as detailed as this one, I am kind of at a loss. Is it even possible to have an nrf24l01 at the receiving end? Thanks.

goebish commented 3 years ago

It is possible, take a look at this for example: https://github.com/execuc/v202-receiver

emielsteerneman commented 3 years ago

That's great, thanks! Turns out I haven't been looking hard enough after all. Do you know of any other libraries like these for the nrf24l01? Regardless, I am happy. The "issue" can be closed as far as I am concerned.

goebish commented 3 years ago

The DIY Multiprotocol Module (the one you've in your tx16s) implements a few receivers, BayangRX is using the nrf24l01 https://github.com/pascallanger/DIY-Multiprotocol-TX-Module/blob/master/Multiprotocol/Bayang_Rx_nrf24l01.ino