Arduino on ESP8266: Difference between revisions
No edit summary |
No edit summary |
||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Install == | |||
* Install Arduino software | * Install Arduino software | ||
* File / Preferences | * File / Preferences | ||
Line 5: | Line 6: | ||
* Tools / Board:xxx / Boards Manager | * Tools / Board:xxx / Boards Manager | ||
** Search: 8266 | ** Search: 8266 | ||
** Install | |||
* Linux only: ttyUSB Permission problems? | |||
: <pre>sudo usermod -a -G dialout $USERNAME</pre> | |||
== Programm == | |||
# GPIO0 to GND | |||
# RST | |||
# flash | |||
# release GPIO0 | |||
# RST | |||
== Pinout == | |||
[https://www.google.de/search?q=ESP-01+pinout&dcr=0&tbm=isch&tbo=u&source=univ&sa=X&ved=0ahUKEwiHzPrtzvDXAhUGVxoKHS7kB8AQsAQIKQ&biw=1279&bih=1255&dpr=1 ESP-01 Pinout] | |||
* Pins | |||
** GPIO0 | |||
** GPIO1 (=TX, = LED) | |||
** GPIO2 | |||
** GPIO3 (=RX) |
Latest revision as of 09:53, 20 February 2019
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
- Linux only: ttyUSB Permission problems?
sudo usermod -a -G dialout $USERNAME
Programm
- GPIO0 to GND
- RST
- flash
- release GPIO0
- RST
Pinout
- Pins
- GPIO0
- GPIO1 (=TX, = LED)
- GPIO2
- GPIO3 (=RX)