The device I want to connect is bluetooth 4.2 and ESP32-C uses BLE 5.0.
I can connect with my Samsung Galaxy S22 which uses bluetooth 5.2.
I can connect with ESP32 WROOM with AT version 2.4.0.0, using the same commands as listed below.
Here are my atcommands:
AT+GMR
AT version:2.4.2.0(fb731d2 ...
Search found 4 matches
- Sun Jun 18, 2023 8:24 am
- Forum: General Discussion
- Topic: ESP32 C3 - Cannot connect to BLE device
- Replies: 0
- Views: 1521
- Mon Jun 12, 2023 11:49 am
- Forum: General Discussion
- Topic: Setup notification with AT commands
- Replies: 2
- Views: 2364
Re: Setup notification with AT commands
Can you clarify what you mean by modified ble_data file?
- Fri Jun 09, 2023 7:00 am
- Forum: ESP-AT
- Topic: ESP AT BLE can not enable notification or indication
- Replies: 7
- Views: 13887
- Tue Jun 06, 2023 6:32 pm
- Forum: General Discussion
- Topic: Setup notification with AT commands
- Replies: 2
- Views: 2364
Setup notification with AT commands
I am trying to set up notification like this link:
https://docs.espressif.com/projects/esp-at/en/release-v2.2.0.0_esp32c3/AT_Command_Examples/BLE_AT_Examples.html
Notify of a characteristic:
ESP32 Client:(1) Configure the characteristic’s descriptor. Please note that the target characteristic’s ...
https://docs.espressif.com/projects/esp-at/en/release-v2.2.0.0_esp32c3/AT_Command_Examples/BLE_AT_Examples.html
Notify of a characteristic:
ESP32 Client:(1) Configure the characteristic’s descriptor. Please note that the target characteristic’s ...