ESP32S3 BLE UART
Posted: Sun Sep 14, 2025 8:43 am
Hi, I'm trying to implement an application in the ESP32S3 to send data from the microcontroller to a computer by bluetooth. The idea is to open a COM port in the laptpot an receiving the data as serial text.
I've been trying some of the examples in the v5.5.1, for instance
- ble_hid_device_demo, but that's to emulate a mouse or a keyboard.
- ble_spp_server_demo,but that seems not to mach with the COM service.
Any suggestion or example to start with?
Many thanks in advance
I've been trying some of the examples in the v5.5.1, for instance
- ble_hid_device_demo, but that's to emulate a mouse or a keyboard.
- ble_spp_server_demo,but that seems not to mach with the COM service.
Any suggestion or example to start with?
Many thanks in advance