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: Will heavy BLE transfer influences Sensor Controller ADC sampling?

Part Number: CC2640

Hi, we use the sensor controller to sample the analog signal,then upload the ADC values over BLE. The period of alert event generated by SCS is about 24ms, so the cpu transmits BLE packets at period 24ms. Under this circumstance, the sampled adc values by SCS have little error. But when we increase the BLE traffic in order to exchange some other information with iOS, adc values jitter heavily. I wander will heavy ble traffic influence the ADC sample accuracy?

  • Hi Kexue,

    While this has not specifically been tested, it is not unlikely that the radio will affect the ADC somewhat when running. If you see large jitter when running the radio I would recommend to avoid using the ADC in that time period.

    Cheers,
    Fredrik
  • Thanks Fredrik, sorry for my late response. Since we want to achieve 500HZ sample rate. It's a little difficult to avoid using radio if we want such high BLE data throughput. If the radio does unlikely influence the ADC sampling since Sensor Controller is an independent module, I may consider if there some other reason might cause that ADC jitter. Thanks for your reply again!