TheMasterFX / LED-Lightpainter

A DIY Pixelstick clone using the ESP8266 and a WS2812 Strip (Neopixel)
GNU General Public License v3.0
63 stars 23 forks source link

can I do it myself? #4

Open d3n3b3 opened 3 years ago

d3n3b3 commented 3 years ago

Hello Mr.Timmo i need this stick for myself photo/video projects, but i cant understand how to connect, upload controller and othet steps( Do you have more detailed instructions (maybe with photos) ? step by step for those who are far from IT. Please, i need your help. Thank you for attention

p.s. I wrote this post here because did not find your contacts

TheMasterFX commented 3 years ago

Hi, the basic compile and upload procedure isn't much different than other ESP8266 project.

  1. Download Visual Studio Code
  2. Download PlatformIO-Extension (in VSCode itself => View => Extensions)
  3. Download this Repo and extract on your hard drive
  4. File => Open Folder => Lightpainter on your HDD
  5. Connect Your e.g. NodeMCU Board to your computer
  6. Click on the AlienSymbol on the left (PlatformIO) and click upload

Thats basically it