Search found 4 matches
- Wed Jun 09, 2021 11:03 am
- Forum: ESP-IDF
- Topic: ESP_HTTP_CLIENT based project works with ESP-IDF v4.3 but does not work with ESP-IDF v4.4
- Replies: 1
- Views: 2535
ESP_HTTP_CLIENT based project works with ESP-IDF v4.3 but does not work with ESP-IDF v4.4
Hi, I have a project on ESP32 WROOM 32D. It is based esp_http_client. My program connects to my server, sends and receives some data to/from server. It works well with ESP-IDF v4.3-dev-907-g6c17e3a64-dirty, but does not work with ESP-IDF v4.4-dev. What is different between of two version for http? W...
- Sat Dec 19, 2020 11:01 am
- Forum: ESP-IDF
- Topic: how to use esp_ble_gatts_close ?
- Replies: 2
- Views: 4369
Re: how to use esp_ble_gatts_close ?
Hi,
You can find those values at gatts_profile_event_handler.
case ESP_GATTS_CONNECT_EVT:
spp_conn_id = p_data->connect.conn_id;
spp_gatts_if = gatts_if;
You can find those values at gatts_profile_event_handler.
case ESP_GATTS_CONNECT_EVT:
spp_conn_id = p_data->connect.conn_id;
spp_gatts_if = gatts_if;
- Wed Jun 19, 2019 2:47 pm
- Forum: Hardware
- Topic: Using ESP32-WROOM-32 or ESP-WROOM-32D
- Replies: 5
- Views: 28988
Re: Using ESP32-WROOM-32 or ESP-WROOM-32D
I used both modules in my desing. There aren't any differencies between of both modules. 32D is new module only.
- Sat Feb 02, 2019 1:48 pm
- Forum: General Discussion
- Topic: HFP example
- Replies: 12
- Views: 27083
Re: HFP example
Hi,
Do you have hfp example for getting CallerID number or incoming call number.
Thanks.
Do you have hfp example for getting CallerID number or incoming call number.
Thanks.