Search found 4 matches

by RickARM
Sun Jun 18, 2023 8:24 am
Forum: General Discussion
Topic: ESP32 C3 - Cannot connect to BLE device
Replies: 0
Views: 722

ESP32 C3 - Cannot connect to BLE device

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 - ESP3...
by RickARM
Mon Jun 12, 2023 11:49 am
Forum: General Discussion
Topic: Setup notification with AT commands
Replies: 2
Views: 1133

Re: Setup notification with AT commands

Can you clarify what you mean by modified ble_data file?
by RickARM
Fri Jun 09, 2023 7:00 am
Forum: ESP-AT
Topic: ESP AT BLE can not enable notification or indication
Replies: 7
Views: 8441

Re: ESP AT BLE can not enable notification or indication

Did you solve the issue? How did you do?
I have same problem:
viewtopic.php?f=2&t=34000
by RickARM
Tue Jun 06, 2023 6:32 pm
Forum: General Discussion
Topic: Setup notification with AT commands
Replies: 2
Views: 1133

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 prop...