Other Parts Discussed in Thread: CC2640R2F, AWR1843
Hi TI mmWave Technical Support, I am helping a University Student who has some technical questions to help complete his Senior project which uses our AWR1843AOPEVM for development, please see below. Unfortunately we have discontinued the ability for University Students to ask technical support question to our e2e. I was directed to enter the request on his behalf. Please see below, thank you in advance for helping our future customer!
**********************************
I've learned quite a bit about the EVM. In particular, I noted that the EVM is capable of communicating information via Bluetooth. The UART and logger output of the AOP device are routed to the Bluetooth chip (and also to the UART-USB converter chip). I am able to interact with the EVM via USB so that I can use the cloud-based visualizer. But I would prefer to communicate with the AOP via Bluetooth so that I can perform some processing on my IOS device.
However, the Bluetooth device seems to be configured with some generic code. For example, it broadcasts the name "Simple Peripheral" and has only two services. The first service is the device information service and the characteristics for that service are non-specified (e.g., Model Number String = "Model Number"). The other service is 0xFFF0, which seems to be a custom service. The characteristics for that service are 0xFFF1, 0xFFF2, 0xFFF4, 0xFFF5. A snapshot of some debug output is attached. After some digging, I came across the following TI website: (https://software-dl.ti.com/lprf/simplelink_cc2640r2_sdk/1.30.00.25/exports/examples/rtos/CC2640R2_LAUNCHXL/blestack/simple_peripheral/README.html#char1, which indicates to me that the Bluetooth chip is flashed with some generic/baseline code.
I've been unable to find any information online regarding using Bluetooth with the EVM. Can you help me out with this? Does the part need to be flashed with some particular code to get it to work with the EVM? Also, do I need any additional HW to do the flashing (e.g., the BOOST module)?
Any help you can provide would be greatly appreciated.