Arduino on ESP8266

From Wiki
Revision as of 12:07, 4 December 2017 by Marcluer (talk | contribs)
  • 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
  • ttyUSB Permission problems?
sudo usermod -a -G dialout $USERNAME