You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ESP8266 produces rather significant power spikes on boot which, so I read, are due to Wifi RF calibration on start-up. I can force no RF calibration after deep sleep but not on a regular power-on boot.
I find this rather problematic since I have an applications where I have a power source which provides plenty of power for normal (non Wifi) operation however simply cannot supply the >300mA for booting.
I played with the phy_init_data[108] (disable RF calibration for certain number of times) and phy_init_data[114] (rf_cal_use_flash) values in core_esp8266_phy.c with no success.