Hello guys,
i would like to forward my debug out to a unencrypted unauthenticated Bluetooth serial port. I would like to know if it's possible and maybe there is some documentation about it?
Thank you very much,
Daniel
Solved! Go to Solution.
The PSoC4 supports BLE, which does not have a serial port profile. But you can look at the BLE-to-UART bride project: Project #020: UART to BLE Bridge | Cypress Semiconductor
The PSoC4 supports BLE, which does not have a serial port profile. But you can look at the BLE-to-UART bride project: Project #020: UART to BLE Bridge | Cypress Semiconductor
Thank you for the kind reply. I would like to know now if i can use this custom profile on a mobile device like an Android phone?
It looks it is possible... But would be good to know from an expert. 😉
The project files won't be drop-in to the mobile device, but using a custom profile with the same format/services/characteristics/attributes should work easily. Just make your mobile device profile to have the same traits and it will run and work.