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.

CC2650RC: Please let me know clearly how the consumer of cc2650rc checks.

Part Number: CC2650RC
Other Parts Discussed in Thread: CC2650

I want to do voice recognition by pressing the microphone button on cc2650rc Android.

If you have an example of github.com/.../simplelink_sdk-1.50' bidirectional audio. However, this example requires a cc2650 launchpad.

So from a consumer's point of view, how do I check the mic voice for a customer who only purchased cc2650rc and devpack?

I don't think I need to connect the cc2650 launchpad.
I want you to tell me how to check each PC and Android.

'e2e.ti.com/.../cc2650rc-how-to-stream-data-without-using-the-usb-dongle

  • Hi,

    Taking a step back, in this set up you are referring to how to send audio data from the CC2650rc to an Android device? As discussed in the readme for the central variant of the bidirectional audio project, this demo can transmit voice over BLE with enough quality to enable voice recognition. The example was made to work with the peripheral version of the project, so you will need to do some modifications to get it to work with an Android device. The readme discusses how the project works so that will be a good starting point here.

    I would recommend starting by modifying the scanning functionality such that it connects to your desired android device and getting the connection working. Afterwards, I would then move on to verifying the audio transmission functionality. You will likely need to write a custom Android app on the Android side (I recommend reaching out to the Android forums to double check this and for help on the Android portion of this project).

    Best Regards,

    Jan

  • I don't mean two-way audio communication. I want to connect cc2650rc to pc and then press mic on cc2650rc to check voice input. If you press the mic button, only red comes in and voice input is not allowed.

  • Hi,

    As mentioned on the other thread, I think we should verify base functionality first. Can you use the following E2E thread as a guide for how to connect the board to the Android app to check the functionality?

    Best Regards,

    Jan

  • Yes, I can even pair Android apps.

  • Hi,

    Can you check with the SimpleLink application and confirm is audio is being transmitted to the android device?

    Best Regards,

    Jan

  • If you install the simplelink app in the Android google play store and check it after connecting to Bluetooth, the app crashes. It's not that my cell phone is weird. I did it on several Android phones, but they all crash.

  • Hi,

    Can you specify which version of Android you are using? To clarify, the app is crashing every time you connect to the CC2650 device?

    Best Regards,

    Jan