Arduino on ESP8266: Difference between revisions
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
** Search: 8266 | ** Search: 8266 | ||
** Install | ** Install | ||
* ttyUSB Permission problems? | |||
: <pre>sudo usermod -a -G dialout georg</pre> |
Revision as of 12:07, 4 December 2017
- 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 georg