Following instructions here https://github.com/espressif/esp32-at/tree/master/tools, its very simple to create a BLE service.
However I cannot set the BLE name that is shown during client discovery. Even if it's possible to set it using AT command: AT+BLENAME, it does not appear during client scanning; on clients it's always shown "n/a" followed by address. But reading the 2a00 characteristic the name is read.
The question is: how set the device name and let it shown during clients scanning, using esp32-at and csv file?
Thank you
Esp32-at device name
Re: Esp32-at device name
BLENAME only sets the 2a00 characteristic name. You need to send either the shortened name or complete name as part of the advertising packet for the name to show up on a scan (message IDs 0x08 or 0x09).
Who is online
Users browsing this forum: No registered users and 105 guests