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.

CC2650 ProjectZero ADC-driver

Other Parts Discussed in Thread: CC2650, BLE-STACK

Hi All,

I have a CC2650 LaunchXL. Powered two examples - Uartecho and ProjectZero. I use CCS6.

The project Uartecho driver used where there is ADC-driver. The driver has been tested - it works.

The project ProjectZero ADC-driver is missing.

Transfer ADC driver from Uarteco project ProjectZero project leads to a compilation error if you try to fix anything (different drivers).

Tell me how to connect the ADC to ProjectZero project? Or where to get a different version of ADC driver that all is compiled?

  • Hi Pasa,

    What version of the TI BLE-Stack are you using?

    If I understand your question correctly, you are trying to add an ADC driver to Project Zero? You may be interested in the Sensor Controller Studio labs in SimpleLink Academy: software-dl.ti.com/.../overview.html

    These labs walk you through adding ADC functionality to an empty TI-RTOS using Sensor Controller Studio, then integrating it with the BLE protocol (Bonus Task 1 – BLE integration). At the very least, reviewing those steps may provide you with some guidance for why your compilation errors are occurring.