Changes

Jump to navigation Jump to search

Workshop: Introduction to Microcontrollers with Arduino

143 bytes added, 13:30, 20 February 2019
add download links
(basic outline)
1.First, download # Download and install the [https://www.arduino.cc/en/main/software Arduino IDE into ] on your operating system of choice.''(Note: if you're using Windows, use the installer, not the app!)''
# Download and install [https://www.pjrc.com/teensy/td_download.html Teensyduino], which adds Teensy support to the Arduino IDE. Just follow the prompts; you don’t need to install all the libraries, but if you ever want to work with Teensies in the future, it’s worth taking the time to install them now.
2.Then double Double check that you are using the right board by going to Tools then Board and selecting Teensy 3.2 / 3.1, then go to Tools → Port and depending on your operating system go to
Windows: select COMX, where X is the largest number (it should also say Teensy 3.2) or
OSX: select /dev/cu.usbmodemXXXXXX, where XXXXXX is some number. This may not show up with Teensy.
the default programmer for teensy is AVRISP mkII. To use it go to Programmer and select AVRISP mkII.
 
 
== Digital output ==

Navigation menu