Basics of ARM7 Microcontroller(LPC2124) Programming
ARM7 Microcontroller ARM ( Advanced Risc Machine ) a Microcontroller which took us to the next step in to the world of Automation. There are plenty of devices and gadgets running with the help of these...
View Article8×8 LED dot matrix interfacing with ARM Microcontroller
Dot matrix interface with LPC2124 LED’s have a wide range of lighting applications in our daily life and surprisingly it also can be used as a display when interconnected together. LED dot matrix is...
View ArticleInterfacing LCD with ARM7 Microcontroller
Interfacing LCD with ARM7 Microcontroller is what we are going to see in this tutorial since LCD’s help us to achieve a cheap Embedded Design with vital information display. This tutorial teaches you...
View ArticleKeypad and LCD interfacing with ARM7 MIcrocontroller
Keypad interface with ARM7 Microcontroller Keypads are the most commonly used input device in many embedded system since it possess simple design and also comes at affordable cost. This makes the...
View ArticleCreating Time delay using Timer in ARM7 (LPC2124) Microcontroller
Timers are one of the important concepts in a Microcontroller since it helps us to create precise time delays for a specific application. The usage of timers are inevitable in many of the Embedded...
View ArticleProgramming UART tutorial in ARM7 Microcontrollers
Serial communication(UART) serves an important purpose of communicating with the external devices just using two pins (RX and TX). This tutorial focuses on Programming UART aka Serial communication in...
View ArticleADC Programming in ARM Microcontrollers
ADC holds an important significance in every Microcontroller since it allows user to measure the external analog parameters and gives the result in digital form. Almost every advanced Microcontroller...
View ArticleSPI protocol tutorial in ARM7 Microcontroller
SPI ( Synchronous Peripheral Interface) is one of the important protocols used in Microcontrollers to establish serial communication between two devices. This protocol was widely used in many devices...
View ArticleHow to program I2C protocol in ARM Microcontroller
I2C (Inter Integrated Circuit) also known as TWI (Two wire Interface) is a bus interface connection that is used in many devices such as Sensors, RTC and EEPROM. Unlike SPI this protocol only uses two...
View Article