Hi,
I have a little project as following:
2 arduino nano's, both with a NRF24L01 module, the first one is used as a transmitter, the second one is used as a transceiver. I have both arduino's working, and they 'communicate' well with each other.
Now I want to add a ENC28J60 Ethernet Shield to one of the Nano's, so the received values can be sent to the internet... But, When I add the shield on my nano, it goes wrong.. I don't receive any data anymore...
I connected the nano and the NRF24L01 module as follows:
3,3V & GND
SPI: pin 11, 12, 13
CS: 6
CSN: 7
I don't know what the problem is...