I have a problem with RF24L01. I can't transmit more than 8 bytes data. If I want to transmit 32 bytes data, what do I should fix in library? Library at link: GitHub - maniacbug/RF24: Arduino driver for nRF24L01
Tks a lot.
The library seems to accept up to 32 bytes of payload. What hinders you from transmitting 32 bytes?
Have a look at this Simple nRF24L01+ Tutorial. It uses the newer TMRh20 version of the RF24 library which fixes some problems with the maniac bug version.
...R