Ictnotes
Ictnotes
- is a component that can detect the tilting of an object (basic motion, orientation
or inclination). However it is only the equivalent to a pushbutton activated
through a different physical mechanism. This type of sensor is the
environmental-friendly version of a mercury-switch. It contains a metallic ball
inside that will commute the two pins of the device from on to off and vice-
versa if the sensor reaches a certain angle.
➨They require gravity for its operation (i.e. to roll a ball or to move a blob of mercury).
Hence these switches will not work under low gravity, reversed gravity or zero gravity
conditions.
74H C595
One of the nice things about the Arduino is that it has a fair amount of I/O pins to work
with. You can wire up a few buttons, sensors, servos, and so on, but as the list grows, you
will quickly run out of pins. The solution is to use a ‘shift register,’ which allows you to
add more I/O pins to the Arduino (or any microcontroller). By far the most widely used
shift register is the 74HC595, also known as just “595”. The 74HC595 is an high speed
CMOS device. An eight bit shift register accepts data from the serial input on each
positive transition of the shift register clock. When asserted low the reset function, sets
all shift register values to zero and is independent of all clocks.
LM35DZ
is an integrated circuit analog sensor that can be used to measure temperature
with an electrical output proportional to the temperature (this is why it is an
analog sensor). It can measure temperature more accurately than a thermistor.
The sensor circuitry is sealed and not subject to oxidation.
The Lm35dz is a low voltage, precision centigrade temperature sensor. It is a
chip that provides a voltage output that is linearly proportional to the temperature
in °C and is, therefore, very easy to use with an Arduino. The LM35dz
temperature sensor is fairly precise, never wears out, works under many
environmental conditions and requires no external components to work. In
addition, the Lm35dz sensor does not require calibration and provides a typical
accuracy of ±0.5°C at room temperature and ±1°C over a full −55°C to +155°C
temperature range. The sensor can be powered with a 4V to 30V power supply .
LM35DZworks
LM35 sensor uses the basic principle of a diode, where as the temperature
increases, the voltage across a diode increases at a known rate. By precisely
amplifying the voltage change, it is easy to generate an analog signal that is
directly proportional to temperature.
The best way to remember pinout is to look at the flat side of the LM35: left pin
is power, center pin is output, and right pin is ground.
APPLICATION
- used for measuring the temperature of a particular environment.
- provides thermal shutdown for a circuit or component used in a specific
project.
- can be used for battery temperature measurement. It provides battery
protection from overheating.
ADVANTAGES
Lm35dz is a temperature sensor that has several advantages over other
temperature sensors, such as thermocouples and thermistors. Some of the
advantages of Lm35dz include:
Linearity: Lm35dz provides a linear output voltage that is proportional to
the temperature. This makes it easier to calibrate and use in a variety of
applications.
Low impedance: Lm35dz has a low output impedance, which means that
it can be easily interfaced with other circuits and devices.
Wide temperature range: Lm35dz has a wide temperature range of -55°C
to 150°C, which makes it suitable for a variety of applications.
Low cost: Lm35dz is an inexpensive sensor that is widely available,
making it an economical choice for many applications.
Ease of use: Lm35dz is easy to use and requires minimal external
components. It is a simple device that can be integrated into many
different circuits and systems.
Overall, the advantages of Lm35dz make it a popular choice for many
temperature sensing applications, such as in HVAC systems, automotive
applications, and industrial monitoring and control systems.
DISADVANTAGES
Non-Standard Output : Cannot measure negative temperature, for that you have
to bias it with a dual polarity supply.
Sensitivity to Noise : it's very sensitive to noise because it outputs data in analog
format.