INTRODUCTION TO ESP8266 module
Today, in this article we are going to introduce you to a new Wi-Fi module named ESP8266. It is widely used in the Internet of things (IoT) and working voltage …
Today, in this article we are going to introduce you to a new Wi-Fi module named ESP8266. It is widely used in the Internet of things (IoT) and working voltage …
Complete tutorial on RGB LED interfacing with MSP430G2 LaunchPad using Energia IDE. Learn common anode vs common cathode wiring, current-limiting resistors, pin assignments, clean setColor() code pattern, PWM color mixing, and troubleshooting.
Learn how to use the GPIO input/output pins of the MSP430G2553 microcontroller with Energia IDE on the MSP430G2 LaunchPad. Complete tutorial with LED blinking and push button examples, pinMode, digitalWrite, digitalRead, wiring diagrams, and troubleshooting.
In this tutorial, you will learn how to use Arduino interrupts. First, we will see what are Arduino interrupts? After that we will see the general concepts of interrupts. We …
This article is about how to easily and massively expand digital outputs by using the 74HC595N shift register with Arduino Uno or Arduino Mega. Sometimes, in many electrical and embedded …
This tutorial is an introduction to PIC16F84A microcontroller. We will talk about pinout, main features, different GPIO ports, How to use these input outputs pins to blink an LED or …
In this tutorial, you will learn how to use the AnalogRead function of Arduino. If you are working on a project, where you need to measure the analog voltage or …
Complete MSP430G2 LaunchPad getting started tutorial using Energia IDE. Learn the MSP430G2553 features, pin mapping, driver installation, LED blinking, and push button reading step by step, with troubleshooting and FAQ.
Introduction to Three Phase Induction Motor Protection System Using Pic Microcontroller: This project is about health monitoring of three phase induction motor using pic microcontroller. This three phase induction motor protection …
In this tutorial, we will explain the working of a simple digital system known as a digital encoder. At the start, we will provide a brief and concise introduction to …