Search found 3 matches
- Fri May 07, 2021 4:10 pm
- Forum: General Discussion
- Topic: BLE notification & Indications
- Replies: 1
- Views: 6910
Re: BLE notification & Indications
we all have or trying the Notification or Indication API from esp32 in our main() but we able to see the data on the client side.. so i got the solution for that.. i did it for notify.. esp_ble_gatts_send_indicate(gl_profile_tab[PROFILE_A_APP_ID].gatts_if,gl_profile_tab[PROFILE_A_APP_ID].conn_id, gl...
- Tue Apr 20, 2021 8:30 am
- Forum: ESP-IDF
- Topic: BLE Serial Port Profile with AT commands
- Replies: 7
- Views: 15992
Re: BLE Serial Port Profile with AT commands
after you did AT+BLESPP
>Hello world
the above were on the server side i want to receive the same data sent on the client side..
what are the at-commands over the cient side??
>Hello world
the above were on the server side i want to receive the same data sent on the client side..
what are the at-commands over the cient side??
- Wed Apr 07, 2021 5:40 am
- Forum: General Discussion
- Topic: ESP32/UART : Buffer is null
- Replies: 22
- Views: 19009
Re: ESP32/UART : Buffer is null
i was using ESP32 wroom and stm32g431RB i was just using HAL uart liberary to sent At commands to ESp32 but im unable to read ok response from the esp32 ....are der any suggestions.