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.
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.