You are on page 1of 1

LAB TEST

Problem Statement 1
Design a traffic light controller system that has three LEDs RED, YELLOW, GREEN. The
sequence in which the LEDs are turned on is as follows: RED for a count of 9, YELLOW for a
count of 5, GREEN for a count of 9. Interface a sensor with it. Whenever the sensor is ON, the
controller goes to manual mode and all lights start blinking. The system returns to its normal
condition as soon as the sensor is OFF. The master control lies with a program running in the PC.
This program will be able to control all these timing and also the manual setting. Ensure that the
LEDs are connected via resistances and that the sensor connection is proper. Choose delay as per
your requirement so as to perceive the count on display device.

1. Design the above system using LPC2148 microcontroller using any on chip timer for making
delay and the count should be displayed on seven segment. Use LDR as a sensor to switch
between normal and manual mode. Show the simulation on proteus.
2. Design the above system using LPC2148 microcontroller using any on chip timer for making
delay and the count should be displayed on LCD. Use switch as a sensor to switch between
normal and manual mode. Show the simulation on proteus.
Problem Statement 2
Design a microcontroller based system that has a motor and LCD. Display RTC in the format
Hr/min/sec. After one minute of the configured time an interrupt is generated and motor starts
moving in clock wise direction. After two minutes again interrupt is generated and motor stops.
Problem Statement 3
Design a temperature monitoring and control system. It uses a temperature sensor whose output
is fed to the ADC. The ADC sends the digital output to the microcontroller. There are two cutoff
temperatures higher and lower. A heating coil and a fan is interfaced with the microcontroller.
The heating coil is turned on. If the temperature is more than the higher cutoff, a relay is
triggered to turn on a fan working at 12V, the coil is turned off. Again when the temperature
comes down to the lower preset value, the fan is turned off and the coil is turned on.

You might also like