Description: This is just a simple cool project by which you can open door without Touching it.
Working of Sorcerer's Door Step by Step:1. Basically there are two arduinos used. Arduino pro mini will be used for transmitting data and Arduino Uno will be used for receiving data.
2.Rf 433 Mhz module allows the wireless transmission between two arduinos. Basically the Transmitter Encodes the data and Receiver decodes the data and feeds it to arduino Uno.
3. Mpu 6050 is 6 axis Accelerometer + Gyroscope. In this project I have used only accelerometer values (ax).
4. Basically Accelerometer measures the ax value and sends it to arduino pro mini. Arduino pro mini receives it and sends it to Rf 433 Mhz Transmitter. The transmitter encodes these values and sends it to Rf 433 Mhz Receiver.
5. The Receiver Decodes it and then sends it to Arduino Uno which is responsible for controlling the Servo Motor. The servo Motor is actuated by Arduino due to which door's knob moves and Door is opened.
Video: Dont forget to check the video of this awesome and cool project made by me :)
Comments
Please log in or sign up to comment.