Turn ON Computer by Arduino
by prabeenraj01 in Circuits > Computers
1568 Views, 4 Favorites, 0 Comments
Turn ON Computer by Arduino
In This Tutorial We are going to see How To turn Computer by Arduino In Simple Way. Turn On Your Computer By Snapping your fingers by using few components
Components Required:
Arduino UNO = 1
9G Servo = 1
Sound Detector Sensor = 1
Circuit Connection
- Connect Mic in To Analog Pin A0
- Connect Gnd pin to Analog Pin A1
- Connect VCC Pin to Analog Pin A2
- Connect Servo Signal Pin To Uno Pin 9
- Connect Servo Power Pin To 5v Of Arduino Uno
- Connect Servo Gnd To Arduino Gnd
Code
- I have connected the Sound Sensor Vcc Pin and Gnd Pin to A0 and A2 By using digitalWrite Function and I made the Pin High For VCC and Low for Gnd
- When The sensor recieve the sound signal higher than certain level It Turn On the servo
- I have connected the servo near the CPU Power Button
- When You snap your finger near to sensor
- It Trigger the servo motor to move and hit the power button
- And turn on the PC