Lua-RTOS-ESP32
Lua-RTOS-ESP32 copied to clipboard
nRF24L01+ library for Lua-RTOS ESP32
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
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.
@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?
Hi @the0ne Thanks for your feedback. I finally used but the RF24 library by TMRh20 for my project.
@Nkemeni sound interesting - did you integrate it with Lua-RTOS? Can you provide a link to the source code you used?
@Nkemeni sound interesting - did you integrate it with Lua-RTOS? Can you provide a link to the source code you used?
Feel free to reopen in case of questions or open a PR to share your solution with others.