SparkFun Inventor's Kit - V3.2

As you may have seen from our blog post, we recently moved our injection mold for SIK cases over from China to Longmont, CO, in order to provide a quicker supply of cases when we are low on stock. Unfortunately, after we made the transition, we found our mold had begun to break and would need repair. Therefore, we created the SIK Special Edition. This SIK will not have a the normal carrying case when you receive them, but instead one of our tried and true red boxes at a reduced price. However, anyone who buys this special edition SIK will receive an carrying case, in a separate shipment at no cost to you, when we have cases again. If you are looking to purchase an SIK for the holidays be sure to head over to the SIK Special Edition page to pick one up!

The SparkFun Inventor's Kit (SIK) is a great way to get started with programming and hardware interaction with the Arduino programming language. The SIK includes everything you need to complete 16 circuits that will teach you how to read sensors, display information on an LCD, drive motors, and more. You don't need any previous programming or electronics experience to use this kit.

The full-color SIK Guidebook (included) contains step by step instructions of how to connect each circuit with the included parts. Full example code is provided and explained and even includes troubleshooting tips if something goes wrong.

The kit does not require any soldering and is recommended for beginners ages 10 and up. Version 3.2 of the kit adds a new Simon Says circuit experiment with all the LEDs and tactile buttons you will need to complete it, and a new full-color guidebook.

  • Circuit 1: Blinking an LED
  • Circuit 2: Reading a Potentiometer
  • Circuit 3: Driving an RGB LED
  • Circuit 4: Driving Multiple LEDs
  • Circuit 5: Push Buttons
  • Circuit 6: Reading a Photo Resistor
  • Circuit 7: Reading a Temperature Sensor
  • Circuit 8: Driving a Servo Motor
  • Circuit 9: Using a Flex Sensor
  • Circuit 10: Reading a Soft Potentiometer
  • Circuit 11: Using a Buzzer
  • Circuit 12: Driving a Motor
  • Circuit 13: Using Relays
  • Circuit 14: Using a Shift Register
  • Circuit 15: Using an LCD
  • Circuit 16: Simon Says

SparkFun Inventor's Kit - V3.2 Product Help and Resources

SIK Keyboard Instrument

April 15, 2016

We can use the parts and concepts in the SparkFun Invetor's Kit to make a primitive keyboard instrument.

Measuring Internal Resistance of Batteries

May 5, 2016

Classroom STEM activity that has students build a battery from a lemon, measure the open and closed circuit voltages, and determine the battery's internal resistance.

SIK Experiment Guide for the Arduino 101/Genuino 101 Board

April 28, 2016

This guide contains all the information you will need to explore the 21 circuits of the SparkFun Inventor's Kit for the Arduino 101/Genuino 101 Board.

Core Skill: Robotics

This skill concerns mechanical and robotics knowledge. You may need to know how mechanical parts interact, how motors work, or how to use motor drivers and controllers.

1 Robotics

Skill Level: Noob - You will be required to put together a robotics kit. Necessary parts are included and steps will be easy to follow. You also might encounter basic robotics components like bearings, mounts, or other hardware and need a general idea of how it goes together.
See all skill levels


Core Skill: DIY

Whether it's for assembling a kit, hacking an enclosure, or creating your own parts; the DIY skill is all about knowing how to use tools and the techniques associated with them.

1 DIY

Skill Level: Noob - Basic assembly is required. You may need to provide your own basic tools like a screwdriver, hammer or scissors. Power tools or custom parts are not required. Instructions will be included and easy to follow. Sewing may be required, but only with included patterns.
See all skill levels


Core Skill: Programming

If a board needs code or communicates somehow, you're going to need to know how to program or interface with it. The programming skill is all about communication and code.

2 Programming

Skill Level: Rookie - You will need a better fundamental understand of what code is, and how it works. You will be using beginner-level software and development tools like Arduino. You will be dealing directly with code, but numerous examples and libraries are available. Sensors or shields will communicate with serial or TTL.
See all skill levels


Core Skill: Electrical Prototyping

If it requires power, you need to know how much, what all the pins do, and how to hook it up. You may need to reference datasheets, schematics, and know the ins and outs of electronics.

2 Electrical Prototyping

Skill Level: Rookie - You may be required to know a bit more about the component, such as orientation, or how to hook it up, in addition to power requirements. You will need to understand polarized components.
See all skill levels


Comments

Looking for answers to technical questions?

We welcome your comments and suggestions below. However, if you are looking for solutions to technical questions please see our Technical Assistance page.

  • Defragster / about 7 years ago / 1

    In getting out a SIK for a class my wife found example 4 (SIK-Guide-Code-V_3.3\SIK_circuit04_multipleLEDs\SIK_circuit04_multipleLEDs.ino) to be non functional in part with IDE 1.8.1 - checked wiring and it was right - some parts worked some didn't. Looking at the code I found this that should be corrected: void oneAfterAnother() and void oneOnAtATime() and void pingPong() for(index = 0; index <= 7; index = index++) and for(index = 7; index >= 0; index = index--) are wrong and end up not incrementing.

    they should be like: for(index = 0; index <= 7; index++) and for(index = 7; index >= 0; index--)

  • Member #452184 / about 10 years ago * / 3

    Hi folks!

    The Minnesota CoderDojo group has been using the SparkFun Inventor's kit for about a year now. We are very happy with the SIK and the instruction booklets that they come with are top-notch. I am starting to write a blog on some the things I have learned and I would like to share experiences with others.

    One of my first findings is that the kids LOVE circuit lab #12 (driving the DC motors) however over time the leads on most of the motors have broken off. I have a post on how to fix them here:

    Motors for Arduino Labs.

    I have also added a new lab that allows the students to change the direction of the motors. This helps them with the future robot labs.

    • Kamiquasi / about 10 years ago * / 1

      Hi Dan - Looks like you've got an old blogspot URL there? For those looking for the Motors for Arduino Labs post, check out: ~~http://datadictionary.blogspot.com/2014/10/motors-for-arduino-labs.html~~ the corrected link :)

  • Member #35679 / about 10 years ago / 2

    I'd like to suggest an improvement to the SIK: please use 1/4W resistors, not the 1/8W ones as currently. The latter are spindly and often very difficult to insert into the breadboard. The cost to beef up the leads can't be more than a nickel or a dime. Otherwise, the SIK is very useful, particularly with the updated and improved handbook and code examples. Thanks!

  • chepecarlos2 / about 10 years ago / 2

    Sparkfun I love you, when I thought "SIK" could not be better improve it, will be great to use with students :)

  • Member #686378 / about 9 years ago / 1

    Just received the kit, very neat, but please correct me if I am wrong, but are there two errors in circuit 3?

    Error in book - instructs you to hook up a red jumper between the 5v on the redboard and the + rail. But nothing is connected to this rail at all, and circuit works the same without this jumper. Any reason for this wire in the diagram?

    Error in code - The code sets up a global constant called DISPLAY_TIME like below, but then never references this again, only using hardcoded delays of 1000 and 10 throughout

    / This variable controls how fast we loop through the colors. // (Try changing this to make the fading faster or slower.)

    int DISPLAY_TIME = 100;

    Please let me know if I am missing anything here.

    Thank You

  • Scott21 / about 9 years ago / 1

    As Member #582128 stated in the reviews, I would love to see this product developed or forked into a classroom version that includes a Student Kit and an Instructor Kit. The Instructor Kit could have more curriculum ideas, slides, examples, concept check questions, etc. and the Student Kits could be sold in say sets of four or five. Also the Guides could be formatted so that they can be three-hole-punched or printed in nice color and prepunched. Instructor Guides might have extra teaching notes and/or room to anotate while the Student Guides might have questions and room to record answers or measurements.

    • M-Short / about 9 years ago / 1

      Check out learn.sparkfun.com/. There is a lot of information there for teachers including curriculum ideas, examples, etc. It is all available for free. We do sell the labpack which is 10 kits designed for classroom use (and has some replacement parts), if you need less than that just buy the individual kits.

  • Member #636361 / about 9 years ago / 1

    Any idea when this item will be back in stock?

  • If you're interested in coding the examples in JavaScript, I've created a GitHub project containing each example written in NodeJS using the johnny-five library. Most examples are identical to the exercise in the SIK guide, however I've taken a few liberties.

    The Arduino Experimenter's Guide for NodeJS is another great resource with similar examples, but is not specific to the SIK guide.

    Join us in the johnny-five chat room!

  • Member #193958 / about 9 years ago / 1

    Just got this for Christmas, and it took me a little bit to figure this out: Plugging in the RedBoard is not an optional step when setting up the Arduino IDE. The USB port won't show up otherwise.

  • Member #627032 / about 9 years ago / 1

    So... when the page says "White on Black LCD (with headers)" and "The kit does not require any soldering" AND the pictures for Project #15 appear to show the LCD plugged directly into the breadboard... I expected to get an LCD with headers that I can plug right into my breadboard. But that is not the case. My LCD just has solder pads along the edge. Am I misunderstanding something? Or am I missing headers?

    • You should have headers on that - email techsupport@sparkfun with your order number and they should be able to assist you with getting set up wit the proper screen. Sorry about that!

  • Member #461794 / about 10 years ago * / 1

    One suggestion for improvement: either supply a slightly narrower screwdriver, or screws with a full-width slot rather than standard phillips. Our students had a really hard time assembling the kits with things as supplied; we had to scrounge up a few phillips drivers to get everything put together.

    Edit: just realized that the screwdriver is actually double ended with a Phillips on the other side. Oops

  • Member #605690 / about 10 years ago / 1

    Hi, do you have any idea when stocks will become available again?

  • Member #587100 / about 10 years ago / 1

    I second the suggestion of going to 1/4 watt resistors. My middle schoolers are fairly heavy handed, and their resistors are looking really sad after 9 weeks of use. I eventually encouraged them to "loosen up" the points on the breadboard with a connector wire before putting in the resistor lead.

    Consider some female connecting wires as well, so you can put a little distance between some of the components and the board. It gets a little crowded to use the flex/softpot/etc while it's stuck in the breadboard. We've also had a heck of a time getting the tactile buttons to stay in the breadboard, even after straightening the legs. One press, and they jump out. Any suggestions before I start soldering headers or hookup wire to them?

    Otherwise, the 3.1 kits have been a real blast for the kids! We've explored discrete circuits as well as the Arduino controlled circuits. I've added a handful of PIR sensors, ultrasonic rangers, hall effect transistors, and infrared transistors to the classroom shared parts box. Soon, I'm going to order a long neopixel strip and cut it into eight-to-ten light segments, add connectors, signal wire resistor, and large capacitor (1000uf) to make them more kid-proof and go further with these kits!

    • M-Short / about 10 years ago / 1

      Sounds awesome! Glad you are enjoying the kits, we love to hear customer stories. I will look into upgrading the resistors for the kits though. Personally I hate the 1/6W resistors, so I'm with you on that. As for the buttons we don't really have any other advice. I know we've looked into custom buttons that work better, but keep hitting roadblocks. If you find anything out there let us know.

  • DirtySocrates / about 10 years ago / 1

    Any release date on this? I'm thinking about investing in the kit but should I wait for this one or go ahead and get V3.1?

    • M-Short / about 10 years ago / 1

      We are currently out of the V3.1 as well... We are actually out of stock on one of the components. Once we get that in we should be building these in though. Hopefully soon!

  • zodiak / about 10 years ago * / 1

    Bonus points for the references (including picture) to the Nintendo Power Glove. My neighbor had that thing and it was AWESOME (didn't work worth crap, but that's not the point. It was awesome)!!

Customer Reviews

4.6 out of 5

Based on 76 ratings:

Currently viewing all customer reviews.

2 of 2 found this helpful:

Nice variety of components & activities...well written circuit exercises

I am teaching an "Introduction to Arduino Programming" class at one of our local ham radio clubs. We have students of all ages & backgrounds participating in our class. I am using the SparkFun RedBoard as the foundation for the class along with an AdaFruit Touch Shield V2 for the display. I purchased several Inventor's Kits for the students to use in the various "lessons" that I have prepared for their guided learning. The Kits are especially valuable to me because they contain a nice variety of components. The included Guidebook is an excellent complement to the activities that I am having the students perform in the learning process. Those students who complete my "learning exercises" quickly & easily can further their learning by building the circuits in the Guidebook & learning the concepts presented by these as well. Thank you for assembling and offering the Inventor's Kits for sale !!

1 of 1 found this helpful:

SparkFun Inventor's kit is great and a good way to learn electronics

All the parts are of good quality and the guide book is easy to follow with terrific diagrams making it very easy to execute the projects the instructions. I would recommend this to anyone interested in getting into electronics like I was, I found it to be very helpful in my learning. The case is also very nice to keep everything thing tidy and neat for storage when not using it.

7 of 7 found this helpful:

EXACTLY What I Needed!

I've never played with electronics much or micro controllers at all. I keep hearing about all of the wonderful projects people are making using the Arduino for prototyping and I wanted to try for myself. Now I have visions of an electronics workbench in my future, So many things I want to try. This is definitely an excellent kit. Wish you would come out with add on kits for it. Expansion sets would be awesome!

6 of 6 found this helpful:

Pretty Good kit but need more tools for teachers

I am a pretty experienced EE and so for me teaching these circuits is easy. I give some background, draw a few diagrams, and build the circuit in class and then give them some variations to tinker with for homework. That said for other collegues trying to teach anotehr class who aren't as experienced are clueless as to what they should do or assign that isnt robotically read out of the sik guide, which the students could do by themselves. It would be cool if you made a Teacher kit and instructions and then a separate student kit and instructions. The teacher one could be more expensive too as it is a 1 time buy, and maybe you could drop the price of the student kit which most teachers buy in bulk anyways.

1 of 1 found this helpful:

SIK

The Sparkfun inventor's kit is a great introduction to Arduino projects and programming. I had some hardware experience (built a CCD camera from a kit a few years back), but I wanted to learn the type of programming involved with this microprocessor. The instruction book + kit makes this very easy and allows for lots of experimentation in both the hardware and software. One component in the kit was faulty, but Sparkfun replaced it quickly with just an email. Highly recommended!

1 of 1 found this helpful:

Great way to get kids interested in electronics and inventions

I bought the kit for my kids (10 and 8) to try and get them interested in electronics and robotics.

The kit has everything required to build complete projects, beginning to end, and also a full range of projects utilizing a variety of components, from LEDs to motors and display. The guide diagrams are very good in helping children wiring the solutions together. After going through a couple of projects with them, thay started wiring the projects in the book themselves and even learned how to upload the code; they now spend hours wiring and uploading; I believe this experience is both educational and helps them develop problem solving and troubleshooting skills.

Great buy!

1 of 1 found this helpful:

Great kit easy to use

I bought this kit to get into Arduino. I love to tinker and have some experience with electronics and programming. The kit has everything you need to get started and all of the programs (sketches) are available online. The instructions in the guide are easy to follow and the comments in the sketches make following the programming easy too.

To get five stars, my only suggestion for improving the SIK Guide is to include suggested modifications to challenge people to think about how to modify and build on what they have learned. If there is not enough room to print it in the project section of the book, consider referencing a modifications section (after the last project) or an Online Extras section on the website. I think this addition would "Spark" more learning and fun, otherwise it is too easy to just hook everything up and upload the code and not really learn much. Examples:

Project 1. Add a second LED/resistor combination to a different pin. Experiment with controlling the different blink rates, try different on and off delays. Use the blink rate to make the LED appear steady, but dim.

Project 2. Add another analogRead line to the code for a faster response to changes. Use the serial print and serial monitor to see the numerical value of the delay (a great feature to debug). What is the fastest rate you can tell it is still blinking.

Project 3. Add a potentiometer to control the delays. Experiment with the programming.

Project 4. Add a potentiometer to control the delays. Add a push button to control which light module is running. Consider giving hints as to how to do it like adding a state variable and using 'do while' loops. Write another module to control the lights two at a time from outside to in (ex, pins 2 & 9, then 3 & 8, etc.).

Project 5. Add a third button or use a jumper as a switch and experiment with different logic combinations. Use serial print and serial monitor to print each button state. Use three buttons to control the RGB LED.

Thanks for the great tips. Happy hacking!

3 of 3 found this helpful:

Great for budding makers

Bought this for my son (11) and he totally loves it. Spent many hours over christmas break making (and breaking) things. Worth the investment.

2 of 3 found this helpful:

Inventor's Kit Review

Excellent way to get started with the Arduino.

2 of 4 found this helpful:

Unreadably small print in the book

I'm sure the content is great, but to cram all that content into a relatively small book they used small enough print (often on a grey background) that I find difficult to read even with reading glasses. You're making me feel old dude...

1 of 2 found this helpful:

SIK in High school microcontroller house

The Inventors Kit is very professionally made. My students are enjoying the projects in their kits. We are on Circuit 4 so far.

1 of 3 found this helpful:

Eager to get started!

This is a Christmas gift for my pre-engineering teen student, and we'll be looking forward to digging in after it's unwrapped Christmas morning! Keep up the great work Sparkfun!

Very nice kit, one of the best I have had

Hi, everybody!

I am very excited with all kind of experiments can be done with this kit. A very good selection of sensors and actuators. I mounted all the projects and everythihg worked as expected. I loved it, specially the flex sensor, flexible potentiometer, servo and display simple projects.

Congrats for this excellent kit. I was also suroprised by the very fast shipping service. I live in Nicaragua, Central America, and this kit came in a week or so, faster than any other thing I have bought on line ever. Thanks.

Well thought out kit. Covers how to configure pins for digital, serial and analog control. Liked the red board and bread board on the mounting plate. Book is well written and illustrated. Over all great.

Now I'm ready to work on the remote semaphore signal project. Can't wait for the pwm boards to arrive.

Great for beginners!

... because I am one. Great explanations and fun to learn/work with. The Arduino API is also nice, and the content sparkfun has created along with it is also awesome. Just had difficulties in the beginning getting the drivers to work on my Win 8.1. Took me a few good hours, but once it worked... it worked. Thanks, sparkfun! You'll see more of me.

An incredible introduction to the Arduino

I have to say I loved it. We went through the 10 projects on the file. Each one of them show the wiring in color, in a very clever way to guide a student on making the proper connections. My wife really enjoyed playing with this stuff. She is now setting up a gardening system for their student's sience fair and also making some changes to introduce Arduino into the Junior High Curricula. Thank you very much for a great and didactic product!

Really fun so far

I'm having a lot of fun with the kit so far. My son and I are playing around with it and really enjoy the exercises. Only bit of advice, the instruction book shows the board and bread board on opposite sides since my Sparkfun label was upside down.

Been looking for something like this for years

In the States when I was growing up (80s-90s), nerdy kids were really only presented with Med school and Law school as careers. I totally missed out on engineering. When I discovered computers in graduate school, I really wanted to understand their low level operation and how they could interact with the physical world. This is a perfect kit to get started. My kids will not miss out on engineering like I did.

Invented kit 3.2

After a struggling time with getting the serial drivers, its working fine. I purched it to learn Arduino programming but all the header information does most the work for me. Probabley woulded buy it if I knew this ahead of time.

A Good Addition...

I run a makerspace in Newport, WA. I was looking for something that had good beginner type projects as well as the possibility for growth beyond the book. This kit provides for that and more. The wide range of parts that come in the kit really have our kids thinking outside the box when it comes to projects. Additionally, the RedBoard's Arduino compatibility allows us to piggyback any standard shield as well as our own circuits on a proto-shield. All in all a great product.

Great little setup for those just getting started with electronics

Circuit examples are straight forward and easy to follow. One thing that might be cool if the SIK Guidebook linked off to some of the Sparkfun tutorials for those that wanted to go more in depth with the nuts and bolts of things. All and all, a nice quality kit for getting started.

It's great!

Enjoying it thoroughly.

Got started at a presentation at Broomfield Library. I am retired and so I have been spending lots of time on the SIK. On Saturdays one of my daughters joins me on the SIK. I have had it for about 3 weeks now. I expect to make another order next week. Will get more parts for ME!!! May get an SIK for a granddaughter and a grandson also, I plan to order a small graphics LCD and other things.

About in inventer's kit with Arduino

This kit is a fun return for this retired engineer's roots of early kit building and experimenting for educational purposes. And I am about to order a Tektronix oscilloscope TBS-1052B-EDU and its associated coursework package. There are many posted lab units that use the Arduino as a signal source and test example. This will replace my 40 year old Heath Kit Oscilloscope that still works but old technology. Thanks to the Denver Post article, that introduced me to Sparkfun. Also have Photon kit on back order.

compared to

the electronics kit my father bought me in the '60's, this one is a better value. The old one had a greater selection of primary components, one or two transistors (but no IC's or LED's) for which the jumpers were secured between the coils of springs.

Excellant education gift!

I bought this for my nephew as an educational gift. He was mesmerized by the kit and would not put it down for days. It has definitely provided a spark in is interest in electronics. I could not be more pleased with the kits capabilities.

Great way to learn.

I'm a software developer and writing code comes easy to me but when it comes to building circuits and electronics I have no idea where to begin. I love how this kit walks me through designing and building so I understand what's going on and how I can use those skills in future projects. I like how the kit has everything I need to get started.

Great job!

The Ardunio Inventors kit is working great! When can I get it for Raspberry Pi?

Fantastic. Fun. Entertaining. Well put together.

The SparkFun Inventor's Kit v3.2 is a fantastic entry to the world of arduino and circuitry. My 8 year old son is soaking it all in and always looks forward to the next lesson. He can't wait to get to the final lesson so he can start building his own circuits to do what he wants.

Good, but I wish it came with a power unit

The kit is good. It works and comes in a convenient plastic box with small chambers to hold the tools. The biggest shortcoming is that it does not come with a cable to allow someone to power the arduino with a 9V battery. It can only be powered by a USB cord.

Really great!

I'm a long time programmer, total newb hardware/circuit board guy. I've gotten a few different starter kits from other companies/groups and have been pretty disappointed with how easy it is to get caught on one bad component. I once spent a week on a different kit trying to get a simple temperature sensor to work only to have a more experienced person tell me that my component was "obviously" broken.

THIS kit everything was straight forward, worked, and had great bonus materials around the actual projects. Really really great experience for novices.

Strong on the physical side

This is my first step into microcontrollers. I found the detailed manual on the physical part very clear but am finding the coding to be a bit of a challenge to learn. There are lots of resources for how to program for this controller online so I think overall this kit strikes a good balance.

i can't review this yet as it was a gift and i don't have feed back

Fun and educations toy for any age

This little kit has a bunch of stuff to start building and coding right away. all the materials are high quality and the instruction manual is very clear. I was able to get the first 2 projects up and running withing minutes of opening it. My 9 year old loves all the wires and lights and I love him learning about electronics and computers. I get just as much out of it as he does.

0 of 1 found this helpful:

Great way to get started

First impressions were awesome. Lots to learn from this kit.

Well thought out kit!

Got it for my son and I might have to get another one so that he can use it. I don't share very well....... :)

My Nephew loved it

I gave this to my nephew for christmas and he loved it. We made it through about half the example projects before the day was over. I left thinking that I want to get one of these for me now!

I look forward to doing more

I bought two kits: one for my nephews and one for myself. I have only wired the first lab/experiment, so I can't speak the the entire kit. The only "problem" i had was the printed manual that came with it; it's all but impossible to read. The online version is better, since you can zoom in and out as needed. It's also better to be with younger kids, side-by-side, to help them wire the components; instead of "letting them loose" on their own (to get frustrated).

Great starter kit

This is a fantastic introduction to Arduino and the quality of the kit is top notch. The only things I would change is to add projects that are more demanding and challenging and to go in depth with learning the Arduino language. The guide goes over commands used in the projects but a tutorial with the basic syntax and command list and how to apply them would be very nice. Also useful would be a detailed explanation of certain chips(such as the included IC), or at least including the datasheets(and general explanation of certain wirings instead of just a visual how to). It makes a huge difference if you actually understand what is going on inside the circuit. Definitely a fun kit and I look forward to expanding it and building projects; I am very happy with the kit and what was included. Thanks Sparkfun :-)

Great Starter Kit

The Examples are very helpful to understand the circuits and software coding for the micro-controller.

Great design kit

The project ideas that are used in the guide book build a foundation that can be expanded into whatever your imagination envisions. From concept to prototype in an afternoon. After a few builds you find youself thinking of ideas on how using a programable microprocessor can be put to work doing important tasks.

Disappointed

I usually order a small quantity of this kit, I loved the wrapping of the kits and the professionalism in delivering it to us. Unfortunately after convincing my colleagues to purchase this kit, I ordered 26 pieces but received 20 unwrapped kits and they were in a bad condition. Some of the labels were ripped, no wrapping and the boxes were scratched. They looked like they were used before. 4 of these kits were awards for winner of the special award for Mishkat interactive center (http://www.mishkat.org.sa/ ). It was embarrassing! The other 6 pieces where later on sent to us after I had contacted you customer care!

If you ever receive something that doesn't look right, or is not up to your expectation, please don't hesitate to contact us. We will help figure out what is going on and try to resolve the matter as quickly as possible. But we can't begin to help you until we now something is wrong. I'm contacting you privately to discuss if there is anything we can do to help at this point. Thanks

Having SparkFun!

Recently purchased a SparkFun Inventor's Kit. Having lots of fun building variations of the example circuits. Highly recommend this kit.

Very very very cool

This kit gives you everything you need to go from someone who has no clue how a computer works to being able to not only construct the hardware for a project, but also the software. The detailed guides for both assembly and programming you acquire with this kit are phenomenal. Easy to follow. I'm so glad there are companies out there doing what you guys are.

Well Thought Out!

The SIK is a wonderful addition to our high school Beginning Electronics curriculum.

Great kit to get started with Arduino

Has everything you need to get into the Arduino world with a variety of projects to tickle your imagination.

A versatile and comprehensive starter-kit

All one needs to run introductory workshops that convey the all-important message to students of industrial design - coding means to be in control of external devices and interactions, coding enhances creativity.

After a workshop, the parts can be re-used, which is good and the overall packaging and presentation are neat and practical.

I plan to use the SIK for a Summer Camp in Technology in Baltimore to give the inner city youth a chance to learn about programming and electronics.

Great kit for newbie

Has everything you need to learn the basics.

I am loving my Sparkfun Inventor kit

I am trying to learn internet of thing with actually doing real stuff on the hardware. Thanks to SparkFun Inventor kit. It comes with every thing to start learning. It's so much of fun and amazing toys you can build with it. In fact I have shared with some of my friends and they are also ordering it for their kits. I am loving it.

Best Arduino kit!

I ordered an Arduino Uno from eBay per a friend's suggestion. I had a hard time with the ebay kit because the hardware didn't matchup exactly with the basic software. I had an older MacBook. The drivers didn't seem to work. It was such a hassle.

I decided to purchase one of your kits for the documentation & support. It has been a lot of fun. Your SIK Guide and awesome software comments have been very beneficial. The packaging is beautiful.

I have been able to make all of the circuits and extend the software. It has been fun! You have made the connection between hardware & software so enjoyable.

pretty good

I liked the inventor's kits when I first used them a few years back. The updated one has more color now, which is great. I would like to see less crappy buttons, (thought as an educator, I appreciate the lesson my students get from the crappy buttons....), and I'd like to see the solenoid and motors in clear plastic packaging so my students can see what's going on inside. (Pipe dreams, I assume, since keeping cost low is a priority for this kind of product, and presumably clear plastic cases cost more.... Also, most of the Yellow LEDs burned out on the first day - bad batch? They were in proper circuits with a 330 ohm resistor, so something is up. The yellow LEDs I had with the older SIKs are still working....

Hmmm, sorry to hear about the yellow LEDs. We haven't seen any issues with these before. I'm going to contact you directly so we can get this resolved.

Super fun!

This kit is excellent! I have learned quite a bit and have thoroughly enjoyed the experience! The only thing I wish is that sparkfun had a way to teach the code interactively instead of reading through comments. That is not too big of a deal though because the code is still learn-able in that format.

Very Nice Kit

The kit is well thought out. Its great to have all the parts in one place to do a lot of experiments. The push-button switch doesn't fit in the breadboard easily, but can be made to work. I have been looking and found some materials on programming Arduino but haven't found any material I really like. I recommend this kit if your new to micro controllers and programming them.

A great way to learn about the world of electronics, programming

This kit is great fun and very educational. the circuits are easy to understand and well thought out. Plus, you can't beat Sparkfun's tech support!

Great product

Great way to learn the fundamentals of electronics.

Gift for Son...

My son has been very excited to use this device. He has configured multiple projects and is using it to help better understand circuitry while having fun doing it.

Kids Love It

The students love the hands-on activities and being able to get engaged in the process of learning basics of circuitry. It is important students install all software/drivers prior to beginning or they will have problems. May want to walk through this with class or have IT install prior to use. A couple kits were missing screws for redboard.

A very good product to get someone started!

This kit contains everything a young inventor needs to get started. I bought this kit more for the arduino unit which is also a major plus. The included booklet also does a great job with diagrams to explain how to use all the parts in this kit. It also provides a great start to the arduino programming language, but doesn't really explain why the program does what it says it does. That is not all that important and I believe someone would still learn what they would need from this kit. Overall, a very good product!

Fun project

I'm having a lot of fun with this kit. It's giving me ideas for new things to try.

0 of 2 found this helpful:

Amazing fun

The Kit is a lot of fun and would have given 5 stars if not for malfunctioning RGB led (Green wasn't lighting up).

Still the same crappy buttons...

...when are you going to get breadboard friendly ones?

0 of 1 found this helpful:

NIceeee !!

... i will use this to teach a high school students !

Best Thinge i bought from this shop

'Cus it's the only one I bought.

But it's still pretty cool

Best Thinge i bought from this shop

'Cus it's the only one I bought.

But it's still pretty cool

It is for my son.

First, I am thankful the product arrive really quick. It looked complete and in good condition. I am sure it will be enjoyed. Thank you.

Neat little kit that every inspired inventor should have

This kit is perfect for inspiring young inventors or just someone (me) who wants to build a robot after retiring from the rat race. I had basic understanding of electronics, but this little kit has given me the tools I need to go to the next level.

AWESOME Kit

My son and I have been working through the labs and they are spot on. I would recommend just putting the importand code commands at the top then all the comments after.

Best way to learn arduino

Love the redboard enhancements over regular arduino. Great set of components/sensors and excellent manual for all experience levels. If you're serious about learning arduino skip all the "starter kits" and get this.

Great learning tool

Easy, well written great starter kit.