Part Number: CC2650MODA
Other Parts Discussed in Thread: CC2650, BLE-STACK
Tool/software: Code Composer Studio
Good day,
We have a few products based on TM4C MCU's, and we need to implement Bluetooth LE communication on these products.
To maintain existing structure, the goal is to use a CC2650MODA connected to the TM4C controller via serial UART, and the module should work as a SPP-LE bridge. We plan to write a basic library for the TM4C side, containing the necessary "commands", such as
- Tell me the addresses of the bluetooth device(s) you are connected to
- Tell me the name of the bluetooth device(s) you are connected to
- Start broadcasting BT service for pairing
- Start advertising LE service for SPP-LE connection
- Change default UART speed (between system and module)
Other than special commands, all we really want is to send receive bytes via the TM4C UART all the way to a PC or mobile device via Bluetooth.
Module boosterpacks and all sorts of EK hardware are already at hand, just "waiting for the kickout".
Question is: is there some sort of library, application note, examples, anything that can speed up the process? Or rather the other way, for we've found several posts and documents, so I guess I'm trying to filter - what is actually current and more directly relevant to this scenario?
Thanks a lot and best regards
Bruno