[SOLVED] Uart Emulation/Terminal with STM32WB55
Hello everyone,
I would like to use the Uart over BLE with the STM32WB55.
I'm not very familiar with BLE, but as I understood for now, Uart over BLE is not a Bluetooth SIG standard, but people have been developing custom services for it.
I couldn't find any example with the STM32WB55, does any have one with that?
I'm a looking for what is called a GATT server ?
Moreover, in STM32_WPAN middleware, I could find theses UUIDs. They seem to be related with my need but I'm not sure how to use it.
/* Custom Services*/
/* UUIDs for data transfer service */
#define DATA_TRANSFER_SERVICE_UUID (0xFE80)
#define DATA_TRANSFER_TX_CHAR_UUID (0xFE81)
#define DATA_TRANSFER_RX_CHAR_UUID (0xFE82)Best regards,
Rico