Git Product home page Git Product logo

sik-guide-code's Introduction

SparkFun Inventor's Kit for Arduino - Example Sketches

SparkFun Inventor's Kit for Arduino
SparkFun Inventor's Kit for Arduino (KIT-11227)

The example sketches in this repository are part of the SparkFun Inventor's Kit (a.k.a. "The SIK"). The SIK consists of an Arduino microcontroller and a variety of electronic components designed to help you learn basic programming and circuits. Once you've mastered these circuits, you'll be able to start building projects limited only by your imagination!

These sketches are designed to be used along with the SIK Guide which has illustrations of the circuit layout and other useful information.

Getting Started

  1. If you haven't yet, download and install the Arduino IDE
  2. Obtain the latest SIK Guide Code by one of the following methods:
  1. Place the SIK-Guide-Code folder in the Arduino IDE examples directory:
  • PC: drag the SIK-Guide-Code folder into C:\program files\Arduino-x\examples
  • MAC: Right-click on the Arduino IDE app and click "Show Package Contents...". Drag the SIK-Guide-Code folder into Contents/Resources/Java
  • Linux: see http://www.arduino.cc/playground/Learning/Linux
  1. Start the Arduino IDE; the examples should be visible in this menu: File > Examples > SIK Guide Code

Sketch Topics

  1. Blinking an LED
  2. Potentiometer (knob)
  3. RGB (Red Green Blue) LED
  4. Multiple LEDs
  5. Push buttons
  6. Photoresistor (light sensor)
  7. Temperature sensor
  8. Servomotor
  9. Flex sensor
  10. Soft potentiometer
  11. Buzzer
  12. Motor
  13. Relay
  14. Shift register

New concepts

  1. Basic sketch structure, comments, digital outputs, LED and resistor, delay
  2. Potentiometer (knob), analog input, variables
  3. RGB LED, constant values, "for" loops, if/else, user functions, PWM (analogWrite)
  4. Multiple LEDs, arrays of data, calling user-written functions, random numbers
  5. Pushbuttons, digital input, complex logic
  6. Photoresistor, making voltage dividers for resistive sensors
  7. Temperature sensor, serial monitor, floating-point numbers, functions returning values
  8. Servomotor, code libraries
  9. Flex sensor, input to output, map and constrain
  10. Soft potentiometer, more complex value mapping, nesting math functions
  11. Buzzer, tone generation, searching arrays
  12. DC motor, transistor, flyback (protection) diode, serial numeric input
  13. Relays, switch contacts, normally-open (NO), normally-closed (NC)
  14. Shift register chip, SPI, bits and binary numbers

License Information

These sketches were written by SparkFun Electronics with lots of help from the Arduino community.

All contents of this repository are released under Creative Commons Share-alike 3.0.

sik-guide-code's People

Contributors

batterypower avatar benlemasurier avatar brandonaaskov avatar frencil avatar jacobbudin avatar nseidle avatar stilldavid avatar webbj74-acquia avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.