Arduino on ESP8266
Install
- Install Arduino software
- File / Preferences
- Additional Board Manager URLs:
http://arduino.esp8266.com/stable/package_esp8266com_index.json
- Tools / Board:xxx / Boards Manager
- Search: 8266
- Install
- Linux only: ttyUSB Permission problems?
sudo usermod -a -G dialout $USERNAME
Programm
- GPIO0 to GND
- RST
- flash
- release GPIO0
- RST
Pinout
- Pins
- GPIO0
- GPIO1 (=TX, = LED)
- GPIO2
- GPIO3 (=RX)