You can interface it with Arduino. The connections are simple. It has three pins. Connect the ground pin1 to the ground of Arduino and pin 3 to the Arduino’s 5V pin. Pin2 is a signal output. It indicates the presence of an object by sending either HIGH or LOW signal. Connect this ...
INTERFACING BLUETOOTH MODULE WITH 8051 (HC05): A Bluetooth module widely used with Microcontroller to enable Bluetooth communication. This module cam be interfaced using the UART in 8051 microcontroller where the data are transmitted in the form of packets. The pins TX and RX pin of the HC 05...
Now make connections of Arduino With 74HC595 shift register according to this table. We connect the enable pin (~OE) with ground which activates this IC. Because it is an active-low pin. We can also control this pin through an Arduino digital pin. But just to save Arduino Pin, it is b...
Ultrasonic Ranging Module HC-SR05: This is a similar module to the HC-SR04 with minor differences, it has a wider detection range of up to 4.5 meters and a higher accuracy. HC-SR04 Ultrasonic Sensor interface with Arduino HC-SR04 Ultrasonic Sensor interface with Arduino HC-SR04 Ultrasonic Sens...
Arduino & Ultrasonic Sensor Based Distance Measurement Measure Distance using Raspberry Pi and HCSR04 Ultrasonic Sensor Distance Measurement using HC-SR04 and AVR Microcontroller Complete Project Code Copy Code /* Interfacing Ultrasonic sensor with PIC16F877A * Code by: B.Aswinth Raj * Dated: 19...