So, you bought yourself an Arduino starter kit. and maybe some other cool cool components of interesting components of interesting components — what now? How do you actually start programming this Arduino thing ? How do you set it up and download some code? Read on and I’ll explain everything.
I’m assuming you have an Arduino Uno board because it comes with most Arduino starter kits.
Driver installation
MacOS X:
On a Mac, it’s easy. Just download the latest Arduino package, install it, and then run attached driver FTDIUSBSerial . When it’s done, drag the app to your apps folder. You will need to reboot for the new drivers to work.
When you first connect the Arduino, OSX will tell you that a new interface has been detected. Just click » Network Settings» and press » Apply» — there are no settings here.
Windows 7
Nothing is easier on Windows, especially when it comes to drivers. Start by downloading the latest version and unzipping, keeping the folder structure. It’s a fairly large download — 85MB when I checked, fully expandable to 230MB, so it might take a while to download.
Connect your Arduino using the included USB cable. It may try to find the drivers, but it will not work. Just close the wizard and open Device Manager. The quickest way to do this, instead of trying to navigate through the confusing set of layered menus in the Windows Control Panel, is to simply click the » Start» and enter devmgmt.msc . Press Enter and you will open Device Manager directly.
In chapter » Other devices» you must see Arduino Uno with one of those yellow «problem» signs. Double click, select » Update Drivers» and select » View my computer for driver software».
Select Options » Let me choose a driver» press » All Devices» , «Disk» and go to the download folder. In the drivers folder you should see the file Arduino Uno . Choose it. The driver installation process will recognize it as a «communication port» and will result in an «unsigned driver error» during installation. Ignore this and install anyway.