In this step by step tutorial you will get acquainted with Handbrake, and how to use it to compress large videos without much quality loss. 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
In this tutorial we will go through I2C Bus & Protocol. I2C was originally invented by Philips(now NXP) in 1982 as bi-directional bus to communicate with multiple devices using just 2 w... 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
An in-depth Guide/Tutorial explaining all the x264 intricacies and advanced settings offered in handbrake advanced tab. The settings in this tab are for those who like to tweak and fine tune... Read more
A brief guide detailing the various video redundancies for beginners. Read more
An in-depth guide cum tutorial showing how to properly transcode videos using handbrake, with all the settings explained in as simple and concise a manner as possible, without sacrificing th... Read more
Hi again folks! Finally after a long time we have yet another LPC214x tutorial. This time its on Analog to Digital Converter(ADC) module in LPC214x MCUs. 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 Whenever we want to communicate between PC and MCU or between two MCUs , the simplest way to achieve that is using UART. UART stands for Universal Asynchronous Receiver/Transmit... 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
The Basics After writing the first blinky program using random delay , now its time to improvise and induce precise delay using timers! The real fun in embedded starts when you start playing... Read more
On special request of our readers today we are posting a new tutorial for interfacing HD44780U / KS0066U based 16x2 LCD Module with LPC2148 microcontroller. Read more