A fork of espressif/esp32-at to support using AT command through Bluetooth SPP (Serial Port Profile).
ESP-IDF is installed. ESP32-IDF v3.1.4 is strongly recommended.
- Clone the project
git clone --recursive https://github.com/ev3rt-git/esp32-at-via-bluetooth.git
-
Connect the ESP32 board to your PC
-
Run
make menuconfig
in the project folder
In Serial flasher config
, configure Default serial port
for downloading
In Component config -> AT -> AT Bluetooth SPP settings
, you can change the device name and PIN code
- Run
make flash monitor
to build the project and run on the ESP32 board
In the output messages, you can see the MAC address for Bluetooth like:
BT Addr: 12:34:56:78:ab:cd
See ESP-IDF Get Started for ESP-IDF installation.
See espressif/esp32-at for other information about esp32-at.