Recent Articles

Remote Debugging of Embedded Systems
Most of us are working from home during this COVID-19 pandemic situation. I have personally struggled to debug some...
Read More
Getting Started with STM32 ARM Cortex-M Microcontroller using Keil IDE
In this tutorial we will learn how to blink an LED using STM32 ARM Cortex-M microcontroller STM32F103C8T6 and Keil...
Read More
Interfacing HC-05 Bluetooth Module with Arduino Uno
In this tutorial, I will explain about Interfacing HC-05 Bluetooth Module with Arduino Uno. HC-05 uses bluetooth classic and...
Read More
Interfacing DHT11 Temperature and Humidity Sensor with Arduino Uno
In this tutorial we will learn about Interfacing DHT11 Temperature and Humidity sensor with Arduino Uno. The term DHT...
Read More
Interfacing L298N Motor Driver with Arduino Uno
In this tutorial we will learn how to interface L298N motror driver with Arduino Uno. You might be thinking...
Read More
Interfacing Mercury Tilt Switch with Arduino Uno
In this tutorial we will learn how to interface Tilt Sensor with Arduino Uno. As the name suggests, it...
Read More
Interfacing Servo Motor with Arduino Uno
In this tutorial we will learn how to interface servo motor with Arduino Uno. Servo Motor is an electrical...
Read More
Interfacing Ultrasonic Sensor with Arduino Uno
In this tutorial we will learn about integrating HC-SR04 ultrasonic distance sensor with Arduino Uno. Ultrasonic sensors are commonly...
Read MoreRecent Tutorials

Getting Started with STM32 ARM Cortex-M Microcontroller using Keil IDE
In this tutorial we will learn how to blink an LED using STM32 ARM Cortex-M microcontroller STM32F103C8T6 and Keil...
Read More
Interfacing HC-05 Bluetooth Module with Arduino Uno
In this tutorial, I will explain about Interfacing HC-05 Bluetooth Module with Arduino Uno. HC-05 uses bluetooth classic and...
Read More
Interfacing DHT11 Temperature and Humidity Sensor with Arduino Uno
In this tutorial we will learn about Interfacing DHT11 Temperature and Humidity sensor with Arduino Uno. The term DHT...
Read More
Interfacing L298N Motor Driver with Arduino Uno
In this tutorial we will learn how to interface L298N motror driver with Arduino Uno. You might be thinking...
Read More
Interfacing Mercury Tilt Switch with Arduino Uno
In this tutorial we will learn how to interface Tilt Sensor with Arduino Uno. As the name suggests, it...
Read More
Interfacing Servo Motor with Arduino Uno
In this tutorial we will learn how to interface servo motor with Arduino Uno. Servo Motor is an electrical...
Read More
Interfacing Ultrasonic Sensor with Arduino Uno
In this tutorial we will learn about integrating HC-SR04 ultrasonic distance sensor with Arduino Uno. Ultrasonic sensors are commonly...
Read More
Blinking LED using LPC2148 – ARM Microcontroller Tutorial – Part 3
Hello World In this tutorial we will learn how to start programming an ARM microcontroller. This is a hello world...
Read MoreRecent Projects

Digital Alarm Clock using PIC Microcontroller and DS3234 RTC
Here is a digital alarm clock made using PIC 18F4520 Microcontroller and DS3234 RTC (Real Time Clock). This project...
Read More
Sending E-mail from ESP8266 – IoT Project
The scope of the IoT applications is growing from controlling appliances to monitoring devices (like sensors) and sending e-mails. So...
Read More
Controlling LED using ESP8266 and Telegram Bot – IoT Project
In this project we will control an LED which is connected to ESP8266 with a Telegram bot. Hope you...
Read More
Updating Sensor Data to Google Spreadsheet using ESP8266 – IoT Project
In IoT applications, the monitored sensor data needs to be recorded. This data logging is important for data analytics....
Read More
Bluetooth Home Automation With CloudX
Bluetooth wireless technology has grown to become one of the widely used protocols in the field of communication today. Although...
Read More
Home Automation using ESP8266 & Blynk App – IoT
A home automation system is an automating the bulk of electronic and electrical tasks within a home. It uses a combination of...
Read More
Interfacing DHT11 Sensor with ESP8266
In this article, I am going to explain about interfacing of DHT11 sensor with ESP8266. For that we have to make...
Read More
Automatic School / College Bell using PIC Microcontroller
Here we are sharing a fully automatic and configurable bell which can be used in schools and colleges. It...
Read More