Search found 1 match
- Sun Jul 07, 2024 11:25 am
- Forum: ESP32 Arduino
- Topic: ESP32 nrf24
- Replies: 0
- Views: 1184
ESP32 nrf24
Hi. I just got into microcontrollers and started working on my first project, a transmitter and receiver. I have two nrf24 modules, an esp32 s3 and an esp32 c3. But, unfortunately, nothing is working. This is the code for the transmitter (esp32 s3): #include <SPI.h> #include <nRF24L01.h> #include <R...