Tool/software:
Hi,
I have a project requirements below.
- Collect for 1 second 1,000 samples from 4 ADC channels, (so in total 4000 samples) and then stream the data using BLE.
I would like to know if this is doable. The problem is where to store 4000 ADC samples before streaming the data using BLE. I can only store this at CC2640 RAM which is only 4KB. Most of the CC2640 RAM space is used by the program.
-kel