Connection ESP32 and NRF24
-
Have bought a ESP32 Dev with 38 pins. Try to connect my NRF24, got a problem with CSN and CE, there is no standard pin. GPIO 5 for CSN is ok CE on GPIO17 is blocking u2TXD I need. Try with #define MY_RF24_CE_PIN 12 to get CE to GPIO 12 no luck. Somebody did the job before, and did succeed, how?
-
-
-
@electrik, yes I use gpio numbers. Sketch is very very long, I am porting it from esp8266 to esp32 wroom. Fixed different timers, from os_timer_t to hw_timer_t, less relevant, now the nrf24 switch. CE attached to gpio 17 the nrf24 Works fine, want to move to gpio 12, with the #define i mentioned, CE just stays at gpio 17
-
@electrik, yes I use gpio numbers. Sketch is very very long, I am porting it from esp8266 to esp32 wroom. Fixed different timers, from os_timer_t to hw_timer_t, less relevant, now the nrf24 switch. CE attached to gpio 17 the nrf24 Works fine, want to move to gpio 12, with the #define i mentioned, CE just stays at gpio 17
-
@mfalkvidd That did it, thanks