Hi,
I already try ADCBUFCONTINUOUS and Project Zero example code.
I would combine these two coding in order for me to display the analog value on Android phone.
Any suggestion or tutorial can be share to me?
Regards,
Roland
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.
Hi,
I already try ADCBUFCONTINUOUS and Project Zero example code.
I would combine these two coding in order for me to display the analog value on Android phone.
Any suggestion or tutorial can be share to me?
Regards,
Roland
Hi Roland,
I recommend looking at simple_peripheral which may be easier to work with. You should be able to take the general logic of the ADC project and transfer it to the simple_peripheral project. Can you try creating a new thread in the simple_peripheral (or project zero) project which implements the ADC logic and prints it through UART. Once that is done, I recommend looking at the SimpleLink Academy tutorials which should help you get started with the BLE portion of your use case. I recommend the following SLA labs:
Bluetooth Low Energy Fundamentals - Helps get started with Bluetooth and our SimpleLink products
Custom Profile - Shows how to create your own custom profile which may be very useful for display custom analog data and covers how to do a periodic update to this data
TI-RTOS Basics - Covers generally how the TI-RTOS works and discusses tasks and threads
Regards,
Jan