- Tue Dec 02, 2014 3:35 pm
#3852
Finaly, I got it
Nice work, you have done here!
Maybe some little changes on the HowTo:
I found out, that on a clean install, some packages more are missing:
Code: Select allapt-get install libtool autoconf gawk texinfo libncurses5-dev expat
And when I made "make" the second time, I got the Error that esptool is an unknown command, so I downloaded
http://www.esp8266.com/viewtopic.php?f=9&t=304 and pasted the files in the xtensa-lx106-elf/bin/ folder to get it work
Maybe you could implement this in the makefile
Greetz,
Rabbit
PS:
Three things I have to ask:
Is it normal, that the ESP breaks down after recieving a TCP-Package and disconnecting? Could be my router, so just asking:P
Is there a way at the moment to change the GPIO status over WIFI?
And the last one, do you have planed to get a function to change the baudrate?