Other Parts Discussed in Thread: CC2650, , MSP430G2553, CC2640
Tool/software: Code Composer Studio
I am transmitting capacitive sensing data from a custom board (MSP430G2553 + CC2650MODA) to PC (I hope cc2650 launchpad can be a receiver).
Currently I can use TouchProTool protocol to read capsense data via UART pin (1.1, 1.2) from MSP430G2553 (using USB debugger directly).
My goal is to feed the capsense data stream to CC2650MODA and receive it at PC side, save the data stream out.
I would like to ask suggestion to where should I start to implement the BLE components.
1. How to connect from MSP430 to CC2650MODA?
2. Which is the reference source code for Tx and Rx side of BLE?
3. Can I save data stream into PC via serial communication? or is there other ways to do that?
Thank you