Hello Arduiono!
I have been working on my senior design project for a few weeks recently, my team and I are working
on implementing a wireless oscilloscope using the Due, and it has been a ton of fun so far!
Something we have been trying to figure out though, is how to increase the amount of data that can be sent via UDP in a single transmission. Right now we are calling udb.write() with a size of 90, and we are realizing connection speeds with average throughput of 400K bits/s on a private wireless network.
We want to see speeds of at least 10M bit/s on average, so we have our work cut out for us for now.
We have found this
ard_SPI.c
.....
#define _BUFFERSIZE 100
.....
We have experimented with making this larger, recompiling and loading the firmware, but it doesn't
seem to make a difference.
Has anyone figured out how to get past the 90 byte/transmission limited, or have found other ways to drastically
increase the connection speed?
Thanks
Oh, if we manage to work out how to increase the wireless speed, we wouldn't mind sharing the information with all !