Hi,
i tried to find an example with SPI which describes the connection between two nrf24LE1, one as master and one as slave, but i could not find anything. I need the following two cases:
Case 1. Master sends always data to slave (15-20 bytes), no ACK needed. Slave stores data to a buffer for further processing.
Case 2. Master requires data from slave. Slave holds the data in an array, so master should ask with an index.
Is there any example available which describes the connection, the configuration and the processing of SPI between two nrf24LE1?
Regards EwanX