Friday, October 22, 2010

Sensors Part 1 - Interaction with the Physical World

We use sensors everyday and they are so common that we sometimes forgot about them or didn't even know they existing until the sensors stop working... here are some sensors that we encounter in our everyday life... let start with the most popular ones.

Button sensors


You might think this is not a sensor but just a button but it is the most important sensors to the computer. We input our characters via a keyboard, a collection of buttons! A few tricks can be performed by the button sensor to have different behaviors.

Big button sensors, push button and numeric pad


  • pushing a button to turn a LED on or off ( AKA on/off pushbutton switch )
  • holding a button will turn on the LED, releasing the button will turn off the LED
  • holding a button to adjust the brightness of the LED or two button volume control on laptops
  • double click the button to select a menu or just to the next sound track, this is commonly found on the mouse buttons or mp3 players to skip a track a song.
  • triple click on the button, this can be found on Apple iPhone headset/mic to play the previous sound track.
  • buttons arranged in four directions to navigate up/down/left/right
This will give you some idea on how you can program the behavior of just a simple button sensor. You can buy Arduino button sensors, a big yellow button for educational purpose. What you use it for is up to your creativity.


Rotary Sensors


This is probably the second most common sensors that are found anywhere from volume controls to old generation of iPad. Apple designers found out that it is much easier (and faster) to select songs using a rotary sensors that an bunch of arrow keys. All our mouse have a wheel in the middle made for scrolling functions. An earlier version of rotary sensors was found in the side of older Sony products called the jogdial, a single hand operation to combine the push button with a rotary sensors.

Rotary sensors

The above is the rotary sensors for Arduino to be used as input interface for your projects.

Touch Sensors
These sensors are found in all touch screen phones and touchpad below the laptop keyboard. The last few generation of iPod uses touch sensors as a replacement for rotary sensors.

The latest generation of touchscreen smartphones uses a capacitive touch screen while older touch screen phones uses a resistive touch screen that depends on the pressure of the stylus/pen. 



Range Sensors

Sharp IR range sensor

This sensors are activated when we shift to the reverse gear, they are called reverse sensors or parking sensors. Similar sensors are used in art gallery to detect when a person is near the art work or within the predefined range. For robotic, these sensors can be used to detect the distance of an object in front of the sensors.

Range sensors works by sending a source of light or wave and measuring the signal that was reflected back and comparing it with the energy that went out. The common ones are like Sharp GP2D12 (10 to 80cm) and other depending on the IR range.



Motion Detectors (PIR)
PIR sensor


These sensors are commonly used in burglar alarms, automatic lightning and those annoying sensors in 7/11 that plays a tune when someone walks into the store. They are use to detect presence of a person within a range. They are called Passive IR or just IR motion sensors. The white dome is a lenses that focus the energy to a pyroelectric sensors that detect changes in IR radiation. Ladyada.net have a detail article about the PIR motion sensors.




Photoelectric Switches

Photoelectic switches
These sensors are most commonly found on newer elevators that will stop the elevator door from closing when the beam is cut.

Laser and light dependent resistors (LDR)


A cheap and easy way to make one of these sensor is using a laser pointer and a light dependent resistors or photocell. Once the laser is cut, the photocell will detect the change in light and trigger an alarm. This is both fun and easy to make.







5 comments:

  1. Just noticed your new blog site.

    I would like to add ThermoSensor.

    One that either turn on or off the connection when it reaches certain pre-defined temperature. Its very useful for industrial usage where certain temperature is reached, it will automatically turn on the alarm etc. Whereas turn off feature can be used to, eg. turn off the heat source whenever it exceed certain temperature. Those sensor for Diy'er can be easily purchased from online stores.

    ReplyDelete
  2. Thanks for the feedback...the list of sensors are very long and I have part 2 that I will talk about environmental sensors. I've testing 2 types of temp sensors, a not so linear ones using a thermistor and a better one using LM35 temp sensors. Both are okay for short wires length but for a longer distance, a digital sensors using 18B20 that can have a very long wire length and all the sensors on the single wire.

    ReplyDelete
  3. wanna ask something about project that im been doing right now..about an electrical saver...im searching for microcontroller circuit using current for its indicator..can you help me to solve it...

    ReplyDelete
  4. @azmi, I've something similar posted on my fb page, pls go there.. it uses a CT to measure the current and send out a voltage to the analog pins..

    ReplyDelete
  5. hi guys...

    i've came across to this blog while searching for motion sensors. In fact, i'm pretty new in electronic field or i may just say that i'm just the beginner. i have problems that needs to solve and perhaps this is my first project with the electronic features. and believe you guys the expert can help up.

    i live in housing estate double storey house with a very limited space of car porch. I have two car that are park when we're at home. Problems is i have a dog kept in that car porch as well, i don't wanna my dog to pea at my vehicle's tyre at night time cause no ones watching. so i plan to fix a line of pipe that can hold some amount of water and so it can spray a water to my dog just before he splash his pea to my cars. and that could be achieve with the help of motion sensor. the motion sensor could trigger a valve that hold the water.

    now i'm looking for motion sensors that can be attache to solenoid valve(SV) 24VDC or 240vac(this may require relay to work with), it must be able to hold 3 to 5 seconds or adjustable prior activating my SV. the operating power supply of the sensors must be 12 VDC because i have a regulated power supply right now 12VDC 5A.

    and where could i buy such sensor.

    could anyone help. please.

    ReplyDelete

LinkWithin

Related Posts Plugin for WordPress, Blogger...