24
Arduino Microcontroller

Arduino Microcontroller

  • Upload
    danyl

  • View
    67

  • Download
    1

Embed Size (px)

DESCRIPTION

Arduino Microcontroller. Red Box Contents. Jumper Wires. Breadboard. Flex Sensor. As the sensor is flexed, the resistance across the sensor increases. Patented technology by Spectra Symbol - they claim these sensors were used in the original Nintendo Power Glove. - PowerPoint PPT Presentation

Citation preview

Page 1: Arduino  Microcontroller

Arduino Microcontroller

Page 2: Arduino  Microcontroller

Red Box Contents

Page 3: Arduino  Microcontroller

Breadboard

Jumper Wires

Page 4: Arduino  Microcontroller

Flex SensorAs the sensor is flexed, the resistance across the sensor increases. Patented technology by Spectra Symbol - they claim these sensors were used in the original Nintendo Power Glove.

The resistance of the flex sensor changes when the metal pads are on the outside of the bend (text on inside of bend).

Connector is 0.1" spaced and bread board friendly.

Page 5: Arduino  Microcontroller

SoftPotMeasure position along the softpot by looking at the change in resistance.

It's like a touch sensitive volume slider.

Page 6: Arduino  Microcontroller

Photocell

This is a very small light sensor. A photocell changes (also called a photodetector, photo resistor, CdS or photoconductive cell) resistance depending on the amount of light it is exposed to. These little sensors make great ambient light triggers (when light in the room turns on, do something).

Page 7: Arduino  Microcontroller

Thermistor10K thermistor with a negative temperature coefficient. Good choice for temp-sensing applications.

Page 8: Arduino  Microcontroller

Tri-Color LEDEver hear of a thing called RGB? Red, Green, Blue? How about an RGB LED? These 5mm units have four pins - Cathode is the longest pin. One for each color and a common cathode. Use this one LED for three status indicators or pulse width modulate all three and get mixed colors.

Page 9: Arduino  Microcontroller

Linear Trimmer PotThis 10K trimmable potentiometer has a small knob built right in and it's breadboard friendly to boot! Perfect for your next LCD contrast adjuster, opamp setting, or volume level.

Page 10: Arduino  Microcontroller

BuzzerThis is a small 12mm round buzzer that operates around the audible 2kHz range.

Page 11: Arduino  Microcontroller

ButtonThis is a standard 12mm square momentary button.

Page 12: Arduino  Microcontroller
Page 13: Arduino  Microcontroller
Page 14: Arduino  Microcontroller
Page 15: Arduino  Microcontroller
Page 16: Arduino  Microcontroller
Page 18: Arduino  Microcontroller

What is Pulse Width Modulation?• Pulse Width Modulation, or

PWM, is a technique for getting analog results with digital means.

• To get varying analog values, you change, or modulate, that pulse width of a square wave.

• If you repeat this on-off pattern fast enough with an LED for example, the result is as if the signal is a steady voltage between 0 and 5v controlling the brightness of the LED.

Page 19: Arduino  Microcontroller

How does a Flex Sensor work?• One side of the sensor is

printed with a polymer ink that has conductive particles embedded in it.

• When the sensor is straight, the particles give the ink a lower resistance.

• When the sensor is bent away from the ink, the conductive particles move further apart, increasing this resistance.

Page 20: Arduino  Microcontroller

How does a SoftPot work?• In simple terms, the SoftPot membrane potentiometer is a

resistive element, which comprises a conductive resistor, a sealed encasement and a simple wiper assembly.

Page 21: Arduino  Microcontroller

What is a pull-up or pull-down resistor?• Pull-up resistors are used in electronic logic

circuits to ensure that inputs to logic systems settle at expected logic levels if external devices are disconnected or high-impedance is introduced.

Page 22: Arduino  Microcontroller

Final Exam• Monday, May 11– 12:30PM and 2:00PM Start Times– Be thinking about which time you would like to

start.– There will be a 60 minute time limit for the circuit

construction. (The circuit must be re-constructed on the day of the exam.)

Page 23: Arduino  Microcontroller

Final Exam• Code Commenting– Use \\ and \* *\ to add comments to your code.– The comments must include that name of the INO

file.– The top comment section must explain how each

components (resistors, buzzer, LED, etc.) is connected to the circuit.

– Know how to identify which pins allow for pulse width modulation.

– Make a sketch of the circuit prior to the final exam using the app available at www.fritzing.org.

Page 24: Arduino  Microcontroller

Final Exam