-->
Page 3 of 3

Re: esptool.py + blinky example

PostPosted: Fri Jan 09, 2015 7:24 pm
by sej7278
mog wrote: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.


yup, it really should be written in big red capitals all over this website - don't power from the usb uart, it sometimes works but has unpredictable results. use a usb breadboard power supply and a nice 12v 3a dc jack.

Re: esptool.py + blinky example

PostPosted: Sat Jan 10, 2015 12:18 pm
by BeetleX
Hi,
I set up the toolchain as adviced (Ubuntu 12.04). All went fine until it comes to flashing blinky:
"make: esptool.py: command not found"
I checked the files and entries, all seems to be fine.
Phyton2.7 is installed.
Calling "esptool.py --..." manually doesnt succeed too.

Any suggestions?

Re: esptool.py + blinky example

PostPosted: Sat Jan 10, 2015 5:20 pm
by martinayotte
esptool.py can be found on this site : https://github.com/themadinventor/esptool