Arduino on ESP8266: Difference between revisions

From Wiki
No edit summary
No edit summary
Line 1: Line 1:
== Install ==
* Install Arduino software
* Install Arduino software
* File / Preferences
* File / Preferences
Line 6: Line 7:
** Search: 8266
** Search: 8266
** Install
** Install


* ttyUSB Permission problems?
* ttyUSB Permission problems?
: <pre>sudo usermod -a -G dialout $USERNAME</pre>
: <pre>sudo usermod -a -G dialout $USERNAME</pre>
== Programm ==
* GPIO0 to GND
* RST
* flash
* release GPIO0
* RST

Revision as of 12:31, 4 December 2017

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


  • ttyUSB Permission problems?
sudo usermod -a -G dialout $USERNAME


Programm

  • GPIO0 to GND
  • RST
  • flash
  • release GPIO0
  • RST