Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
Hi guys,
I'm trying to record real-time data sampling at 150 times a second. These samples are stored on a linked list and later sent to a Bluetooth module via serial interface. The problem I'm having is that every time the data is pushed to the bluetooth module, there is a slight delay. Therefore, data cannot be recorded. Currently's it's just a standard C program (iterative). I was just wondering what are some possible solutions to overcome this (data has to be sent through Bluetooth).
Cheers, Eric