Search found 5 matches
- Wed May 29, 2019 8:22 am
- Forum: ESP-IDF
- Topic: ESP32 AT commands for normal Bluetooth (no BLE)
- Replies: 2
- Views: 7497
Re: ESP32 AT commands for normal Bluetooth (no BLE)
I did as you told me. I downloaded the source, I enabled bluetooth and recompiled. It doesn't work because the pins of the serial port have changed (I use the ESP32-WROVER module). To fix it, after recompiling, I added the "factory_param_WROVER-32.bin" file and loaded the firmware using the "ESP32 D...
- Thu May 23, 2019 2:07 pm
- Forum: ESP-IDF
- Topic: ESP32 AT commands for normal Bluetooth (no BLE)
- Replies: 2
- Views: 7497
ESP32 AT commands for normal Bluetooth (no BLE)
Hi everyone,
I hope this is the right session.
I need to configure the ESP32-wrover module to receive AT commands. I have loaded the "ESP32-WROVER AT Bin V1.1.2" bin files in the module. It allows me to have AT commands for WiFi and BLE but not for classic Bluetooth.
Can someone help me?
Thank you.
I hope this is the right session.
I need to configure the ESP32-wrover module to receive AT commands. I have loaded the "ESP32-WROVER AT Bin V1.1.2" bin files in the module. It allows me to have AT commands for WiFi and BLE but not for classic Bluetooth.
Can someone help me?
Thank you.
- Thu May 23, 2019 1:44 pm
- Forum: Hardware
- Topic: ESP32 AT COMMANDS
- Replies: 3
- Views: 4311
Re: ESP32 AT COMMANDS
I have another question for you.
Is it possible to have AT commands for classic bluetooth? (no BLE)
Thank you
Is it possible to have AT commands for classic bluetooth? (no BLE)
Thank you
- Thu May 23, 2019 7:00 am
- Forum: Hardware
- Topic: ESP32 AT COMMANDS
- Replies: 3
- Views: 4311
Re: ESP32 AT COMMANDS
You are right. Thanks a lot. Resolved.
- Wed May 22, 2019 4:38 pm
- Forum: Hardware
- Topic: ESP32 AT COMMANDS
- Replies: 3
- Views: 4311
ESP32 AT COMMANDS
Hi, The ESP32-WROVER AT Bin V1.1.2 application does not work. I get "ready" but then it doesn't work. I receive only the echo of everything I write. Can anyone help me? I use flash_download_tools_v3.6.5 with this bin files: 0x1000 bootloader/bootloader.bin 0x20000 at_customize.bin 0x21000 customized...