Pages
(Move to ...)
Home
▼
Thursday, 26 April 2018
ARM-LPC1768-Interface a simple Switch and display its status through Relay, Buzzer and LED.
›
Program: /* Connections */ /* Switch = P2.5 * led = P2.0 * buzzer = P2.1 * relay = P2.2 */ #include <lpc17xx.h> #in...
ARM-1768-LPCDisplay the Hex digits 0 to F on a 7-segment LED with an appropriate delay in between
›
Program: /** Connections * A(development board) -> P2.0 * B(development board) -> P2.1 * C(development board) -> P2.2 ...
ARM-LPC1768-Demonstrate the use of an external interrupt to toggle an LED On/Off
›
Program: /* Connections * Connect P2.11 to switch(development board) * Connect P2.3 to led(development board) * When switch is pre...
ARM-LPC1768-Using the Internal PWM module of ARM controller, generate PWM and vary its duty cycle
›
Program: /** * @brief Generate PWM on P2.0 * DutyCycle varies from 0-100% and back from 100%- 0%. */ #include <lpc17xx....
Wednesday, 18 April 2018
ARM-LPC1768-Interface a 4x4 keyboard and display the key code on an LCD
›
ARM-Interface a 4x4 keyboard and display the key code on an LCD Program /** @brief When key is pressed, corresponding key is d...
ARM-LPC1768-Interface a Stepper motor and rotate it in clockwise and anti-clockwise direction.
›
Interface a Stepper motor and rotate it in clockwise and anti-clockwise direction. Program /** * @brief Run steeper motor...
ARM-LPC1768 -Interface and Control a DC Motor.
›
Interface and Control a DC Motor. Program /** * @brief Run DC motor clockwise when switch is 1 * and rum anticlock...
‹
›
Home
View web version