Last active
March 6, 2019 23:43
-
-
Save peacefixation/8bda77ff3ee14e0e1a136317a30084b1 to your computer and use it in GitHub Desktop.
Set up Arduino development environment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Arduino IDE: | |
- download from https://www.arduino.cc/en/Main/Donate | |
USB -> Serial drivers: | |
- download CH340G Driver from https://wiki.wemos.cc/downloads | |
- download CP210x Driver from https://www.silabs.com/products/development-tools/software/usb-to-uart-bridge-vcp-drivers | |
Open Arduino IDE | |
> Preferences: | |
- add additional board URLS: http://arduino.esp8266.com/stable/package_esp8266com_index.json,https://dl.espressif.com/dl/package_esp32_index.json,http://phpsecu.re/esp8266/package_deauther_index.json | |
> Tools -> Board "..." -> Boards Manager: | |
- install esp8266 by ESP8266 Community | |
- install esp32 by Espressif Systems | |
Connect USB -> USB micro: | |
> Tools > Port /dev/cu.wchusbserial1420 or /dev/cu.SLAB_USBtoUART | |
> Tools > Boards "..." > Select Wemos D1 R2 & Mini | |
> Tools > Upload Speed > 115200 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment