Lua-RTOS-ESP32 icon indicating copy to clipboard operation
Lua-RTOS-ESP32 copied to clipboard

nRF24L01+ library for Lua-RTOS ESP32

Open Nkemeni opened this issue 6 years ago • 5 comments

Hello, Please I wish to find out is there is a library for nRF24L01+ transceiver module for Lua RTOS. I wish to interface an ESP32 and nRF24L01+ for wireless communication between nodes.

Thanks in advance for the help

Nkemeni avatar Apr 09 '19 09:04 Nkemeni

Hello @Nkemeni,

I think this can be done using the radiohead library. I had started work on integrating this library but then noticed that the rc-switch library was better suitable in the project I was working on. You can use the following as a start: radiohead.tar.gz

Just unzip into the compontents folder. There's still a lot to do but at least it's a start.

the0ne avatar Apr 09 '19 09:04 the0ne

@Nkemeni in the meantime I have used the above radiohead component again for some quick testing of an ASK receiver. However, I didn't have the time to test the radiohead NRF24 module. Did you manage to use your nRF24L01 for data-transmission yet?

the0ne avatar Jul 08 '19 09:07 the0ne

Hi @the0ne Thanks for your feedback. I finally used but the RF24 library by TMRh20 for my project.

Nkemeni avatar Jul 08 '19 19:07 Nkemeni

@Nkemeni sound interesting - did you integrate it with Lua-RTOS? Can you provide a link to the source code you used?

the0ne avatar Jul 08 '19 19:07 the0ne

@Nkemeni sound interesting - did you integrate it with Lua-RTOS? Can you provide a link to the source code you used?

the0ne avatar Sep 11 '19 05:09 the0ne

Feel free to reopen in case of questions or open a PR to share your solution with others.

the0ne avatar Dec 02 '22 13:12 the0ne