liberaid2 / nRF24L01p-ESP32-Library

nRF24l01 Driver/Library for ESP32 (esp-idf)
Apache License 2.0
16 stars 2 forks source link

esp32 not working with nrf libraray #1

Open anjushap opened 5 years ago

anjushap commented 5 years ago

I have used this libaray for my project having Esp32 interface with nRF24l01 , but its is not working as I am trasmiting some bytes

liberaid2 commented 5 years ago

Please, provide more information:

  1. What do you use: Arduino or esp-idf?
  2. Please, post your code here (sender and receiver)
  3. What do you use as receiver?
  4. Make sure you are using nRF24L01p (nRF without p has another internal calls, that's why this library won't work with old nRF version)