In this tutorial we will go through the programming of input capture mode for timer module of ARM Cortex-M3 LPC176x microcontrollers along with a frequency counter example using capture inpu... Read more
In this tutorial we will discuss how to interface an IR(Infra-Red) photo-diode with ARM Cortex-M3 LPC1768 microcontroller and cover two IR interfacing examples. Read more
In this tutorial I will discuss, how to interface an Ultrasonic distance sensor (HC-SR04) with ARM Cortex-M3 LPC1768 microcontroller. The HC-SR04 Ultrasonic Distance/Ranging Sensor uses ultr... Read more
In this tutorial we will go through the interfacing of LM35 Temperature sensor with ARM Cortex-M3 LPC1768 Microcontroller with an example. LM35 is a well known low cost temperature sensor an... Read more
In this tutorial we learn how to interface DHT11 and DHT22 Humidity and Temperature sensor with ARM Cortex-M3 LPC1768 microcontroller. Read more
In this discussion we will cover how to Interface LDR with LPC1768/LPC1769 microcontroller. Light Dependent Resistor (i.e. LDR for short) is basically used to detect the intensity of light.... Read more
In this article, we will go through a discussion on ARM Cortex-M3 LPC1768 DAC programming tutorial. As you might be knowing, DAC stands for Digital to Analog Conversion. The DAC block in ARM... Read more
In this tutorial we will go through ARM Cortex-M3 LPC1768 ADC programming tutorial. Basically we convert an Analog signal to its Digital version which is useful when interfacing analog senso... Read more
In this discussion we will go through ARM Cortex-M3 LP1768 UART programming Tutorial. It is also applicable to for other MCUs of LPC17xx family like LPC1769. Read more
This discussion will guide you through ARM Cortex-M3 LPC1768 PWM programming Tutorial. It is also applicable for LPC1769. I’ll be covering Single Edge PWM along with examples like how... Read more
In this discussion will go through ARM Cortex-M3 LPC1768 Timer Tutorial. In a previous LPC1768 programming tutorial we saw a blinky example using GPIO and harcoded delays, now its time to im... Read more
In this tutorial we see how to create new projects in KEIL uVision 5 for LPC1768 Cortex-M3 MCU. It also applies for other lpc176x devices like LPC1769. Keil uV 5 is much different than older... Read more
In this tutorial we will go through LPC1768 GPIO Programming. LPC1768 is an ARM Cortex-M3 based MCU by Phillips/NXP and has plenty of General Purpose Input Output pins to play with. The Name... Read more