Rs232 Serial Communication Projects:Input/Output Example Using the RS232 Port

PROJECT 23 – Input/Output Example Using the RS232 Port Function This project shows how we can input and output serial data using the built-in C functions. In this example, the user is prompted to enter a character through the RS232 terminal. The program then finds the next character (i.e. increments the character by one) and […]
Continue reading…

 

Temperature Projects:Digital Thermometer with Centigrade/ Fahrenheit Output

PROJECT 18 – Digital Thermometer with Centigrade/ Fahrenheit Output Function This project is similar to Project I7, but in addition the outputs can display the temperature in both Centigrade (oC) and Fahrenheit (oF). An SPDT switch is connected to bit 3 of port 3 and the output of this switch is normally held at logic […]
Continue reading…

 

Temperature Projects:Using Analogue Temperature Sensor IC with A/D Converter

PROJECT 21 – Using Analogue Temperature Sensor IC with A/D Converter Function This project shows how we can connect an analogue-to-digital (A/D) converter IC to our microcontroller. In this project, an analogue temperature sensor IC (LM35DZ) is used and its output is connected to an 8-bit A/D converter (ADC0804). The temperature is then displayed every […]
Continue reading…

 

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…

 

Programming Microcontrollers In C:Internet Web Sites of Microcontroller Compilers

Internet Web Sites of Microcontroller Compilers The amount of microcontroller software available on the Internet is huge and there are many different example programs. Internet web sites of some popular 8051 family microcontroller compilers and other useful sites are given below. Further Reading The following books and reference manuals are useful in learning to program […]
Continue reading…

 

Programming Microcontrollers In C:Internet Web Sites of Microcontroller Compilers

Internet Web Sites of Microcontroller Compilers The amount of microcontroller software available on the Internet is huge and there are many different example programs. Internet web sites of some popular 8051 family microcontroller compilers and other useful sites are given below. Further Reading The following books and reference manuals are useful in learning to program […]
Continue reading…