Temperature Projects:Using a Digital Temperature Sensor

PROJECT 17 – Using a Digital Temperature Sensor Function This project shows how we can interface a DSI620 type digital temperature sensor to our microcontroller. The ambient temperature is measured con- tinuously and then displayed in degrees centigrade on three TIL3II type alphanumeric displays. Positive temperature is displayed from 0oC toI25oC. Negative temperature is displayed […]
Continue reading…

 

Temperature Projects

Temperature measurement and control is one of the most common applica- tions of microcontroller-based data acquisition systems. Four types of sensors are commonly used to measure temperature in commercial and industrial applications. These are thermocouples, resistive temperature devices (RTDs), thermistors, and integrated circuit (IC) temperature sensors. Each sensor has its unique advantages and disadvantages and […]
Continue reading…

 

Sound Projects:Two-tone Small Speaker Interface (Using the Timer Interrupt)

PROJECT 14 – Two-tone Small Speaker Interface (Using the Timer Interrupt) Function This project shows how we can interface our microcontroller to a small speaker type audible device and generate two different tones. When power is applied to the circuit, a continuous single tone of frequency I kHz is output to the speaker. When a […]
Continue reading…

 

Sound Projects:Small Speaker Interface (Using the Timer Interrupt)

PROJECT 13 – Small Speaker Interface (Using the Timer Interrupt) Function This project shows how we can interface our microcontroller to a small speaker type audible device. In this project a continuous single tone output is produced on the speaker when a push-button switch is activated. Timer interrupt of the microcontroller is used to generate […]
Continue reading…

 

Sound Projects:Simple Buzzer Interface

In this chapter we shall be looking at how we can interface our microcontroller to sound generating devices. Sound projects are based on audible devices and these devices have many applications in electronics, ranging from warning devices, burglar alarms, speech processing applications, electronic organs and so on. Electronic sound generation requires an electronic audible device. […]
Continue reading…