Discover this podcast and so much more

Podcasts are free to enjoy without a subscription. We also offer ebooks, audiobooks, and so much more for just $11.99/month.

PC - Download and Install the Arduino IDE

PC - Download and Install the Arduino IDE

FromLearn Programming and Electronics with Arduino


PC - Download and Install the Arduino IDE

FromLearn Programming and Electronics with Arduino

ratings:
Length:
7 minutes
Released:
Mar 19, 2017
Format:
Podcast episode

Description

Discussion: Before you begin using the Arduino IDE, you must first learn how to download, install, and set your preferences.  This lesson is specifically tailored for those who use a PC.  The next lesson will cover this same topic, but for Mac users. I'm currently using a Windows 8.1.  You are probably running a newer version of Windows.  However, the following instructions will be almost identical from one version to the next.  If this should ever change, I’ll update this lesson to reflect those changes. Find the Arduino IDE Download First, jump on the internet with your favorite browser, and navigate to www.arduino.cc.  Look for the tab labeled “Download”. The page on which you land might look a little different than this.  It does change from time to time, but there will always be an obvious tab for Download. Click on that “Downloads tab”.  That will bring you to the “Download the Arduino Software” page. Once on this page, you have several options.  You can download the Windows Installer, or you can download a Windows ZIP file if you are a non-administrator. The third option is to get the absolute latest, razor-sharp release of the Arduino IDE.  This is found in the section labeled “Hourly Builds”. If you want the most recent update, you can download from this section.  But this is just as the name implies.  The information here can be updated as often as hourly, and may not be as stable as an official public release. Therefore, in this lesson, I will demonstrate the Windows Installer.  This is the best route to go in almost any case.  It’s rare that another option is better. Download and Install When you click on the “Windows Installer” link, it takes you to a contributions page.  It’s completely up to you if you want to contribute to the Arduino cause. It is a great idea if you do.  However, since this is simply a demonstration, I'm just going to choose download. Next, a popup window opens so that you can direct where to save the ZIP file.  It really doesn't matter where you save it. I'm going to save it to my downloads folder.  It will then immediately start to download. It’s not a big file.  It’s around 77.7 Megabytes for this current release.  I have just an everyday, run of the mill cable internet connection, and yet it still doesn’t take very long to download. Once the file is done downloading, double click the executable file.  This will open a couple of popup windows. The first one is dependent upon whether or not you already have a older version of Arduino installed. If you already have an older version of Arduino installed, it will ask if you want to first uninstall the older version before continuing the download of the newer version. My recommendation is to select “Ok” to uninstall the older version.  It will not harm anything or delete any work you have done. It simply gets rid of the older Arduino IDE, not your sketch folder.  If you don't know what that means, it’s not important.  Just know that you will not lose anything if you uninstall. Next, it will run through the uninstallation process.  Once completed, click “Ok”.  Then, close the uninstall box. Afterwards, agree to the new license, which is just like any other license that basically says you owe Arduino your children.  The popup window then asks you to set a few installation options.  Just leave all these checked. Finally, you select the install location.  I personally put it into my programs folder.  Once you click “Install”, it will start extracting. That's really it for the installation.  It does take a little longer than you might expect - maybe a minute or two to install the whole package. Set Preferences for Arduino IDE Once installed, open the Arduino IDE.  You can either use the desktop icon or go to your programs folder to use the icon there. We're going to set some Preferences.  Go to “File” and then “Preferences”. Probably the most important thing to look at is the first line that comes up - the Sketchbook location. When we write a
Released:
Mar 19, 2017
Format:
Podcast episode

Titles in the series (61)

Video lessons on learning programming and electronics with Arduino. This is part of our Arduino Crash Course and Arduino Course for Absolute Beginners. It's designed to take someone with little or no experience in programming and electronics and get them fast-tracked to learning the skills to prototype using Arduino. We'll include some lessons from the first edition and the second edition of our training course.