Esp32-at device name
Posted: Sun Jun 03, 2018 10:25 am
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
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