Forwarding debug output

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
vegan_electron
Level 2
Level 2
10 replies posted 10 questions asked 10 sign-ins

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

0 Likes
1 Solution
HeLi_263931
Level 8
Level 8
100 solutions authored 50 solutions authored 25 solutions authored

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

View solution in original post

0 Likes
3 Replies
HeLi_263931
Level 8
Level 8
100 solutions authored 50 solutions authored 25 solutions authored

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

0 Likes

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. 😉

0 Likes
Anonymous
Not applicable

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.