Other Parts Discussed in Thread: CC2540
Hello.
I am trying to send a constant feed of accelerometer readings. The way I do this, is by parsing accel. data into a modified simpleGattprofile, and doing a Read Using Characteristic UUID, then getting as much data as I can fit into an ATT_ReadByTypeRsp data package.
However, this doesn't seem to be fast enough; is there a way to do this faster?
Is it possible to set up the CC2540 to send a constant stream of data at fixed intervals, and if so, how?
Also, I see a lot of mentions of the UART, but is that what I need to get a hold on?
Thanks in advance :)