-->
Page 2 of 3

Re: esptool.py + blinky example

PostPosted: Fri Jan 02, 2015 3:05 pm
by magicsmoke
Thanks for the ideas.
@kenn unfortunately I don't have an oscilloscope. I'm using an FTDI breakout with a 3.3v and 5v switch I bought made so I don't think it's the problem.
@martinayotte I put a 10uF cap between 3.3v and GND and it does increase the time between resets but it still doesn't reply to any AT commands between resets.

Re: esptool.py + blinky example

PostPosted: Fri Jan 02, 2015 4:26 pm
by martinayotte
magicsmoke wrote:@martinayotte I put a 10uF cap between 3.3v and GND and it does increase the time between resets but it still doesn't reply to any AT commands between resets.

Leave your 10uF there, but also add a 0.1uF and as well as a 220uF, maybe this will even make your supply more stable.
For AT commands, did you end it with CR/LF (not only CR) ?

Re: esptool.py + blinky example

PostPosted: Fri Jan 02, 2015 9:19 pm
by magicsmoke
Argh all my problems were caused by my 3.3v regulator going into thermal shutdown (it's rated for 100mA max). I never knew this little thing needed so much power! It should be publicized more that you need a good supply for this. Switched to a nice 5A supply just to be safe and all is good now. :D

Re: esptool.py + blinky example

PostPosted: Fri Jan 09, 2015 3:08 pm
by mog
just for reference I've had similar issues when powering the ESP from FTDIFiend (based on FTDI FT232RL chip) which was supposed to provide enough current to power the ESP. It did indeed work but some things didn't function correctly so I've used a separate power supply for VCC and used GND, RX, TX pins from FTDI for UART only. Since that It's been working like a charm.