Search found 5 matches

by Techgraphix
Thu Dec 14, 2023 2:25 pm
Forum: ESP32 Arduino
Topic: OTA Webserver upload works only once
Replies: 7
Views: 52476

Re: OTA Webserver upload works only once

Have you tried OTAwebupdater.ino? (This is in the examples) adjust the networkname and password. If this does not work either, check if you selected the right format for the memory configuration.. you need to have two memory parts to upload a new code You have to set that in the IDE where you select...
by Techgraphix
Thu Dec 14, 2023 8:05 am
Forum: ESP32 Arduino
Topic: OTA Webserver upload works only once
Replies: 7
Views: 52476

Re: OTA Webserver upload works only once

I have no access to my computer for a few months as i'm abroad now.. Anyway, i use the esp-wdt.h. in the setup i set it to 8sec and at the end of the loop{} i give it a reset (something like espwdt.reset() ). When i enter the upload i disable the wdt.. after the upload it has a new program and wdt s...
by Techgraphix
Sat Nov 04, 2023 8:58 pm
Forum: ESP32 Arduino
Topic: OTA Webserver upload works only once
Replies: 7
Views: 52476

Re: OTA Webserver upload works only once

Solved: in the background was a Watchdogtimer running, that did a reset after 8 seconds no "heartbeat"
Since i delete the task as soon as the upload starts, i have no problems uploading..
:)
by Techgraphix
Sat Nov 04, 2023 8:59 am
Forum: ESP32 Arduino
Topic: OTA Webserver upload works only once
Replies: 7
Views: 52476

Re: OTA Webserver upload works only once

Thanks, but this code can't be compiled. Is it just a part? Normally i expect to see a setup(){} and a loop(){}, aswell as some includes.
My programmingskills are not that good that i understand everything ;)
by Techgraphix
Fri Nov 03, 2023 8:36 pm
Forum: ESP32 Arduino
Topic: OTA Webserver upload works only once
Replies: 7
Views: 52476

OTA Webserver upload works only once

When i program my ESP32 WROOM 32 clock with ArduinoOTA/examples/OTAWebUpdater (over the USB) and reboot it i can acces it in my browser with 192.168.178.101... enter name and password (default admin admin), select a bin file (in this case the same OTAWebUpdater, only changed the color for the reques...