It's the first time i'm using the spi to connect various slaves, so is there any example how to communicate a raspberry with 2 or more nRF24L01 on the same bus? Thanks in advance
It's the first time i'm using the spi to connect various slaves, so is there any example how to communicate a raspberry with 2 or more nRF24L01 on the same bus? Thanks in advance
Is there? Surely google could answer that:
@JDR: You will need to use one GPIO pin for the CSN pin of each slave. Other pins (SCK, MOSI, MISO) you can share between them.