' ); document.write( '' ); document.write( '' ); document.write( '' ); document.write('');
We'll be using an Arduino "Integrated Development Environment" (IDE). An IDE is a program made for editing code files. Although code files are text files and could be edited in a text-editing program, an IDE usually includes many features that help make programming easier. The Arduino IDE not only lets us write and edit programs for the Arduino microcontrollers, it also helps us to upload the programs to the Arduino microcontrollers.
There are two versions of the Arduino IDE: a web-based Arduino Web Editor and a desktop version of the Arduino IDE for Windows or Mac OS. We strongly recommend that you use the desktop version instead of the web version, since the board driver management is all contained within the desktop software. If you choose to use the web-based version, you will also need to use a separate plugin to manage the connection between the microcontroller and your computer. The plugin is sometimes a bit flaky. We will be supporting the desktop version in this class (i.e., that is what the staff will be most familiar with, and the screenshots in these instructions will be from the desktop version).
To install the Windows version of the Arduino IDE:
Once the installer is complete, there will be a shortcut to the Arduino IDE on your desktop, or a square in the Windows 10 interface. Watch the video below for a demonstration of the steps above. (Caveat: events in the video take longer than shown!)
To install the Mac OS version of the Arduino IDE:
Watch the video below for a demonstration of the steps above. (Caveat: events in the video take longer than shown!)
Go ahead and click on the icon that downloaded to open the Arduino IDE. If you see a nice teal-looking text editor, you're all set for lab! See you soon!