You are on page 1of 1

List of Hardware experiments based on ARM Microcontroller

1. Write a C program and execute it in the ARM LPC2378 microcontroller kit to do


the following. Read the position of the DIP switches (1 or 0 ) and display it on the
LEDs
2. Write a C program and execute it in the ARM LPC2378 microcontroller kit to run
the stepper motor.
(i) Modify the program to change the speed of the stepper motor.
(ii) Modify the program to change the direction of rotation of the stepper
motor.
3. Write a C program and execute it in the ARM LPC2378 microcontroller kit to
produce a square wave using DAC. Modify the program to generate (i) triangular
waveform , and (ii) sine wave using a lookup table procedure.
4. Write a C program and execute it in the ARM LPC2378 microcontroller kit to
control the Relay on the kit.
5. Write a program to perform serial communication between the ARM2378
microcontroller kit and the PC. Send characters from the kit and display it on the PC.
(i) Modify the program to send a character from PC and receive it on the kit
and display it on the LED
6. Write a program to convert the given Analog voltage to digital value using ADC.
Use the potentiometer on the kit to generate analog voltage. Display the digital
value using the LEDs.

You might also like