Search found 4 matches

by eliasorggro
Thu Jul 28, 2022 8:30 am
Forum: General Discussion
Topic: how should I print the http payload (response)
Replies: 1
Views: 1636

how should I print the http payload (response)

I have this rest api here : https://retoolapi.dev/XB1y0H/data I want to make a persistence connection by http_client to get data from it with much less delay . /* ESP HTTP Client Example This example code is in the Public Domain (or CC0 licensed, at your option.) Unless required by applicable law or...
by eliasorggro
Thu Jul 28, 2022 8:21 am
Forum: ESP-IDF
Topic: (esp_http_client) WI-FI credentials input
Replies: 2
Views: 1494

Re: (esp_http_client) WI-FI credentials input

thanks I actually use sdkconfig file in project and add these two lines :
CONFIG_EXAMPLE_WIFI_SSID="Upmmm"
CONFIG_EXAMPLE_WIFI_PASSWORD="1234567x"
it worked :)
by eliasorggro
Sun Jul 17, 2022 7:12 pm
Forum: ESP-IDF
Topic: Obtaining the https response using esp_http_client_perform
Replies: 2
Views: 5816

Re: Obtaining the https response using esp_http_client_perform

I have the same issue :(
any progress ?
by eliasorggro
Sat Jul 16, 2022 7:36 pm
Forum: ESP-IDF
Topic: (esp_http_client) WI-FI credentials input
Replies: 2
Views: 1494

(esp_http_client) WI-FI credentials input

I have tried this example in esp-idf : https://github.com/espressif/esp-idf/tree/b531745a11adafffc5558ef7ee2b9f65ba0806ba/examples/protocols/esp_http_client the problem is I see nowhere to put ssid and password of WI-FI for esp32 to connect WI-FI. that's why the message which I dont know where it is...