STM32 GPIO Tutorial (LED and Buttons)- Bare Metal Part 2

STM32 GPIO Tutorial

This is the Series of tutorials on the STM32 Microcontroller. The aim of this series is to provide easy and practical examples that anyone can understand. Basically, you can write GPIO codes in multiple ways (Using HAL, the GPIO driver). Using that HAL you can finish your job in very few lines of code. But I … Read more

Multiple External Interrupts in PIC16F877A

This article is a continuation of the series of tutorials on the PIC16F877A Microcontroller. The aim of this series is to provide easy and practical examples that anyone can understand. We have already seen External Interrupt, Serial, Timer Interrupts in our previous tutorial. In this tutorial, we are going to see How to use Multiple External … Read more

LDR Sensor Interfacing with LPC2148

This article is a continuation of the series of tutorials on the LPC2148 Microcontroller (ARM7). The aim of this series is to provide easy and practical examples that anyone can understand. In the previous tutorial, we have interfaced the Bluetooth module with LPC2148 (ARM7). In this tutorial, we are going to see LDR Sensor Interfacing with … Read more

RF Module Interfacing with LPC2148

This article is a continuation of the series of tutorials on the LPC2148 Microcontroller (ARM7). The aim of this series is to provide easy and practical examples that anyone can understand. In the previous tutorial, we have interfaced the PIR sensor with LPC2148 (ARM7). In this tutorial, we are going to see RF Module Interfacing with … Read more

PIC16F877A GPIO Tutorial

8051 GPIO Tutorial

This article is a continuation of the series of tutorials on the PIC16F877A Microcontroller. The aim of this series is to provide easy and practical examples that anyone can understand. Now we are going to see PIC16F877A LED Interfacing Tutorial (PIC16F877A GPIO Tutorial). If you want to interface with LED, you should know the Registers … Read more

LPC2148 – Timer/Counter Tutorial

This article is a continuation of the series of tutorials on the LPC2148 Microcontroller (ARM7). The aim of this series is to provide easy and practical examples that anyone can understand. In the previous tutorial, we have seen LPC2148 (ARM7) GPIO and LED, Switch Interfacing. Now, we will learn about LPC2148 Timer/Counter. In the LED Interfacing … Read more

FreeRTOS – LPC2148 (LCD Scroll and LED Blinking)

rtos basics tutorial

This article is a continuation of the  Series on FreeRTOS and carries the discussion on FreeRTOS and its usage. The aim of this series is to provide easy and practical examples that anyone can understand. Today I came up with a new tutorial (FreeRTOS LCD Interfacing with LPC2148).  Prerequisites Before we will start I would … Read more

LPC2148 – GPIO Tutorial

8051 GPIO Tutorial

This article is a continuation of the series of tutorials on the LPC2148 Microcontroller (ARM7). The aim of this series is to provide easy and practical examples that anyone can understand. In the previous tutorial, we have seen how to set up the PLL and clock for LPC2148 (ARM7). Now we are going to see LPC2148 … Read more

8051 – GPIO Tutorial

8051 GPIO Tutorial

Hi All… In this tutorial, we are going to see the 8051 GPIO Tutorial. Before that, if you are not installing Keil please install that. If you don’t know please go through them here. Please see here if you don’t know how to create the project. See the introduction of 8051 Here. Let’s start!!!!! Before … Read more