Você está na página 1de 12

CH.09 CH.08 CH.07 CH.06 CH.05 CH.04 CH.03 CH.02 CH.

01

sensing the imperceptible:

http://www.youtube.com/watch?v=dFq7BF_kjus&feature=related
temperature

Temperature sensors read environmental tem-


perature with varying degrees of accuracy. They are
availabe both in digital and analog versions as well as
Celsius and Farenheit.
A standard digital temperature sensor is the
LM335A. It is a very easy-to-use analog temperature

http://www.sparkfun.com
sensor. The LM335A works like a Zener diode with a
breakdown voltage proportional to absolute tempera-
ture at 10mV/°K. Hook up a resistor from 5V and GND,
and the LM335A will output an analog voltage of 2.98V
(298 Kelvin is 25C or room temperature). The output
of the sensor is linear, and when calibrated at 25°C Temperature Sensor - LM335A
the LM335A has typically less than 1°C error over a
100°C temperature range. The sensor can operate
continuously from −40°C to 100°C.Calibration of the
sensor requires a pot connected across the sensor,
with the wiper of the potentiometer connected to the
adjustment pin of the LM335.
There also exists a combined temperature

http://www.youtube.com/watch?v=gsrvT2odicI
and humidity sensor, although it is a bit more expen-
sive. Some temperature sensors come soldered to
a mini breadboard and are called Temperature Sens-
ing Bricks that can be used without an Arduino Board.
Most of the available temperature sensors are under

http://www.elechouse.com
10$, depending on whether or not they have attached
circuitry and those paired with humidity are much
more expensive.

Digital Temperature & Humidity sensors


CH.09 CH.08 CH.07 CH.06 CH.05 CH.04 CH.03 CH.02 CH.01 CH.09 CH.08 CH.07 CH.06 CH.05 CH.04 CH.03 CH.02 CH.01

sensing the imperceptible: sensing the imperceptible:

humidity barometric pressure

Humidity sensors detect relative humidity and A barometer measures barometric pressure,
are often combinded with temperature sensors. A also known as atmospheric pressure. The Barometric
common stand alone humidity sensor is the HS1101 Pressure Sensor MEMs - SCP1000-D01 This is the

Relevant youtube video webaddress


humidity sensor. Based on a unique capacitive cell, very first absolute pressure sensor on the market to
these relative humidity sensors are designed for high use MEMs technology to grant 17-bit resolution. Un-
volume, cost sensitive applications such as office au- der ideal conditions, this sensor can detect the pres-

http://www.sparkfun.com
http://www.parallax.com
tomation, automotive cabin air control, home appli- sure difference within a 9cm column of air. Breakout
ances, and industrial process control systems. They board available below!
are also useful in all applications where humidity com- VTI’s SCP1000-D01 digital absolute pressure
pensation is needed. sensors are intended for barometric pressure measure-
Also availabe are humidity sensors already sol- ment and altimeter applications for 30kPa...120kPa
dered to boards. An example is this breakout board for HS1101 Humidity Sensor and -20°C...70°C measuring ranges. The pressure Barometric Pressure Sensor
Honeywell’s HIH-4030 humidity sensor. The HIH-4030 and temperature output data is calibrated and com-
measures relative humidity (%RH) and delivers it as pensated internally and the communication between
an analog output voltage. You can connect the output the SCP1000 and its host micro-controller is realized
of the sensor directly to an ADC on a microcontroller; using an SPI interface.
and, thanks to the sensor’s near linear voltage output, SCP1000 is comprised of a VTI’s 3D-MEMS
the data is very easy to process. Voltage applied to capacitive sensing element, a dedicated low power

http://www.youtube.com/watch?v=ncPayJZyN_w
the supply pins should be within 4-5.8VDC, and op- CMOS interface ASIC with on-chip calibration mem-
timally at 5V. The sensor will typically only consume ory, 4 preset measuring modes and a LCP (Liquid
about 200μA. This product comes as shown in the Crystal Plastic) MID (Molded Interconnect Device)

Relevant youtube video webaddress


picture, with the HIH-4030 soldered onto the break- housing. The component is a surface mountable de-
out board. The pins of the 3-pin header are spaced vice incorporating a circular vertical wall for easy wa-
by 0.1”. terproof sealing.

http://www.sparkfun.com

http://www.sparkfun.com
Humidity sensors are a little more expensive A less expensive barometer is the MPL115A1,
than temperature ones, particularly if they are at- which is a digital barometric pressure sensor that
tached to a board. uses MEMs technology to give accurate pressure
measurements between 50kPa and 115kPa.

HIH-4030 Humidity Sensor Barometric Pressure Sensor


CH.01 CH.02 CH.03 CH.04 CH.05 CH.06 CH.07 CH.08 CH.09 CH.09 CH.08 CH.07 CH.06 CH.05 CH.04 CH.03 CH.02 CH.01

sensing the imperceptible: sensing the imperceptible:

weather wind

Weather sensors exist that combine several A sensor for detecting wind is called an an-
different sensors in a single unit. One example of emometer. Based on original research, “The Wind
this is the USB Weather Board. We take the sensi- Sensor” is a thermal anemometer based on a tradi-
tive SCP1000 barometric pressure sensor, add the tional technique for measuring wind speed. The tech-

http://www.moderndevice.com/
TEMT6000 ambient light sensor, match it with a nique is called the “hot-wire” technique, and involves
sensitive SHT15 humidity sensor, and we give you heating an element to a constant temperature and

http://www.sparkfun.com
weather over USB! Ok, so it doesn’t really predict then measuring the electrical power that is required
the weather, but you can immediately tell what the to maintain the heated element at temperature as the
current pressure, humidity, ambient light level, and wind changes. This measured electrical input is then
temperature is. Graphed over time you can watch directly proportional to the wind speed. Hot wire an-
weather fronts move in and the rain come down. emometers are available in hand-held packages re-
This new version uses and ATmega328 instead of USB Weather Board sembling multimeters, but this is the first small sensor Thermal Anemometer Thermistor
the ATmega168. Code is interchangeable between suitable for electronic experiments.
the two. Serial output is a single visible ASCII string Our wind sensor has an official name of TAT for
at 9600bps. “Thermal Anemometer Thermistor”, a nod to the fact
Features: that the hot-wire in our sensor has been replaced by a
* Powered over USB or externally solid state sensor called a thermistor.
* Absolute barometric pressure accurate within +/- The TAT will work fine outdoors but for higher

http://www.youtube.com/watch?v=XmkRHLfwqb0
http://www.youtube.com/watch?v=NHkaZ8O-R9I
150 Pascal wind speeds the spinning cup style anemometers will
* Relative humidity accurate within +/-2% probably excel, just because the electrical input avail-
* Temperature accurate within +/-0.3 degrees C able to the TAT is limited somewhat by its supply volt-
* Ambient light sensor (analog level) age. The board has an op-amp on it that will work with
* Serial output 9600bps 8-N-1 a supply as high as 12 volts, but it was really designed
* Measurement rate of 1Hz for, and is calibrated at the factory for, five volts.

http://www.sparkfun.com

http://www.inspeed.com
* Sensors are isolated from all potential heat sources Another sensor is this rugged anemometer with
* Firmware allows for temperature compensation dual digital display handles speeds from 3 mph to over
The utube video at left also shows how you 125 mph. Comes with exterior grade wire. The Pole
can use Arduino to pick up the data from a weather Mount anemometer is great for home or mobile use
station module, like the Weather Meter at left, which where AC power is not available. It costs $79, Pole
costs about $125. not included.
Weather Meter INSPEED VORTEX ANEMOMETER
CH.01 CH.02 CH.03 CH.04 CH.05 CH.06 CH.07 CH.08 CH.09 CH.09 CH.08 CH.07 CH.06 CH.05 CH.04 CH.03 CH.02 CH.01

http://www.youtube.com/watch?v=KyQOywvM1RE&feature=related
sensing the imperceptible: sensing the imperceptible:

ifrared color

http://www.youtube.com/watch?v=ELeOApOC7Hw
There are long and short range infrared sensors The TCS230D Color Sensor is an example of
for detecting proximity as well as emitting and detect- available technology for sensing color. The TCS230
ing IR sensors. The common sensors are pictured at programmable frequency converter color light/red,
left and range from $2-$15. The detectors and emit- green and blue filter integrates in single chip, so it can
ters can be purchased individually or as pairs. These be realized without ADC each color channel 10 more

http://www.elechouse.com
sensors are often used for line following robots, for resolution. Chip contains a cross-connection 8 x 8

http://www.sparkfun.com
example the MIT Handy Board Microcontroller. See photoelectric diode array, each one of 16 diode pro-
http://www.leang.com/robotics/info/articles/linesen/in- vides a color type, red, blue, green and remove all four
dex.html types of optical information can maximize reduce inci-
Another IR application is to measure temper- dent light inhomogeneity of radiation. With the color of
ature. Melexis’ MLX90614ESF-BAA is an infrared all 16 photoelectric diode are parallel connection, work
thermometer designed for non-contact temperature Image Caption through the programmable foot to dynamically select TCS230D Color Sensor
sensing. An internal 17-bit ADC and a powerful DSP color, to increase the accuracy and simplified optical
contribute to the MLX90614’s high accuracy and reso- circuit. The chip USES 8 pin SOIC surface encapsula-

http://www.youtube.com/watch?v=WbmYcdXjvJM&feature=related
http://www.youtube.com/watch?v=laG8p6DXoeM&feature=related
lution. It has a huge number of applications including tion, suitable for measuring the colorimeter.
body temperature measurment and movement detec- Another option is the ColorPAL from Parallax.
tion. The MLX90614 provides two methods of output: It is a miniature color and light sensor which, through
PWM and SMBus (i.e. TWI, I2C). The 10-bit PWM its RGB LED, doubles as a color generator. For sens-
output provides a resolution of 0.14°C, while the TWI ing color, the ColorPAL uses its LED to illuminate a
interface has a resolution of 0.02°C. The MLX90614 is sample, one color component at a time, along with a
factory calibrated in wide temperature ranges: -40 to broad-spectrum light-to-voltage converter to measure
85°C for the ambient temperature and -70 to 382.2°C the light reflected back. The amount of light reflected
for the object temperature. The measured value is the from the sample under illumination from each red,
average temperature of all objects in the Field Of View green, and blue LED can be used to determine the

http://www.sparkfun.com

http://www.parallax.com
of the sensor. The MLX90614 offers a standard accu- sample’s color.
racy of 0.5°C around room temperatures

Infrared Proximity Sensor Long Range ColorPal


CH.01 CH.02 CH.03 CH.04 CH.05 CH.06 CH.07 CH.08 CH.09 CH.09 CH.08 CH.07 CH.06 CH.05 CH.04 CH.03 CH.02 CH.01

sensing the imperceptible: sensing the imperceptible:

http://www.youtube.com/watch?v=IMdzfVshFFg&feature=related
heat ir heat detection

One way of detecting air and surface tempera- There is something called an IR Pyroelectricity
tures is with a thermocouple. Thermocouples are best sensor which uses IR to dectect changing heat levels
used for measuring temperatures that can go above and therefore the presence of a human being. The

Relevant youtube video webaddress


100 degC. This is a bare wires bead-probe which can RE200B CAN-3 human body IR Pyroelectricity sensor
measure air or surface temperatures. Most inexpen- is one such sensor available cheaply from elehouse.

http://www.elechouse.com
sive thermocouples have a vinyl covering which can They also make another kind of IR sensor

http://www.adafruit.com
melt at around 200 degC, this one uses a fiberglass attached to a breadboard; also used to detect hu-
braid so it can be used in high temperature measure- man presence. Using PIR pyroelectric sensor, low
ments such as heaters and ovens. power consumption, the authors 50uA wide range
An amplifier can be used along with a thermo- of static, DC voltage circuit small volume 4.5 --20V
couple, for example, the Analog Devices Thermocou- size38*28mm32 * 24 mm) can repeat/unrepeatable
ple Type-K Amplifier. Attach a thermocouple, 5V pow- Thermocouple Type-K Glass Braid choice is simple to use and triggered power + - sig- human body IR Pyroelectricity sensor
er, and a decoupling capacitor and you’ve got 10mV/C Insulated - K nal output induction distance seven meters induction
output! The Thermocouple Amplifier AD595-AQ is Angle 110 degree.
perfect for high temperature application. The 10mV/C Pyroelectric infrared switch is a passive infrared
analog output interfaces nicely with 10-bit ADCs found switch which consists of BISS0001 ,pyroelectric infra-
on many types of microcontrollers. red sensors and a few external components. It can
automatically open all kinds of equipments, inculding

http://www.youtube.com/watch?v=m8tHF755K6o
incandescent lamp, fluorescent lamp, intercom, auto-
matic, electric fan, dryer and automatic washing ma-
chine, etc.

Relevant youtube video webaddress


It is widely used in enterprises, hotels, stores,
and corridor and other sensitive area for automatical
lamplight, lighting and alarm system.

http://www.elechouse.com
http://www.sparkfun.com

Thermocouple Amplifier AD595-AQ Human infrared sensor module


CH.01 CH.02 CH.03 CH.04 CH.05 CH.06 CH.07 CH.08 CH.09 CH.09 CH.08 CH.07 CH.06 CH.05 CH.04 CH.03 CH.02 CH.01

sensing the imperceptible: sensing the imperceptible:

ir heat detection photography uv sensing

http://www.techmagdaily.com/category/science/page/40
http://www.instructables.com/id/Infrared-IR-Webcam/
Infrared radiation can be used to remotely de- A photodiode is a type of photodetector capable
termine the temperature of objects (if the emissivity is of converting light into either current or voltage, de-
known). This is termed thermography, or in the case pending upon the mode of operation.
of very hot objects in the NIR or visible it is termed Photodiodes are similar to regular semiconduc-
pyrometry. Thermography (thermal imaging) is main- tor diodes except that they may be either exposed (to
ly used in military and industrial applications but the detect vacuum UV or X-rays) or packaged with a win-

http://search.digikey.com
technology is reaching the public market in the form dow or optical fiber connection to allow light to reach
of infrared cameras on cars due to the massively re- the sensitive part of the device. Many diodes designed
duced production costs. for use specifically as a photodiode will also use a PIN
The instructables link at right shows you how to junction rather than the typical PN junction.
modify a standard webcam to catch the infrared spec- A photodiode is a PN junction or PIN structure.
trum rather than the visible light one. from Technology Daily When a photon of sufficient energy strikes the diode, DETECTOR/AMP UV
Sparkfun offers this is a high-quality black and it excites an electron, thereby creating a free electron
white CMOS camera module with high-power infra- and a (positively charged electron) hole. If the absorp-
red LEDs to light up the night. Power the CA-84AC tion occurs in the junction’s depletion region, or one
module, hook up any display, monitor, or LCD screen diffusion length away from it, these carriers are swept
with an RCA input and get vivid black and white video from the junction by the built-in field of the depletion
at 500x582 resolution even in completely dark envi- region. Thus holes move toward the anode, and elec-
ronments. Module is easily mountable and should be trons toward the cathode, and a photocurrent is pro-
powered close to the 12V spec. Comes with high qual- duced. http://en.wikipedia.org/wiki/Photodiode
ity optics, all the on board circuitry to output RCA sig- Two different kinds of UV sensors are available

Relevant youtube video webaddress


nal, and cable harness. at digikey.com and are pictured at right.

http://search.digikey.com
http://www.sparkfun.com

CMOS IR Camera Module - 500x582 Photodiode


CH.01 CH.02 CH.03 CH.04 CH.05 CH.06 CH.07 CH.08 CH.09 CH.09 CH.08 CH.07 CH.06 CH.05 CH.04 CH.03 CH.02 CH.01

sensing the imperceptible: sensing the imperceptible:

human pulse body sensing

This Polar Heart Rate Module - RMCM01 can This detector circuit is for detecting a Lie. The
be used to detect the human heart beat. This is a lie detector circuit diagram consists of three transis-
OEM module for the Polar Heart Rate system. This tors, a capacitor, two lights or LEDs, five resistors, and

Relevant youtube video webaddress


http://detector-sensor.blogspot.com
device works with any Polar heart rate strap to pickup a variable resistor.
the electromagnetic pulse and output a 1ms pulse This Lie Detector circuit is based on the fact that
indicating a heart beat has occurred. a person’s skin resistance changes when they sweat

http://www.sparkfun.com
Features: (sweating because they’re lying). Dry skin has a resis-
* Multiple interfaces: USB, Logic-level serial and I2C tance of about 1 million ohms, whereas the resistance
* Dual heart rate processing algorithms: averaged of moist skin is reduced by a factor of ten or more.
and raw Another way to sense things in the body is this
* Uses the RMCM01 Polar OEM receiver piezo pulse sensor. The purpose of the piezo film
* Compatible with coded and non-coded Polar trans- Polar Heart Rate Module - RMCM01 pulse sensor project is to identify and build a reliable, Lie Detector circuit
mitters including T31, T31C, T61C and Wearlink® low power, low cost blood flow sensor. The sensor is

http://www.phoenix.tc-ieee.org/004_Piezo_Film_Blood_Flow_Sensor/
* 32-entry heart rate data history buffer intended for two proposed designs for the ambulatory
* Four 8-bit ADC inputs blood pressure monitor (ABPM). They are: (a) an os-

Phoenix_PiezoPulse.htmRelevant youtube video webaddress


* Up to a 5 channel digital input/output utility port cillometric cuff design (as a Korotkoff sound sensor)
* Simple command/response interface and (b) the blood flow velocity design.
* Programmable power-on default operation There are many other body sensors as in those
* Only works with one transmitter (HRM) in range used in medical devices, but there are not so many of
An accesory to this module is Polar Heart these commercially availabe to use with Arduino.
Rate Monitor Interface. This is a wonderful evalua-
tion board cooperatively designed by danjuliodesigns
and SparkFun. The Heart Rate Monitor Interface
(HRMI) is an intelligent peripheral device that con-

http://www.sparkfun.com
verts the ECG signal from the Polar Heart Rate
Monitor (HRM) into easy-to-use heart rate data. It
implements a sophisticated algorithm for computing
an average heart rate even with noisy or intermittent
data from the transmitter.

Polar Heart Rate Monitor Interface Ambulatory Blood Pressure Monitor


CH.01 CH.02 CH.03 CH.04 CH.05 CH.06 CH.07 CH.08 CH.09 CH.09 CH.08 CH.07 CH.06 CH.05 CH.04 CH.03 CH.02 CH.01

sensing the imperceptible: sensing the imperceptible:

breath chemicals

One way of sensing breath is to measure ac- Another way to sense human breath is through
tualy breathing rhythms. The Respiratory Belt Trans- the detection of Carbon Monoxide which is present in
ducer contains a piezo-electric device that responds a person’s exhale. This sensor has a high sensitivity
linearly to changes in length. The transducer comes and fast response time. The sensor’s output is an ana-

http://www.adinstruments.com
with a 6 meter cable and is MR Safe. It measures log resistance. The drive circuit is very simple; all you

http://www.elechouse.com
changes in thoracic or abdominal circumference dur- need to do is power the heater coil with 5V, add a load
ing respiration. These measurements can indicate resistance, and connect the output to an ADC.
inhalation, expiration and breathing strength and can Other chemicals which can be detected using
be used to derive breathing rate. The transducer may various sensors are methane, natural gas, liquid gas,
be used to characterize breathing patterns. The trans- kerosene, isobutane, propane, liquefied petroleum
ducer is a solid-state device that requires no excitation gas, and hydrogen. Many of these sensors assert that
and connects directly to a BNC on any PowerLab. It Piezo Respiratory Belt Transducer they have the ability to ignore noise such as alcohol MQ-7 Carbon Monoxide Gas Sensor
is comfortable to wear, rugged, reliable and washable. and smoke in trying to detect other specific gasses.
It is suitable for use on animals of various sizes (from One such sensor, shown at bottom right, can detect

http://www.youtube.com/watch?v=ENO0MlXLV2c&feature=related
cats to horses) as well as humans. natural gas , liquid gas, and kerosene but avoids the
Another way to sense human breath is through noise of alcohol and cooking fumes and cigarette
the detection of certain components. The Alcohol Gas smoke.
Sensor MQ-3 is an alcohol sensor suitable for detect- All of these gas sensors should be used with
ing alcohol concentration on your breath, just like your caution as there are heat coils located within the sen-
common breathalyzer. It has a high sensitivity and fast sors that get rather hot.
response time. Sensor provides an analog resistive
output based on alcohol concentration. The drive cir-
cuit is very simple, all it needs is one resistor. A simple
interface could be a 0-3.3V ADC.

http://www.elechouse.com
http://www.sparkfun.com

Alcohol Gas Sensor MQ-3 MQ-5 Gas Sensor


CH.01 CH.02 CH.03 CH.04 CH.05 CH.06 CH.07 CH.08 CH.09 CH.09 CH.08 CH.07 CH.06 CH.05 CH.04 CH.03 CH.02 CH.01

sensing the imperceptible: sensing the imperceptible:

chemicals (cont.) PH sensing

Need to test for nuclear fallout? This is a The pH sensor components are usually com-

http://www.electronics-lab.com/blog/?p=3676
USB powered Geiger Counter equipped with an AT- bined into one device called a combination pH elec-
Mega328 that can be programmed in circuit using one trode. The measuring electrode is usually glass and
of the programmers below. Simply plug the unit into quite fragile. Recent developments have replaced the
USB (make sure you have FTDI drivers installed), glass with more durable solid-state sensors. The pre-
open a terminal program to the correct COM port at amplifier is a signal-conditioning device. It takes the

http://www.sparkfun.com
9600bps, and you will see random bits being gener- high-impedance pH electrode signal and changes
ated from the random background radiation. it into alow impedance signal which the analyser or
Geiger tubes are the sensing elements of Gei- transmitter can accept. The preamplifier also strength-
ger counters, which are used to measure ionizing ra- ens and stabilizes the signal, making it less suscep-
diation. This tube is made of a thin-walled stainless tible to electrical noise
steel and is filled with a mixture of Neon and Halogen Geiger Counter There is a link at right to an open software Arduino pH meter
gases at low-pressure. open hardware pH meter using an Arduino/Freeduino
You’ll need a large voltage to get the Geiger board. In other words, this is an electronic circuit to be
tube to going - 325VDC minimum, 500VDC recom- connected with a glass electrode pH sensor.
mended. If ionizing radiation passes through the tube, If you don’t want to wire your own pH sensor but
short pulses of current will flow from the negative just want to transmit data readings directly into your
electrode to the positive electrode to be measured or computer, you can us this phidget. Connect any stan-

http://www.youtube.com/watch?v=9m9OfkQ6Zqo
counted. dard Ph probe to this PhidgetPhSensor and quickly
read Ph levels into your PC.

http://www.active-robots.com
http://www.sparkfun.com

Geiger Tube Phidget Ph Sensor


CH.01 CH.02 CH.03 CH.04 CH.05 CH.06 CH.07 CH.08 CH.09 CH.09 CH.08 CH.07 CH.06 CH.05 CH.04 CH.03 CH.02 CH.01

sensing the imperceptible: sensing the imperceptible:

particulate ultrasound

Sharp’s GP2Y1010AU0F is an optical air qual- Ultrasound is cyclic sound pressure with a fre-
ity sensor, designed to sense dust particles. An infra- quency greater than the upper limit of human hearing.
red emitting diode and a phototransistor are diagonal- Although this limit varies from person to person, it is
ly arrraanged into this device, to allow it to detect the approximately 20 kilohertz (20,000 hertz) in healthy,
reflected light of dust in air. It is especially effective in young adults and thus, 20 kHz serves as a useful low-
detecting very fine particles like cigarette smoke, and er limit in describing ultrasound.

http://www.sparkfun.com
http://parts.digikey.com
is commonly used in air purifier systems. One sensor for dectecting this imperceptible
The sensor has a very low current consump- sense is the Ultrasonic Range Finder - Maxbotix LV-
tion (20mA max, 11mA typical), and can be powered EZ3. The sensor provides very accurate readings of
with up to 7VDC. The output of the sensor is an ana- 0 to 255 inches (0 to 6.45m) in 1 inch increments with
log voltage proportional to the measured dust density, little or no dead zone!
with a sensitivity of 0.5V/0.1mg/m3. Optical Dust Sensor - GP2Y1010AU0F A model often used in building robots is the Ultrasonic Range Finder
Ping Ultrasonic Range Sensor which prevents robots
from running into things.

http://www.lynxmotion.com
Ping))) Ultrasonic Range Sensor
CH.01 CH.02 CH.03 CH.04 CH.05 CH.06 CH.07 CH.08 CH.09 CH.09 CH.08 CH.07 CH.06 CH.05 CH.04 CH.03 CH.02 CH.01

sensing the imperceptible: sensing the imperceptible:

hall effect sensor compass

A Hall effect sensor is a transducer that varies The Honeywell HMC6352 is a fully integrated
its output voltage in response to changes in magnetic compass module that combines 2-axis magneto-
field. Hall sensors are used for proximity switching, resistive sensors with the required analog and digi-
positioning, speed detection, and current sensing ap- tal support circuits, and algorithms for heading com-
plications. putation. Rumor is that Honeywell took all the tricks
In its simplest form, the sensor operates as an up their sleeve and created the HMC6352 using the

http://www.sparkfun.com

http://www.sparkfun.com
analogue transducer, directly returning a voltage. With HMC1052 core, a Microchip PIC core, and a combi-
a known magnetic field, its distance from the Hall plate nation of MOSFET and OpAmp circuitry. This chip is
can be determined. Using groups of sensors, the rela- simple to use and gives you magnetic heading down
tive position of the magnet can be deduced. to the last degree.
Electricity carried through a conductor will pro- Another model, the HMC6352 Compass Mod-
duce a magnetic field that varies with current, and a hall effect sensor ule, is fully integrated and combines 2-axis magneto- Compass 2-Axis Integrated Solution
Hall sensor can be used to measure the current with- resistive sensors with the required analog, digital,
out interrupting the circuit. Typically, the sensor is in- microprocessor and algorithms required for heading
tegrated with a wound core or permanent magnet that computation.
surrounds the conductor to be measured.
Frequently, a Hall sensor is combined with cir- The HMC6352 Compass Module provides a
cuitry that allows the device to act in a digital (on/off) direct heading angle and includes internal calibration
mode, and may be called a switch in this configura- algorithms within its firmware. Stray magnetic field
tion. Commonly seen in industrial applications such protection and temperature compensation are also
as the pictured pneumatic cylinder, they are also used included.
in consumer equipment; for example some computer
printers use them to detect missing paper and open
covers. When high reliability is required, they are used

http://www.parallax.com
in keyboards. http://en.wikipedia.org/wiki/Hall_effect_

http://parts.digikey.com
sensor
A couple of availabe hall effect sensors are pic-
tured at right.

mini hall effect sensor HMC6352 Compass Module


CH.01 CH.02 CH.03 CH.04 CH.05 CH.06 CH.07 CH.08 CH.09 CH.09 CH.08 CH.07 CH.06 CH.05 CH.04 CH.03 CH.02 CH.01

http://www.amazon.com/Irwin-6041705CD-Strait-Line-Live-Sensor/dp/
sensing the imperceptible: sensing the imperceptible:

time live wire

There are many chips and modules for keep- Live wire sensors now come built into some
ing abolute time, also known as real time. A couple higher end stud finders used in locating metal studs
examples are pictured here. and the nails in wood studs. The live wire detectors
The DS1302 trickle-charge timekeeping chip help to locate the wiring embedded in the wall assem-
contains a real-time clock/calendar and 31 bytes of bly so that you don’t cut through it.
static RAM. It communicates with a microprocessor In order to attach such a device to arduino, one

http://www.parallax.com
via a simple serial interface. may need to hack the commercial product.
Only three wires are required to communicate

B0002VM7O4
with the clock/RAM: CE (chip enable), I/O (data line) This is an interesting article about using the
and SCLK (serial clock). Data can be transfered to wiring in one’s home as an atenna for powering low
and from the clock/RAM 1 byte at a time, or in a burst energy consuming sensors in the house to detect
of up to 31 bytes. The DS1302 is designed to operate DS1302 Timekeeping Chip air quality, etc. http://www.sciencedaily.com/releas- Strait-Line Live Wire in Wall Sensor
on very low power, and retain the data and clock infor- es/2010/09/100915094230.htm

http://www.sciencedaily.com/images/2010/09/100915094230-large.jpg
mation on less than 1 μW.
This a custom designed module for the DS1307
Real Time Clock. The module comes fully assembled
and pre-programmed with the current time (ok, so it’s
our current time - MST). The included Lithium coin
cell battery (CR1225 41mAh) will run the module for a
minimum of 9 years (17 years typical) without external
5V power. The DS1307 is accessed via the I2C proto-
col. We’ve written a test-bed to program the modules.
This test-bed code should give you some insight on
how to interface the module to any microcontroller us-

http://www.sparkfun.com
ing our example software I2C and BCD routines.

Real Time Clock Module Science Daily

Você também pode gostar