Difference between revisions of "NeoPixel Workshop Instructions"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
Download and install the Arduino IDE V 1.8.5 (or newer). | Download and install the Arduino IDE V 1.8.5 (or newer). | ||
− | Do not download/install the web IDE! | + | |
+ | '''Do not download/install the web IDE!''' | ||
https://www.arduino.cc/en/Main/Software | https://www.arduino.cc/en/Main/Software | ||
− | There are some step by step instructions here https://www.arduino.cc/en/Guide/HomePage | + | There are some step by step instructions here: https://www.arduino.cc/en/Guide/HomePage |
+ | |||
+ | ---- | ||
+ | Download and install the CH340 USB drivers for the Arduino clones: | ||
+ | |||
+ | https://sparks.gogo.co.nz/ch340.html | ||
+ | |||
+ | Note: The CH340 chip is a USB to serial chip used frequently on Arduino clones. Official Arduinos use the FTDI chip. Those drivers are included in the Arduino software install. |
Revision as of 11:37, 10 November 2017
This is the instruction page for the NeoPixel Workshop ran by Andy Miller on 11/11/17
Software to install
You will need to install the following programs and drivers
Download and install the Arduino IDE V 1.8.5 (or newer).
Do not download/install the web IDE!
https://www.arduino.cc/en/Main/Software
There are some step by step instructions here: https://www.arduino.cc/en/Guide/HomePage
Download and install the CH340 USB drivers for the Arduino clones:
https://sparks.gogo.co.nz/ch340.html
Note: The CH340 chip is a USB to serial chip used frequently on Arduino clones. Official Arduinos use the FTDI chip. Those drivers are included in the Arduino software install.