Using the new Arduino IDE for ESP8266 and found bugs, report them here

Moderator: igrr

User avatar
By Joe Job
#59334 So I have had many issues with the 12f since trying to convert my 01 devices to 12f. The main were:

OTA updates would work on the 01 and not on the 12f with the same code.
Constant crashing on the 12f.
12f could not be powered by anything lower than a 12v running through a 3.3v reg, 5v volt running through a 3.3 reg would not work.

I have since switched my programmer to 5v and not 3.3v.

Result:

OTA now works.
No crashing.
Can run the device from a 5v input without a 3.3 reg.
Last edited by Joe Job on Mon Dec 12, 2016 7:57 pm, edited 1 time in total.
User avatar
By Joe Job
#59336 100% confirmed, what has taken me nearly 7 months and in excess of 150 euros to solve with suggestions, I have set up a brand new device in 5 minutes, uploaded version 1 and updated by HTTP_UPDATE.

The answer was simple, after all the loops I was told to jump through, the simple answer was change the voltage to 5v, now I can continue :D