mirror of
https://github.com/0x1d/esp8266-laser.git
synced 2025-12-15 18:38:20 +01:00
22 lines
583 B
Markdown
22 lines
583 B
Markdown
# Esp8266-Laser
|
|
Wifi Host for the Arduino-Laser-Spirograph
|
|
|
|
#install
|
|
- install arduino ide (1.8.5)
|
|
|
|
- follow this instruction
|
|
https://github.com/esp8266/Arduino#installing-with-boards-manager
|
|
|
|
- clone/exctract repo to sketchbook
|
|
|
|
- install this libary
|
|
https://github.com/plerup/espsoftwareserial
|
|
|
|
- follow this instruction:
|
|
http://esp8266.github.io/Arduino/versions/2.0.0/doc/filesystem.html#uploading-files-to-file-system
|
|
|
|
You may also need to:
|
|
- get and install driver for nodemcu
|
|
https://www.silabs.com/products/development-tools/software/usb-to-uart-bridge-vcp-drivers
|
|
|