{"page":"<link rel=\"stylesheet\" href=\"https://lessonplanet.com/assets/packs/css/resources-572d6a42.css\" />\n<link rel=\"stylesheet\" href=\"https://lessonplanet.com/assets/packs/css/lp_boclips_stylesheets-f4d0de30.css\" media=\"all\" />\n<div data-title='Download and Install the Arduino IDE for MAC :: Arduino Crash Course' data-url='/boclips/videos/62a0e351e0c1b1390d74cb86' data-video-url='/boclips/videos/62a0e351e0c1b1390d74cb86' id='bo_player_modal'>\n<div class='boclips-resource-page modal-dialog panel-container'>\n<div class='react-notifications-root'></div>\n<div class='rp-header'>\n<div class='rp-type'>\n<i aria-hidden='true' class='fai fa-regular fa-circle-play'></i>\nVideo\n</div>\n<h1 class='rp-title' id='video-title'>\nDownload and Install the Arduino IDE for MAC :: Arduino Crash Course\n</h1>\n<div class='rp-actions'>\n<div class='mr-1'>\n<a class=\"btn btn-success\" data-posthog-event=\"Signup: LP Signup Activity\" data-posthog-location=\"body_link_boclips\" data-remote=\"true\" href=\"/subscription/new\"><span><span>Get Free Access</span><span class=\"\"> for 10 Days</span><span>!</span></span></a>\n</div>\n</div>\n</div>\n<div class='rp-body'>\n<div class='rp-info'>\n<div aria-label='Hide resource details' class='rp-hide-info' role='button' tabindex='0'>&times;</div>\n<i aria-label='Expand resource details' class='rp-expand-info fai fa-solid fa-up-right-and-down-left-from-center' role='button' tabindex='0'></i>\n<i aria-label='Compress resource details' class='rp-compress-info fai fa-solid fa-down-left-and-up-right-to-center' role='button' tabindex='0'></i>\n<div class='rp-rating'>\n<span class='resource-pool'>\n<span class='pool-label'>Publisher:</span>\n<span class='pool-name'>\n<span class='text'><a data-publisher-id=\"30358947\" href=\"/search?publisher_ids%5B%5D=30358947&amp;search_tab_id=2\">Programming Electronics Academy</a></span>\n</span>\n</span>\n</div>\n<div class='rp-description'>\n<span class='short-description'>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 Mac. (The last lesson covered this same topic, but for PC...</span>\n<span class='full-description hide'>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 Mac. (The last lesson covered this same topic, but for PC users.)<br/><br/>I'm currently running Mac OS X Yosemite.  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.<br/><br/>FIND THE ARDUINO IDE DOWNLOAD<br/>First, jump on the internet with your favorite browser, and navigate to www.arduino.cc.  Look for the tab labeled “Download”.<br/><br/>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.<br/><br/>Go ahead and click Download.  We're currently working on version 1.6.5, and what you'll do is select your operating system.<br/><br/>Find the download tab on the Arduino website.<br/><br/>Click on that “Downloads tab”.  That will bring you to the “Download the Arduino Software” page.<br/><br/>Once on this page, choose your operating system.  For Mac users, you have two options.<br/><br/>You can download from the green panel:<br/><br/>This is the Mac installer section.<br/><br/>Or you can get the absolute latest, razor-sharp release of the Arduino IDE.  This is found in the section labeled “Hourly Builds”.<br/><br/>This is the hourly builds section.<br/><br/>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.<br/><br/>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.<br/><br/><br/>It doesn't matter where you save this Zip file.  I'm going to save it to my Downloads folder.<br/><br/>This is where I save the download.<br/><br/>I'm going to save it to my downloads folder.  This will initiate the download.<br/><br/>It’s not a big file.  It’s around 131 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.<br/><br/>Once it's completely downloaded, I'm going to find it using “Finder”.  It found it in my Downloads folder.<br/><br/>Use the Finder to find the zip file.<br/><br/>Double-click your Zip file.  The Archive Utility for Mac will automatically unzip it for you.<br/><br/>After the Zip file has been unzipped, you'll see that the Arduino IDE icon will be created inside whatever folder you unzipped the Zip file. (I'm just trying to see how many times I can say \"Zip\".)<br/><br/>Here is the unzipped file.<br/><br/>I'm going to move the Arduino program to the Applications folder on my Macintosh computer.  So go to the Macintosh hard drive, then Applications, and then drop it in there.<br/><br/>Put Arduino in the Applications folder.<br/><br/>Now, I already have 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.<br/><br/>You need to uninstall an older version.<br/><br/>My recommendation is to select “Replace” to uninstall the older version.  It will not harm anything or delete any work you have done.<br/><br/>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.<br/><br/>Next, it will run through the uninstallation process.  Once completed, you can see that the Arduino icon is in the Applications folder on my Mac.  Right-click on this and choose to open it.<br/><br/>It's going to give me a prompt the first time I open up the Arduino IDE.<br/><br/>Just click open in this popup.<br/><br/>It double check whether or not you really want to open it since it is from an unidentified developer.  Just click “Open”.<br/><br/>By the way, if you try to open the Arduino icon from the Applications folder in your dock, you may not even get an “Open” option.  In this case, locate the Arduino icon in the Finder and right click to open.<br/><br/>SET PREFERENCES FOR ARDUINO IDE<br/>Now that the Arduino IDE is open, maximize it.  In another video, we'll discuss how this works in-depth, but for now I just want to set some preferences.<br/><br/>Go up to Arduino, then click “Preferences”.<br/><br/>Let's set Preferences.<br/><br/>Probably the most important thing to look at is the first line that comes up - the Sketchbook location.<br/><br/>...<br/><br/>*About Us:*<br/>This Arduino tutorial was created by Programming Electronics Academy.  We are an education company who seek to help people learn about electronics and programming through the ubiquitous Arduino development board.<br/></span>\n</div>\n<div class='action-container flex justify-between'>\n<button aria-expanded='false' aria-label='Read more description' class='rp-full-description' type='button'>\n<i class='fai fa-solid fa-align-left'></i>\n<span id='read_more'>Read More</span>\n</button>\n<div class='rp-report'>\n</div>\n</div>\n<div aria-labelledby='resource-details-heading' class='rp-info-section'>\n<h2 class='title' id='resource-details-heading'>Resource Details</h2>\n<div class='rp-resource-details clearfix'>\n<div class='detail'>\n<dl>\n<dt>Curator Rating</dt>\n<dd><span class=\"star-rating\" aria-label=\"4.0 out of 5 stars\" role=\"img\"><i class=\"fa-solid fa-star text-action\" aria-hidden=\"true\"></i><i class=\"fa-solid fa-star text-action\" aria-hidden=\"true\"></i><i class=\"fa-solid fa-star text-action\" aria-hidden=\"true\"></i><i class=\"fa-solid fa-star text-action\" aria-hidden=\"true\"></i><i class=\"fa-regular fa-star text-action\" aria-hidden=\"true\"></i></span></dd>\n</dl>\n</div>\n<div class='detail'>\n<dl>\n<dt class=\"educator-rating-title\">Educator Rating</dt><dd><div class=\"educator-rating-details\" data-path=\"/educator_ratings/rrp_data?resourceable_id=165012&amp;resourceable_type=Boclips%3A%3AVideoMetadata\"><span class=\"not-yet-rated\">Not yet Rated</span></div></dd>\n</dl>\n</div>\n<div class='detail'>\n<dl>\n<dt>Media Length</dt>\n<dd>7:12</dd>\n</dl>\n</div>\n<div class='detail'>\n<dl>\n<dt>Grade</dt><dd title=\"Grade\">Higher Ed</dd>\n</dl>\n</div>\n<div class='detail'>\n<dl>\n<dt>Subjects</dt><dd><span><a href=\"/search?keywords=computer+basic+technology&amp;search_tab_id=2&amp;subject_ids%5B%5D=378077&amp;type_ids%5B%5D=303\">STEM</a></span></dd><dd class=\"text-muted\"><i class=\"fa-solid fa-lock mr5\"></i>3 more...</dd>\n</dl>\n</div>\n<div class='detail'>\n<dl>\n<dt>Media Type</dt><dd><span><a href=\"/search?keywords=computer+basic+technology&amp;search_tab_id=2&amp;type_ids%5B%5D=303&amp;type_ids%5B%5D=4543647\">Instructional Videos</a></span></dd>\n</dl>\n</div>\n<div class='detail'>\n<dl>\n<dt>Source:</dt>\n<div class='preview-source' data-animation='true' data-boundary='.rp-info' data-container='.rp-resource-details' data-html='false' data-title='Got questions about Arduino? We have the best Arduino tutorials, lessons, and courses that you&#39;ll find, presented in a way you’ll love.  At Programming Electronics Academy we are all about teaching programming and electronics with Arduino.' data-trigger='hover focus'>\n<span>Programming Electronics Academy</span>\n<i aria-hidden='true' class='fa-solid fa-circle-info channel-tooltip-icon' id='channel-tooltip'></i>\n</div>\n</dl>\n</div>\n<div class='detail'>\n<dl>\n<dt>Date</dt>\n<dd>2015</dd>\n</dl>\n</div>\n<div class='detail'>\n<dl>\n<i aria-hidden='true' class='fai fa-solid fa-language'></i>\n<dt>Language</dt><dd>English</dd>\n</dl>\n</div>\n<div class='detail'>\n<dl>\n<dt>Audiences</dt><dd><span><a href=\"/search?audience_ids%5B%5D=371079&amp;keywords=computer+basic+technology&amp;search_tab_id=2&amp;type_ids%5B%5D=303\">For Teacher Use</a></span></dd><dd class=\"text-muted\"><i class=\"fa-solid fa-lock mr5\"></i>2 more...</dd>\n</dl>\n</div>\n<div class='detail'>\n<dl>\n<dt>Usage Permissions</dt><dd>Fine Print: Educational Use</dd>\n</dl>\n</div>\n</div>\n</div>\n<div aria-labelledby='additional-materials-heading' class='rp-info-section'>\n<h2 class='title' id='additional-materials-heading'>Additional Materials</h2>\n<div class='additional-material'>\n<i aria-hidden='true' class='fai fa-solid fa-lock'></i>\n<a class=\"text-muted\" title=\"Video Transcript\" data-html=\"true\" data-placement=\"bottom\" data-trigger=\"click\" data-content=\"<div class=&quot;text-center py-2&quot;><a class=&quot;bold&quot; href=&quot;/auth/users/sign_in&quot;>Sign in</a> or <a class=&quot;bold text-danger&quot; data-posthog-event=&quot;Signup: LP Signup Activity&quot; data-posthog-location=&quot;body_link_boclips&quot; data-remote=&quot;true&quot; href=&quot;/subscription/new&quot;>Join Now</a></div>\" data-title=\"Get Full Access\" data-container=\"body\" rel=\"popover\" tabindex=\"0\" href=\"/subscription/new\">Video Transcript</a>\n</div>\n<div class='additional-material'>\n<i aria-hidden='true' class='fai fa-solid fa-lock'></i>\n<a class=\"text-muted\" title=\"Video Preview\" data-html=\"true\" data-placement=\"bottom\" data-trigger=\"click\" data-content=\"<div class=&quot;text-center py-2&quot;><a class=&quot;bold&quot; href=&quot;/auth/users/sign_in&quot;>Sign in</a> or <a class=&quot;bold text-danger&quot; data-posthog-event=&quot;Signup: LP Signup Activity&quot; data-posthog-location=&quot;body_link_boclips&quot; data-remote=&quot;true&quot; href=&quot;/subscription/new&quot;>Join Now</a></div>\" data-title=\"Get Full Access\" data-container=\"body\" rel=\"popover\" tabindex=\"0\" href=\"/subscription/new\">Video Preview</a>\n</div>\n</div>\n<div aria-labelledby='concepts-heading' class='rp-info-section'>\n<h2 class='title' id='concepts-heading'>Concepts</h2>\n<div class='clearfix'>\n<div class='details-list concepts' data-identifier='Boclips::VideoDecorator62a0e351e0c1b1390d74cb86' data-type='concepts'>time, electronics</div>\n<div class='concepts-toggle-buttons' data-identifier='Boclips::VideoDecorator62a0e351e0c1b1390d74cb86'>\n<button aria-expanded='false' class='more btn-link' type='button'>\n<span>Show More</span>\n<i aria-hidden='true' class='fa-solid fa-caret-down ml5'></i>\n</button>\n<button aria-expanded='true' class='less btn-link' style='display: none;' type='button'>\n<span>Show Less</span>\n<i aria-hidden='true' class='fa-solid fa-caret-up ml5'></i>\n</button>\n</div>\n</div>\n</div>\n<div aria-labelledby='additional-tags-heading' class='rp-info-section'>\n<h2 class='title' id='additional-tags-heading'>Additional Tags</h2>\n<div class='clearfix'>\n<div class='details-list keyterms' data-identifier='Boclips::VideoDecorator62a0e351e0c1b1390d74cb86' data-type='keyterms'>arduino, mac os (operating system), arduino(brand), arduino tutorial, arduino lesson, open source hardware group, learning arduino, microcontrollers, arduino ide, arduino sketch, c++, how to download arduino software, how to set up an arduino board mac, arduino program download for mac, arduino software download, come scaricare arduino su mac, how to download arduino software on mac, how to download crack arduino software, operating system, default location, previous releases, arduino website, zip file, downloads folder, applications folder, double click, version, folder, click, program, talking, line, sketchbook, place, recommend, good, future, download, open, preferences, point 6, save, video, change</div>\n<div class='keyterms-toggle-buttons' data-identifier='Boclips::VideoDecorator62a0e351e0c1b1390d74cb86'>\n<button aria-expanded='false' class='more btn-link' type='button'>\n<span>Show More</span>\n<i aria-hidden='true' class='fa-solid fa-caret-down ml5'></i>\n</button>\n<button aria-expanded='true' class='less btn-link' style='display: none;' type='button'>\n<span>Show Less</span>\n<i aria-hidden='true' class='fa-solid fa-caret-up ml5'></i>\n</button>\n</div>\n</div>\n</div>\n<div aria-labelledby='classroom-considerations-heading' class='rp-info-section'>\n<h2 class='title' id='classroom-considerations-heading'>Classroom Considerations</h2>\n<div class='classroom-considerations'><div class='fai fa-solid fa-bell'></div>Best For: Explaining a topic</div><div class='classroom-considerations'><div class='fai fa-solid fa-bell'></div>Video is ad-free</div> \n</div>\n<div aria-labelledby='educator-ratings-heading' class='rp-info-section'>\n<h2 class='title sr-only' id='educator-ratings-heading'>Educator Ratings</h2>\n<div id=\"educator-ratings-root\"></div><div id=\"all-educator-ratings-root\"></div><div id=\"educator-rating-form-root\"></div>\n</div>\n</div>\n<div class='rp-resource'>\n<div aria-label='Show resource details' class='rp-show-info' role='button' tabindex='0'>\n<i class='fai fa-solid fa-align-left'></i>\nShow resource details\n</div>\n<div aria-label='Video player' class='player' id='player-wrapper' role='region'>\n<div class='relative container mx-auto' id='lp-boclips-visitor-thumbnail'>\n<a class=\"block\" data-html=\"true\" data-placement=\"bottom\" data-trigger=\"click\" data-content=\"<div class=&quot;text-center py-2&quot;><a class=&quot;bold&quot; href=&quot;/auth/users/sign_in&quot;>Sign in</a> or <a class=&quot;bold text-danger&quot; data-posthog-event=&quot;Signup: LP Signup Activity&quot; data-posthog-location=&quot;body_link_boclips&quot; data-remote=&quot;true&quot; href=&quot;/subscription/new&quot;>Join Now</a></div>\" data-title=\"Get Full Access\" data-container=\"body\" rel=\"popover\" tabindex=\"0\" aria-label=\"Play video: Download and Install the Arduino IDE for MAC :: Arduino Crash Course\" href=\"/subscription/new\"><img class=\"resource-img img-thumbnail img-responsive z-10 lp-boclips-thumbnail w-full h-full lozad\" alt=\"Download and Install the Arduino IDE for MAC :: Arduino Crash Course\" title=\"Download and Install the Arduino IDE for MAC :: Arduino Crash Course\" onError=\"handleImageNotLoadedError(this)\" data-default-image=\"https://statictemp.lp.lexp.cloud/images/attachment_defaults/resource/large/missing.png\" data-src=\"https://cdnapisec.kaltura.com/p/1776261/thumbnail/entry_id/1_c5z5pi7z/width/250/vid_slices/3/vid_slice/1\" width=\"315\" height=\"220\" src=\"data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs\" />\n<span aria-hidden='true' class='flex justify-center items-center bg-white rounded-full w-16 h-16 absolute top-1/2 left-1/2 -mt-8 -ml-8 cursor-pointer z-0 border-2 border-primary drop-shadow-md lp-boclips-thumbnail-playBtn'>\n<i class='fa-solid fa-play text-primary text-3xl ml-1 drop-shadow-xl'></i>\n</span>\n</a></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n"}