interfacing
Interfacing HC-05 Bluetooth module with AVR Microcontroller
In this tutorial let us learn How to interface HC-05 Bluetooth Module with AVR ATmega8 microcontroller. We will establish… |
|
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
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
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 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 Microcontroller
PIR (Passive Infrared) or Motion Sensor is used to detect the motion of moving human body or objects. Whenever someone comes in… |
|
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
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
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 One common feature that is used in almost every embedded application is the ADC module (Analog to Digital Converter). These Analog to digital… |