gr4viton / esp_fun

Fun with esp8266 and esp32

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

esp8266

hw

sw

esptool

groups  # your groups
compgen -G  # available groups
sudo usermod -a -G tty dialout $USER  # add yourself to groups tty and dialout (ubuntu)
# (optional) kill all tmux sessions
# logout from whole desktop session
# login
groups  # should contain tty and dialout

steps http://docs.micropython.org/en/latest/esp8266/tutorial/intro.html#deploying-the-firmware

firmware https://cuneyt.aliustaoglu.biz/en/installing-micropython-for-esp8266/

About

Fun with esp8266 and esp32

License:MIT License


Languages

Language:Python 100.0%