sorry for the misunderstanding. I powered ist in different ways. First I Powered ist like your sketch with an Step Down converter. It Converts the 12 V from my car to the 3.3 V. I have also tried it with a capacitor.
Then I tried it with the USB voltage. That didnāt make any difference.
For the last test, I only worked with the USB voltage.
LOL. Now you see it , now you donāt . The camera never lies.
Still canāt work out why this doesnāt wake up. Iāve never had problem waking D1 mini waking up. Iāve mostly used ESP12F with cells (and solar panel) to avoid wasting energy on a 5v regulator. I must be assuming something thatās wrong.
I have not yet made any changes to the boards that are already running and the API and MQTT are running in parallel. And it is running.
On the boards where I have the problems, I have not been able to get them to run either when I have only run API or MQTT. Unfortunately, this made no difference, even if I extended the runtime.
I might try to change the way, how I send them to deep sleep.
Who is the original?
Expressif publishes schematics and PC board files for ANYONE to make development boards. So, by this logic they are ALL clones.
I have purchased dozens of ESP development boards from Amazon, eBay, AliExpress and Expressif. I have only experienced one DOA board, and even then I canāt be sure that I didnāt smoke it.
Weāve discussed this before, @stevemann. The term ācloneā may not be the best choice of word. I use it as shorthand (a term I picked up from the linked thread), but I appreciate it might be misleading. Iāll try to remember to avoid using it in the future to avoid debate and the potential for being misleading.
Previously, I bought the cheapest options until I started getting weird reliability issues (broadly like the current one, which is what prompted me to make the connections and mention it, especially since other common causes seem to have been explored), also prompting the creation of the thread I mentioned.
If you havenāt had issues with inexpensive purchases, thatās great ā no need to change I guess. Personally, I switched to higher-quality boards and now encounter fewer problems, which works for me.
I primarily wanted to highlight that some cheaper boards have lower-quality components and may have reliability issues.
Can I just say thank you for this. I have 2 NodeMCU 8266ās that were refusing to wake from deep sleep and this was the cure. Donāt know why or how but Iāll take it. 10k resistor between 3.3v and S0 on my board.
Hi there,
Just thought I would add my findings into the No recovery from Deep sleep.
I purchased 4 Ali express ESP12E (same module as the Wemos D1) and all 4 of them failed to wake from deep sleep with known working code.
Being in a position to investigate this I first took the EMI cover off the module and did a thourough check against the Expressif data sheet for ESP8266EX.
Could not find any problems. RTC wake up pulse driving the RST pin no issues.
So I purchased some RAW ESP8266ex chips from Digikey and replaced the onboard CPU. Still no luck. The only thing it could now be was the flash memory chip or 26Mhz crystal. Check the crystal on a scope. Perfect.
Finally purchased four replacement 1Mbit flash chips from Digikey.
Bingo. Worked first time. Changed the other 3 flash chips and now they are all working.
To concludeā¦It appears that cheap flash chips load the serial data bus when the CPU boots from DeepSleep Wake up. It cant load the firmware and goes into āzombie modeā
pulling about 33mA current. A second reset pulse usually starts the system as the bus is already powerd up.