Other Parts Discussed in Thread: CC2640
Hi,
My current setup is this: MCU controlling the CC2541 via HCI commands on one device. The CC2541 is the chip itself (not EM board) and is flashed with HostTestRelease. I have my MCU issuing HCI commands to initialize the bluetooth chip as a peripheral device. However, my next goal is to use my Android device and use a Bluetooth terminal app (IE: Serial Bluetooth Terminal) to send commands to the MCU as well as receive data back from the MCU. So the flow of data is going to be: Send command >> Phone >> Bluetooth >> MCU >> Bluetooth >> Phone >> Get data
I am unable to connect to the CC2541 using the Serial Terminal App as it says "no serial service". How should I proceed? Is the HostTestRelease firmware not appropriate in my situation? Am I supposed to setup a GATT custom profile and issue commands from my phone that way? and if so, how?
PS: I looked at the BLE Serial to bridge project on the wiki, and because I don't have the SmartRF05 board, I cannot do it this way, but if you can point to any code that I can learn from, it would be greatly appreciated.