Hello Everyone,
I hope everyone is doing great.
I am connecting nRF24L01 with ATmega328P. Connections are correct. The code is working correctly on Arduino UNO and Arduino Nano. But my devices are not connecting with each other when i am doing the same on ATmega328P.
It would be great if someone can guide. All the basic codes are working fine. Is there anything that i need to add in my circuit?
|Atmega328P(Physical Pin No)|nRF|
|Pin 7| |VCC|
|Pin 8| |GND|
|Pin 17| |MOSI|
|Pin 18| |MISO|
|Pin 19| |SCK|
|Pin 9| |CE|
|Pin 8| |CSN|
Any guidance will be appriciated
Thank you in advance.
Edit 1:
CE is on physical pin 15
CSN is on physical pin 14