Hardware Required
- Arduino Uno With USB Cable - 1
- Mini Reed Switch Module - 1
- Led - 2
- Connector - 1
- Magnet - 1
- 9V Battery - 1
- Snapper With DC Jack - 1
- Jumper Wire (male to female) - 40 pcs
Introduction
Here, we will be controlling the LED which acts as Light Bulb using a Mini Reed Switch.
HARDWARE REQUIRED
- Arduino Uno With USB Cable - 1
- Mini Reed Switch Module - 1
- Led - 2
- Connector - 1
- Magnet - 1
- 9V Battery - 1
- Snapper With DC Jack - 1
- Jumper Wire (male to female) - 40 pcs
SOFTWARE REQUIRED
Arduino IDE 1.8.5 (programmable platform for Arduino)
Click To Download: https://www.arduino.cc/en/Main/Software
SPECIFICATIONS
.Mini Reed Switch Module
A Reed Switch Module is a magnetic sensor that is normally open and get closed when exposed to a magnetic field. It consists of a 10kΩ resistor and a small reed switch actuated by a magnetic field, commonly used in mechanical systems as proximity sensors. Compatible with popular electronic platforms like Arduino, Teensy and ESP8266.
- Operating Voltage: 3.3V to 5V
- Output Type: Digital
Arduino Uno
CIRCUIT CONNECTION
- Connect GND of Mini Reed Switch with GND of Arduino Uno.
- Connect VCC of Mini Reed Switch with Pin 5V of Arduino Uno.
- Connect Pin Signal of Mini Reed Switch with Digital Pin 2 of Arduino
- Connect the positive terminal of LED with Digital Pin 13 of Arduino Uno.
- Connect the negative terminal of LED with GND of Arduino Uno.
CODE
https://drive.google.com/open?id=1uggRSMHWmtbOyFywFtYUUAtuPDTzfDsa
WORKING
Welcome to the Arduino Based Project which consists of Mini reed switch. The basic functionality of this module is described here. A reed switch is an electromagnetic switch used to control the flow of electricity in a circuit. They are made from two or more ferrous reeds encased within a small glass tube-like envelope, which become magnetized and move together or separate when a magnetic field is moved towards the switch.