Skip to content

Instantly share code, notes, and snippets.

@peacefixation
Last active March 6, 2019 23:43
Show Gist options
  • Save peacefixation/8bda77ff3ee14e0e1a136317a30084b1 to your computer and use it in GitHub Desktop.
Save peacefixation/8bda77ff3ee14e0e1a136317a30084b1 to your computer and use it in GitHub Desktop.
Set up Arduino development environment
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