Course Kit

Core Components

Arduino

../_images/EDArduino-UNO-Arduino-Compatible-400x400.jpg

The Arduino is the tiny computer (microcontroller) we will programming in this course. It also comes with a blue USB cable (not shown) to plug into a laptop in order to program it. We will also power it from the laptop, although it can run independently if provided a suitable power source.

purchasing link

Solderless Breadboard

../_images/breadboard-connections.jpg

The solderless breadboard provides a workspace for building circuits. Jumper wires and many components can be inserted directly into the holes. The kit includes one short breadboard.

The color highlights show some of the connected circuit points: each long row is internally tied together, as are each of the short rows. Building a breadboard circuit requires translating the logical connections of a schematic into a physical layout in which all component pins constituting a single electrical node are electrically connected, either via the internal breadboard connections or jumper wires.

purchasing link

Jumper Wires

../_images/jumper-wires.png

The jumper wire kit is used to build circuits. The pins can plug either into the Arduino connectors or the breadboard circuit points.

purchasing link

Plastic Box

../_images/container-600845.jpg

It’s a 24 oz takeout container to hold everything else, but could also be used as a housing for a project.

purchasing link

5.6K Resistors

../_images/resistor-5.6K.png

../_images/resistor-5600-symbol.png

These are 5.6K (5600 Ohm) resistors we will use as ‘pull-up’ resistors for switches and photosensors. The green-blue-red-gold color bands indicate the value using the standard resistor code code. Green-blue indicates ‘56’, and red adds two zeros for ‘5600’ ohms. The gold band indicates a +/- 5% tolerance on this value. These are carbon-composition resistors rated at 1/4 Watt dissipation.

270 Ohm Resistors

../_images/resistor-270.png

../_images/resistor-270-symbol.png

These are 270 Ohm resistors we will use as ‘dropping’ resistors for LEDs. The red-violet-brown-gold color bands indicate the value using the standard resistor code code. Red-violet indicates ‘27’, and brown adds one zero for ‘270’ ohms. The gold band indicates a +/- 5% tolerance on this value. These are carbon-composition resistors rated at 1/4 Watt dissipation.

Sensing (Input)

Switches

../_images/Common-Button-Key-Kit-5-10-PTH-02-350x350.jpg

../_images/spst-switch-symbol.png ../_images/spdt-switch-symbol.png

Several small switches are provided. This usually need to be connected in a simple circuit with a resistor to produce a change in electrical voltage or current from a mechanical input.

purchasing link

Photoresistor

../_images/photocell1-400x400.jpg

../_images/photocell-symbol.png

The photoresistor is a simple optical transducer which changes resistance in response to overall light level.

purchasing link

 

HC-SR04 Ultrasonic Ranger

../_images/HC-SR04-Ultrasonic-Proximity-sensor-350x350.jpg

../_images/sonar-symbol.png

The ultrasonic ranger is a single-channel sonar which emits short pulses of ultrasonic sound and times the interval until an echo is detected. They can be used for detecting proximity and measuring distance.

wiki page, purchasing link

Accelerometer Module

../_images/ADXL335-Module-Triple-accelerameter-Analog-Output1.jpg../_images/ADXL335-with-pins.jpg

../_images/adxl335-symbol.png

The 3-axis ADXL335 accelerometer is an inertial sensor which measures either tilt or acceleration. This module also includes a voltage regulator to reduce a 3-5V supply to a safe supply voltage for the sensor.

The sensor chip on the module is an ADXL335: home page, datasheet.

Note: the pins are included unassembled in the package and must be soldered to the board.

purchasing link

Three-Axis Acceleration & Gyroscope 6 DOF Module

MPU-6000 is the world’s first integrated 6-axis motion processing components, compared to the multi-component program, it eliminats the problem of poor combination of the gyroscope and accelerometer axis, reduces the amount of packaging space. MPU-6000 integrated 3-axis gyroscope, three-axis accelerometer, and containing by second I2C port to connect to other brands of accelerators, magnetic sensors, or other sensors of digital motion processing (DMP: Digital Motion Processor) hardware acceleration engine I2C port in the form of a single data stream, output to the application side complete 9-axis fusion algorithm technology

InvenSense’s motion processing database can handle the complexity of the motion sensing data, reduced motion processing operations load the operating system, and application development architecture of the API.

The angular velocity of the MPU-6000 grid sensing range is ± 250, ± 500, ± 1000 and ± 2000 ° / sec (dps), can be accurately chase Zong fast and slow action, and the user can program-controlled accelerator grid sense The measurement range of ± 2g, ± 4g ± 8g and ± 16g. Product transmission by up to 400kHz I2C or up to 20MHz SPI.

The sensor chip on the module is an MPU6050: datasheet.

This break-out board is comparable to this one sold by sparkfun. Their reference pages include example code and additional references on I2C.

purchasing link

Actuation (Output)

LEDs

../_images/Common-3mm-5mm-Colored-LEDs-Kit-7-Kinds10PCs-01-350x350.jpg

../_images/led-symbol.png

Several LEDs are provided. This must be used with an appropriate resistor to limit the total current.

purchasing link

Micro Servo

../_images/Micro-9g-Servo-For-RC-Helicopter-Boat-Plane-Car.jpg

../_images/servo-symbol.png

The micro servo is a motor with position control. The Arduino can generate a particular control signal indicating the angular position to which the servo should rotate. Internally it has a gearmotor, position sensor, and feedback circuit to reach and hold a target angle.

purchasing link

Transistor Driver Integrated Circuit

../_images/uln2003a.jpg

../_images/uln2003-symbol.png

The ULN2003 is an integrated circuit with seven output channels capable of driving a motor, speaker or solenoid at higher power levels than the Arduino can itself provide.

purchasing link

4.1.3.4. Speaker

../_images/0.5W-8-Ohm-Mini-Speaker-1.jpg

../_images/speaker-symbol.png

The speaker (half-watt, 8-ohm) can be driven with the ULN2003 to make tones. Wires will need to be soldered to the pads in order to connect to the breadboard.

purchasing link

Pager Motor

../_images/Mini-Vibrating-Motor.jpg

../_images/dc-motor-symbol.png

The pager motor is a tiny 3V DC motor with an off-center mass which produces a perceptible vibration. It is recommended that you solder wires to the short pins in order to connect to a breadboard.

purchasing link

Leave a Reply