Hi!
Could you find the way to make BLE SERIAL work?
I have also generated the ATBLEService.bin file, but I also can not find the address in memory to flash
Thanks for any help.
Search found 2 matches
- Fri May 31, 2019 5:42 pm
- Forum: General Discussion
- Topic: how add ATBLEService.bin ?
- Replies: 1
- Views: 2986
- Thu May 30, 2019 2:24 pm
- Forum: ESP-IDF
- Topic: ESP32-AT as a functionality included in the main project (like a library)
- Replies: 1
- Views: 2511
ESP32-AT as a functionality included in the main project (like a library)
Hello! I am making my first experiences with ESP32. For a project that I am working on, I intend to include the AT commands, in order to consult the ESP32, from another micro. This is simple using the ESP-AT (https://github.com/espressif/esp32-at). However my intention is to use ESP-AT, as a library...