Search found 37 matches
- 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: 6379
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
- 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: 6379
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...
- Sat Jun 03, 2017 10:10 am
- Forum: General Discussion
- Topic: Any Example code for aes encryption in esp-idf..??
- Replies: 2
- Views: 9493
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..
- Fri Jun 02, 2017 10:14 am
- Forum: General Discussion
- Topic: http post in https_request example
- Replies: 10
- Views: 23511
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...
- Fri Jun 02, 2017 3:33 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: 5218
Re: HI everyone,how can i send the data request http POST using https_request from esp32 to webserver..?
Thank you sir...i will refer and try that one..
- Thu Jun 01, 2017 9:31 am
- Forum: General Discussion
- Topic: http post in https_request example
- Replies: 10
- Views: 23511
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...
- Thu Jun 01, 2017 8:53 am
- Forum: General Discussion
- Topic: http post in https_request example
- Replies: 10
- Views: 23511
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 ...
- Thu Jun 01, 2017 7:22 am
- Forum: General Discussion
- Topic: http post in https_request example
- Replies: 10
- Views: 23511
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...
- Thu Jun 01, 2017 4:21 am
- Forum: General Discussion
- Topic: http post in https_request example
- Replies: 10
- Views: 23511
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...
- 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: 5218
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.
Thank you.
Regards.