I’ve been trying to tinker with the ESP8266 and the Arduino IDE
The latest version of Arduino from http://arduino.cc/ has a thing called ‘Boards Manager’ where you can use the IDE with other boards such as the ESP8266
Learn more about the ESP8266 and the Arduino IDE here
https://github.com/esp8266/Arduino
once you have the IDE set up it still isn’t that straightforward to get going... The settings in the screenshot above are what worked for me using a ESP-01, the trickiest part of the equation is getting the correct drivers for your USB->SERIAL adapter. I had a bunch of prolific chips here and even when I managed to get the drivers installed I still couldn’t get them to work.
A genuine FTDI adapter from Sparkfun does work... and the final hurdle was remembering that to flash the ESP you really need to have the Upload Speed set to 115200!
There is a handy little test script in the examples folder called CheckFlashConfig. This will check that the settings you have set under tools match your ESP8266 board :-) This is well worth running first to make sure you are not causing more problems than needed ;-)
73








