1 / 21

Arduino Microcontroller

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.

danyl
Download Presentation

Arduino Microcontroller

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Arduino Microcontroller

  2. Red Box Contents

  3. Jumper Wires Breadboard

  4. 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. 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.

  5. SoftPot Measure position along the softpot by looking at the change in resistance. It's like a touch sensitive volume slider.

  6. 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).

  7. Thermistor 10K thermistor with a negative temperature coefficient. Good choice for temp-sensing applications.

  8. Tri-Color LED Ever 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.

  9. Linear Trimmer Pot This 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.

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

  11. Button This is a standard 12mm square momentary button.

  12. What is Debouncing? • Bouncing is the tendency of any two metal contacts in an electronic device to generate multiple signals as the contacts close or open. • Debouncingis any kind of hardware device or software that ensures that only a single signal will be acted upon for a single opening or closing of a contact.

  13. 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.

  14. 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.

  15. 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.

  16. 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.

More Related