cavde:
infatti non capisco perchè non dovrebbero funzionare...
allora funziona il fatto di usarne più insime che comunichino CONTEMPORANEAMENTE poiché: "nRF24L01 support multi-channel data receive"
secondo m vi conviene:
- scaricare queste librerie per arduino già fatte: http://iteadstudio.com/application-note/nrf24l01-wireless-module-with-arduino/ testrle, giochicchiarci etc..
- modificare le librerie di cui sopra:
To achieve receiving data from 6 channels , there are a few points to note:
EN_AA and EN_RXADDR register :should be set to 0×3F , enable auto-answer and allow receive data from all channels.
RX_PW_PN registers : default is 0, set for the max length of received data .
Address for channel P0- P1 is 40 bit, but the address of P2- p5 is 8 bit , the high 32bit is the same as P1 , so just need to write one byte address for P2 -P5. And remember that the low address should be written first.
e dovreste avere in mano tutto quello che vi serve.