Arduino on ESP8266: Difference between revisions
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
* ttyUSB Permission problems? | * ttyUSB Permission problems? | ||
: <pre>sudo usermod -a -G dialout | : <pre>sudo usermod -a -G dialout $USERNAME</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 $USERNAME