interfacing

Interface LCD with ESP12 using Shift Register SN74HC595N Interfacing LCD with NodeMCU without using I2C

In this tutorial we will see how to interface NodeMCU with 16x2 LCD without using I2C communication. Here we will interface…

4x4 Matrix Keypad Interfacing with PIC Microcontroller 4x4 Matrix Keypad Interfacing with PIC Microcontroller

Keypads are widely used input devices being used in various electronics and embedded projects. They are used to take inputs in…

Interfacing Stepper Motor with PIC Microcontroller Interfacing Stepper Motor with PIC Microcontroller

Stepper Motor is a specially designed motor which rotates in steps. Speed of stepper motor depends on the rate of electrical…

Interfacing Joystick with PIC Micro-controller Interfacing Joystick with PIC Microcontroller

Input devices play a vital role in any electronics projects. These input device help the user to interact with the digital…

Interfacing PIR Sensor with PIC Micro-controller Interfacing PIR Sensor with PIC Microcontroller

PIR (Passive Infrared) or Motion Sensor is used to detect the motion of moving human body or objects. Whenever someone comes in…

Interfacing Arduino with ESP8266 Arduino with ESP8266 - Reading Data from Internet

The ESP8266-01 has been a great module to quench all our thirsts for IOT projects. Since its release, it has developed a strong…

Interfacing Hall Sensor with Raspberry Pi Interfacing Hall Sensor with Raspberry Pi

Hall sensors are sensors which produces an electrical signal at its output when it comes in contact with a magnetic field. The…

Controlling Multiple Servo Motors with Arduino Controlling Multiple Servo Motors with Arduino

Using one or two Servo with Arduino is Easy but what if we want to use more than one Servo Motors?

Here, we are going to…

How to use ADC in MSP430G2 - Measuring Analog Voltage How to use ADC in MSP430G2 - Measuring Analog VoltageOne common feature that is used in almost every embedded application is the ADC module (Analog to Digital Converter). These Analog to digital…
Interfacing GPS Module with PIC Microcontroller Interfacing GPS Module with PIC Microcontroller

GPS is the short-form of Global Positioning System. It is a system which provide accurate Altitude, Latitude, Longitude, UTC…