Although I have read the datasheet of NRF24L01 but it was still a little bit hard to understand the function of each of the pin. Can anyone please make an easy way to show that how an NRF24L01 used and on which pin it used to during Master/Slave(Transmit/Receive)?
This may seem easier to read for me, like:
Transmitter:
CE - 1 (Chip Enable 1 for Sending/Listening?)
CSN - ???
SCK - ???
MOSI - 1 (Used to transmit to the Slave?)
MISO - 0 (1 If Receive from the Slave?)
IRQ - (I'm not sure if it's used)
Receiver:
CE - 1 (Sending/Listening?)
CSN - ???
SCK - ???
MOSI - 1 (Receive from the Transmitter)
MISO - 0 (1 If Transmit to the Master?)
IRQ - (I'm not sure if it's used)
Please do give me the right correction because I knew there must be lots of errors!
Your little help may pull me a big step forward!