Ready?
As in every great recipe you need the right ingredients. Check the list and see if you have all the tools required
![]()
TinkerKit!
Be sure to have at least a couple modules
![]()
Arduino Board
The Arduino Leonardo is a good way to begin
![]()
Arduino Software
Regular Arduino software. Free and open
![]()
TinkerKit! library
Follow the instructions to install it
These are the components that we’re going to use to get started.

The first thing to do is plug the TinkerKit shield on top of the Arduino board. Don’t bend the pins of the shield.


Now connect a LED module to the O0 port of the shield. In this example we’re using the 10mm blue LED, but any LED module will work.

Use the USB cable to connect the Arduino and the computer

Open the Arduino software and select the board you’re using from the top menu under Tools > Board. We’re using an Arduino UNO and Mac OSX, but the procedure is exactly the same on Windows and Linux

Open the Blink! example from the top menu File > Examples > TinkerKit > Blink

Now you should have a new window with the code of the Blink Example. Load it into the Arduino using the Upload button in the top toolbar
