This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2640: Continuous sampling from ADC and streaming with BLE

Part Number: CC2640

Hi,

I'm looking for an example where CC2640 ADC is used to continuously read the data (sampling frequency around 200 Hz) and this data is then continuously streamed with BLE. Is there an existing example with this functionality or what example I should use as a starting point?

  • Hi Sami,

    I think, you can use ADC Data Streamer example that comes with Sensor Controller Studio and simple_broadcaster project as a baseline. When you build the ADC Data Streamer example and import into the simple_broadcaster project. Here is a guide that tells that how you should do it. When the ADC value is ready, you should update advertData in the simpe_broadcaster project.

    Best regards