Search found 37 matches

by Reeshma
Fri Jun 16, 2017 10:53 am
Forum: General Discussion
Topic: Is the https_request(get and post) simultaneously works on esp32..??
Replies: 3
Views: 5919

Re: Is the https_request(get and post) simultaneously works on esp32..??

Thank you all...am a beginner to this platform , hereafter i will paste the codes and output like as your suggestion
by Reeshma
Thu Jun 15, 2017 7:58 am
Forum: General Discussion
Topic: Is the https_request(get and post) simultaneously works on esp32..??
Replies: 3
Views: 5919

Is the https_request(get and post) simultaneously works on esp32..??

Hi all, in my project , am reading the data from webserver using https_request(GET) example and if the read data is something like this(to power on the led ) and if the esp32 (power on the led) it will post an update to the webserver using https_request(POST)...but when am combining the GET and POST...
by Reeshma
Sat Jun 03, 2017 10:10 am
Forum: General Discussion
Topic: Any Example code for aes encryption in esp-idf..??
Replies: 2
Views: 8779

Any Example code for aes encryption in esp-idf..??

HI all , is there any example code for aes encryption in esp-idf , can anyone please say..
by Reeshma
Fri Jun 02, 2017 10:14 am
Forum: General Discussion
Topic: http post in https_request example
Replies: 10
Views: 22271

Re: http post in https_request example

Thank you all ,who gave an idea to post the data to webserver using https_request example code.Now i can able to update the data from esp32 to webserver.... :D Here is my log [0;32mI (71152) example: Starting again![0m [0;32mI (71152) example: Connected to AP[0m [0;32mI (71152) example: Connecting t...
by Reeshma
Thu Jun 01, 2017 9:31 am
Forum: General Discussion
Topic: http post in https_request example
Replies: 10
Views: 22271

Re: http post in https_request example

Thank you sir, i have made changes given in that link...but still am getting the same error. here am attaching the changes that i have made. static const char *REQUEST = "POST" WEB_URL " HTTP/1.0\r\n" "User-Agent: esp-idf/1.0 esp32\r\n" "connection:close" //general header "Host: WEB_SERVER" //reques...
by Reeshma
Thu Jun 01, 2017 8:53 am
Forum: General Discussion
Topic: http post in https_request example
Replies: 10
Views: 22271

Re: http post in https_request example

Thanks for your reply sir , i have made changes based on your suggestion...is it right..?? static const char *REQUEST = "POST" WEB_URL " HTTP/1.0\r\n" "Host: "WEB_SERVER"\r\n" "User-Agent: esp-idf/1.0 esp32\r\n" "content-Type:application/json" "content-Length:13" "{\"pwr\":\"off\"}\r\n" "\r\n"; but ...
by Reeshma
Thu Jun 01, 2017 7:22 am
Forum: General Discussion
Topic: http post in https_request example
Replies: 10
Views: 22271

Re: http post in https_request example

I have changed in this section only.. static const char *REQUEST = "POST" WEB_URL " HTTP/1.0\r\n" "Host: "WEB_SERVER"\r\n" "{\"pwr\":\"off\"}\r\n" "content-Type:application/json\r\n" "content-Length:13\r\n" "connection:close\r\n" "User-Agent: esp-idf/1.0 esp32\r\n" "\r\n"; the rest of the code is th...
by Reeshma
Thu Jun 01, 2017 4:21 am
Forum: General Discussion
Topic: http post in https_request example
Replies: 10
Views: 22271

http post in https_request example

I have tried the http post from https_request example..but am getting the following error , can anyone please say , where am made a mistake...in https_request code in order to post the data from esp32 to webserver... [0;32mI (30082) example: Starting again![0m [0;32mI (30082) example: Connected to A...
by Reeshma
Wed May 31, 2017 7:17 am
Forum: General Discussion
Topic: HI everyone,how can i send the data request http POST using https_request from esp32 to webserver..?
Replies: 2
Views: 4838

HI everyone,how can i send the data request http POST using https_request from esp32 to webserver..?

how can i send the data request http POST using https_request from esp32 to webserver..?

Thank you.
Regards.