Left here for archival purposes.

User avatar
By hwiguna
#4761
hwiguna wrote:
hwiguna wrote:Alas, when I run a webserver on the ESP. The I/O flicker returns, and shift register stopped working :-(

This appears to have been error in my lua code. :oops:
I've since been able to get the ESP-03 drive a shift register AND respond to web requests.
Here is the code and more related videos here: viewtopic.php?f=19&t=845

User avatar
By Markus Gritsch
#4794 Hmm, I cannot confirm any GPIO flickering. Here is what it looks like when switching from 0 to 1 when powering from a 3.3 V regulator:

NewFile0.png
NewFile0.png (3.94 KiB) Viewed 3140 times


When powering from the 3.3 V of the FTDI adapter (which cannot provide enough current) I added a 470 uF capacitor. This is how it looks in this case:

NewFile1.png
NewFile1.png (4.08 KiB) Viewed 3140 times


Not as good, but still ok.
User avatar
By Markus Gritsch
#4816 Hi Hari,

from watching your YouTube videos, I think I know what's causing the problems in your circuit: You are using a 3.3 V regulator, but you have to add capacitors before and after the regulator to give it something to work with. Typically you would add 1 uF from the regulator input to ground and 1 uF from the regulator output to ground. Look into the regulators datasheet. It will contain some application circuit showing these caps.

Have fun,
Markus