Page 1 of 1

ESP32 interfaced with nRF24l01 on rtos platform

Posted: Mon Nov 19, 2018 12:53 pm
by Anjusha
Hi,
I have used nRF24L01 libarary interfaced with esp32 on rtos platform,I have been testing for transmit but no sucess , no bytes are trasnmitted .On receving section I am using ardino uno interfaced with nrf24l01 having inbuilt and working code.
Please help.

I am refering the below link.

https://github.com/ReDFoX43rus/nRF24L01 ... /README.md

Re: ESP32 interfaced with nRF24l01 on rtos platform

Posted: Mon Nov 19, 2018 1:33 pm
by ESP_igrr
Did you try submitting an issue at https://github.com/ReDFoX43rus/nRF24L01 ... ary/issues?

Re: ESP32 interfaced with nRF24l01 on rtos platform

Posted: Mon Nov 19, 2018 6:07 pm
by Ritesh
Anjusha wrote:
Mon Nov 19, 2018 12:53 pm
Hi,
I have used nRF24L01 libarary interfaced with esp32 on rtos platform,I have been testing for transmit but no sucess , no bytes are trasnmitted .On receving section I am using ardino uno interfaced with nrf24l01 having inbuilt and working code.
Please help.

I am refering the below link.

https://github.com/ReDFoX43rus/nRF24L01 ... /README.md
Hi,

Why you are trying to interfaces nRF chip with ESP32 as ESP32 itself is providing Bluetooth and WiFi both for your requirement?

Is there any specific requirement to interfaces that chip with ESP32?

Re: ESP32 interfaced with nRF24l01 on rtos platform

Posted: Wed Nov 21, 2018 8:50 am
by Anjusha
Hi,

Actullay for a project I want to create a mesh of master and slave nodes , so here ESP32 will act as master and a controller will act as slave.It is for RF communication of ESP32 and other controller.

Re: ESP32 interfaced with nRF24l01 on rtos platform

Posted: Fri Nov 23, 2018 8:24 am
by Ritesh
Anjusha wrote:
Wed Nov 21, 2018 8:50 am
Hi,

Actullay for a project I want to create a mesh of master and slave nodes , so here ESP32 will act as master and a controller will act as slave.It is for RF communication of ESP32 and other controller.
Hi, Thanks for providing information for that.

Just FYI, ESP32 providing MESH Network for WiFi and started for BLE MESH as well. So, You can check if it is fit for you as per your requirement or not.