Hardware Required:
|
header
Welcome to the Micro Center Tech Support Blog!
Find free technical support on a variety of products featured at Micro Center and plenty of how-tos on new technology. Start searching our Blog below or search our Tech Center archives »
Can't find what your looking for? Take advantage of our Tech Support services »
Join the MC Tech Support Community Forum: Get direct advice from the Knowledge Experts @ Micro Center.
Click here to access the Forum »
Search This Blog
Showing posts with label Schematic. Show all posts
Showing posts with label Schematic. Show all posts
Wednesday, April 17, 2013
Arduino Workshop - Parallel LCD Project 2: SparkFun Parallel LCD
Labels:
Arduino,
Arduino Project,
Arduino Uno board,
Arduino Workshop,
breadboard,
Hobby Electronics,
micro center,
Micro center tech,
microcontroller,
Parallel LCD,
Schematic,
SparkFun,
SparkFun Parallel LCD
Tuesday, April 2, 2013
Arduino Workshop - Parallel LCD Project 1: DFRobot Parallel LCD
Hardware Required:
|
Schematic: No schematic necessary. All connections are made by installing the LCD Shield directly onto the Arduino's sockets. ![]() Note: The boards tested use different signal and data pins than the default examples in the LCD Library. Our LCD Shield uses pin 8 for Register Select, Pin 9 for Enable, and pins 4, 5, 6, 7 for data - connecting to Arduino pins 12, 11, 5, 4 , 3 and 2, respectively. You cannot change these pin connections, but must make sure your Sketch code specifies the actual pins being used: // the syntax to specify the connections used by the LCD Shield should read: LiquidCrystal lcd(8, 9, 4, 5, 6, 7); |
Labels:
Arduino,
Arduino Project,
Arduino Uno board,
Arduino Workshop,
breadboard,
DFRobot,
DFRobot Parallel LCD,
Hobby Electronics,
microcontroller,
Parallel LCD,
Schematic
Wednesday, March 6, 2013
Arduino Workshop - Serial LCD Project 2: Parallax Serial LCD
Hardware Required:
|
Schematic: ![]() Use the breadboard to connect a Parallax serial LCD module. Insert the three pins on the back into the breadboard, then run patch wires from the data, +5v, and Ground. ![]() |
Labels:
Arduino,
Arduino Project,
Arduino Uno board,
Arduino Workshop,
breadboard,
Hobby Electronics,
microcontroller,
Parallax,
Parallax Serial LCD,
Schematic,
Serial LCD
Friday, February 15, 2013
Arduino Workshop - Serial LCD Project 1: SparkFun Serial LCD
Hardware Required:
|
Schematic: ![]() Using the breadboard to connect a SparkFun serial LCD module. You can just as easily connect the LCD wires directly to the Arduino. |
Labels:
Arduino,
Arduino Project,
Arduino Uno board,
Arduino Workshop,
breadboard,
Hobby Electronics,
microcontroller,
Schematic,
Serial LCD,
SparkFun,
SparkFun Serial LCD
Wednesday, February 6, 2013
Arduino Workshop - Project 06: Traffic & Pedestrian signal
Hardware Required:
|
Schematic: ![]() |
Labels:
Arduino,
Arduino Project,
Arduino Uno board,
Arduino Workshop,
breadboard,
Hobby Electronics,
microcontroller,
Pedestrian signal,
Schematic,
Traffic signal
Wednesday, January 23, 2013
Arduino Workshop - Project 05: Push-On, Push-Off - Part 2
Hardware Required:
|
Schematic: ![]() |
Project Steps:
|
Labels:
Arduino,
Arduino Project,
Arduino Uno board,
Arduino Workshop,
breadboard,
Hobby Electronics,
microcontroller,
project,
Push-Off,
Push-On,
Schematic,
workshop
Friday, January 18, 2013
Arduino Workshop - Project 04: Push-On, Push-Off - Part 1
Hardware Required:
|
Schematic: ![]() |
Labels:
Arduino,
Arduino Project,
Arduino Uno board,
Arduino Workshop,
breadboard,
Hobby Electronics,
microcontroller,
project,
Push-Off,
Push-On,
Schematic,
workshop
Wednesday, January 9, 2013
Arduino Workshop - Project 03: Servo Motor Sweep
Hardware Required:
|
Schematic: ![]() |
Labels:
Arduino,
Arduino Project,
arduino tutorial,
Arduino Uno board,
Arduino Workshop,
breadboard,
Hobby Electronics,
microcontroller,
Schematic,
Servo Motor,
Servo Motor Sweep,
tutorial
Friday, December 28, 2012
Arduino Workshop - Project 02: RGB LED
Hardware Required:
|
Schematic: ![]() |
Labels:
Arduino,
Arduino Project,
Arduino Uno board,
Arduino Workshop,
breadboard,
Hobby Electronics,
in-store clinics,
LED,
microcontroller,
RGB LED,
Schematic,
workshop
Thursday, December 20, 2012
Arduino Workshop - Project 01: Blinking LED
Hardware Required:
|
Schematic: ![]() ![]() Note: most Arduino modules have an LED connected to D13 already. Your LED should blink at the same time it does. |
Project Steps:
Things to try:
|
Labels:
Arduino,
Arduino Components,
Arduino Project,
Arduino Uno board,
Arduino Workshop,
blink rate,
Blinking LED,
breadboard,
Hobby Electronics,
LED,
microcontroller,
Schematic
Wednesday, December 19, 2012
Common Electronic Components used with Arduino
Component: | Schematic: | Image: | |
Resistor, units = Ohms Ω K = 1000, M = 1000000 Resistor values can be determined by "decoding" the color stripes on the device. The first two colors are the value, the third stripe is a multiplier (number of zeros to add). The fourth stripe is usually metallic and indicates the tolerance. | ![]() | ![]() | |
Potentiometer (adjustable / variable resistor) Units = Ohms Ω K = 1000, M = 1000000 Potentiometers may have a numerical value printed on the side or bottom. Read this similar to the color stripes. In the image, you can see a value of 103; In a color code, this would be Brown-Black-Orange = 10000 ohms or 10K ohms. | ![]() | ![]() | |
Photo Resistor, units = Ohms Ω K = 1000, M = 1000000 | ![]() | ![]() | |
LED (Light Emitting Diode) The short leg connects to the ground or negative, and long leg to a positive voltage source in your circuit. | ![]() | ![]() | |
Diode The stripe on the barrel indicates the cathode and corresponds to the "T" side of the schematic. | ![]() | ![]() | |
Switch (pushbutton, toggle, momentary contact) Other switch configurations include: DPST - Double pole, single throw ![]() SPDT - Single pole, double throw ![]() DPDT - Double pole, double throw ![]() | SPST - Single pole, single throw: ![]() ![]() | ![]() | |
Relay The 5-pin configuration pictured corresponds closely to the schematic, with the 2-pin end for the (electromagnet) coil, and the 3-pin connection for the switch. | ![]() | ![]() | |
Transistor - NPN | ![]() | ![]() | |
Ground The Arduino UNO modules have three pins identified as a ground connection. This is usually connected to the negative connection of your power source as well. | ![]() | ![]() | |
| ![]() | ![]() |
Check out Arduino Workshop - Project 01: Blinking LED from one of our In-Store Clinics.
Stayed tuned for more Arduino workshops posted here!
For more assistance contact Technical Support here.
Labels:
Arduino,
Arduino Components,
breadboard,
Common Electronic Components,
Diode,
Electronic Components,
Hobby Electronics,
LED,
microcontroller,
Photo Resistor,
Potentiometer,
relay,
Resistor,
Schematic,
Transistor
Subscribe to:
Posts (Atom)










































