Page 1 of 1

BasicOTA and OTAWebUpdater hangs

Posted: Sat Sep 05, 2020 6:33 pm
by don.vukovic
I learned about these OTA*.ino files last week.
I loaded them up, but after the message "Booting" they both just hang.

I had a problem with the compiler complaining, so I removed ESP32_Arduino and reinstalled it via the "Boards Manager".
Both now compile but hangs ??
Is this a known problem or may this be a new problem.

I am compiling for "Sparkfun - ESP32 Thing" board. I also tried "ESP32 Wrover Module".
Both compile and upload but hang after "Booting" message.

Any ideas or suggestions ?

Re: BasicOTA and OTAWebUpdater hangs

Posted: Sat Sep 05, 2020 9:02 pm
by don.vukovic
I found my problem, maybe helpful for someone else.
This project is to have an SD Card for the next part of this project.
I wired the SDCard socket and inserted the SDcard.
When I remove the SDCard, everything works ?!?
So, somewhere the VSPI pins are used for something not listed in the source files.

I did get the SDCard working previously and the OTA was the next step.

I hope there is not going to be a major conflict getting OTA and an SDCard working together.

Re: BasicOTA and OTAWebUpdater hangs

Posted: Sun Sep 06, 2020 12:00 am
by lbernstone