Search found 2 matches

by omri10
Thu Dec 20, 2018 10:22 am
Forum: ESP-IDF
Topic: esp32 flash tool
Replies: 0
Views: 2307

esp32 flash tool

hi , i am trying to use the esp32 flash_download_tools_v3.6.5 (in win OS), i wrote the code in arduino IDE . I made a bin file from my project and now i would like to upload the code using the esp32 flash tool but I dont understand where do i get the Bootloader bin file and the Partition table bin f...
by omri10
Thu Nov 22, 2018 2:04 pm
Forum: General Discussion
Topic: POST to website
Replies: 1
Views: 2671

POST to website

hi , I am using the ESP 32 to send parameters VIA POST to website , I am using this code : timeA=millis(); USE_SERIAL.println(timeA - timeB); strTotURL=strBaseUrl+strPage; strTotURL.replace(" ", ""); //USE_SERIAL.println(strTotURL); http.begin(strTotURL, ca); //HTTPS http.addHeader("Content-Type", "...