Esp8266 and nrf24l01 communication system ..#2

Thread Starter

prajwalvr08

Joined Jun 17, 2021
1
I was able to achieve this by following this schematic I found on the Arduino Stack Exchange: , and then on my code setting up the radio like this:

RF24 radio(2, 15);

Hope it helps somebody
I have done what you have posted... But nothing is being shown on serial Monitor. There is definitely some reception via NRF24L01... But not visible on the monitor

Mod: Link to old thread.E

https://forum.allaboutcircuits.com/...4l01-communication-system.121994/post-1376474
 
Last edited by a moderator:
Top