All tutorials relating to LPC2148 microcontroller.
In this tutorial we go through interfacing and control of servo motors with ARM7 LPC2148 microcontroller. In my previous tutorial I had explained PWM in ARM7 LPC2148, now its time use PWM bl... Read more
In this tutorial we will cover how to program capture mode for timer module of ARM7 LPC2148 microcontroller along with a frequency counter example using capture input. Read more
In this tutorial we will see how to interface an Ultrasonic distance sensor (HC-SR04) with ARM7 LPC2148 microcontroller. HC-SR04 Ultrasonic Distance/Ranging Sensor uses ultrasound to measure... Read more
In this tutorial we will see how to interface an IR(Infra-Red) photo-diode with ARM7 LPC2148 microcontroller. An IR photodiode is a photodiode which is sensitive to IR light. An IR diode pai... Read more
This time we will go through a tutorial on interfacing ADXL335 Accelerometer with ARM7 LPC2148 microcontroller. ADXL335 is a 3-axis acceleration sensor with analog outputs for each axis. Read more
In this tutorial we will see how to interface LM35 Temperature sensor with ARM7 LPC2148 Microcontroller and also cover a simple interfacing example using in-built ADC. Read more
This time we will go through a tutorial on Interfacing LDR with ARM7 LPC2148 microcontroller. Light Dependent Resistor (i.e. LDR for short) is basically used to detect the intensity of light... Read more
In this tutorial we will cover interfacing DHT11/DHT22 sensor with ARM7 LPC2148 microcontroller also implement an example to fetch Relative humidity and Temperature and display it in serial... Read more
In this discussion we will cover ARM7 LPC2148 DAC Programming Tutorial along with a basic DAC example. The DAC block in ARM7 LPC214x microcontroller is one of the simplest to program and use... Read more
In this tutorial we will go through LPC2148 I2C programming and learn how to program it for interfacing various I2C modules, sensors and other slave devices. For those who are new to I2C Bus... Read more
Many of us who are into embedded programming want to migrate or use the latest version of KEIL MDK which is uVision5 at the time of this post. In this tutorial we see how to create LPC214x A... Read more
Hi again guys! In this tutorial we will go through the basics of UART(SERIAL) programming for LPC214x family of microcontrollers. If you are new to UART, you can go through the basic UART tu... Read more
Introduction I had received 3 requests for “how to generate sine PWM using lpc2148 microcontroller“. So , I planned to do it as soon as I could. In previous article I had posted... Read more
Introduction This Tutorial is for learning Pulse Width Modulation (PWM) programming for ARM7 based LPC214x MCUs. For this Tutorial I’ll be covering Single Edge PWM and how to use to co... Read more
On special request by our readers & followers we have finally posted the LPC2148 Interrupt Programming Tutorial! Read more