I have a CY5677 CYSMART BLE 4.2 USB Dongle and a CYBLE-214009-00 evaluation board.
I am trying to use the USB dongle as a uart-ble bridge to communicate with the CYBLE-214009 through a serial terminal. When I type a character in the serial terminal, the usb dongle should transmit that character to the cyble-214009 and the cyble-214009 should in turn send continuous sensor data for about two minutes.
Would it be possible to use the 'UART to BLE bridge peripheral' project to program the usb dongle, and edit the 'UART to BLE bridge central' project to program the CYBLE-214009 to send sensor data over BLE through UART? What changes would I need to make?
Solved! Go to Solution.
CY5677 USB dongle- Example code - UART bridge as a peripheral will be helpful!
I followed the instructions on the comments. However, I get the following error.
Error: dbg.M0033: The selected debug target 'CY8C4248LQI-BL583' is not compatible with the project's selected device 'CYBL11573-56LQXI'.
nvm thanks!