issue with nrf24Lo1

i'm sending 19200 bytes data in a for loop in transmitter side and get them with another nrf.
the speed is set to 2mbs and buadrate is 2,000,000 but yet sending 19200 bytes data takes about 20 seconds i don't get why it takes so long.

receiver.zip (11.2 KB)

transmitter.zip (17.6 KB)

arian:
i don't get why it takes so long.

Neither do I because you have not posted the two programs that send and recieve.

...R
Simple nRF24L01+ Tutorial

transmitter code is a bit complicated its for a camera but the sending part is in captureImg function in a for loop which i have used dmfnrf.sendint function to send data.
but receiving end is straight forward

arian:
transmitter code is a bit complicated its for a camera but the sending part is in captureImg function in a for loop which i have used dmfnrf.sendint function to send data.
but receiving end is straight forward

In case of doubt, that does not make it any easier for me to help you.

Wireless problems can be very difficult to debug so get the wireless part working on its own before you start adding any other features.

Have you studied my Tutorial examples?

...R