This Arduino project will automate the lights of the room and also count the person in the rooms it also have self-intelligence that if there is no body in the room it will turn of the light for example if 3 person enters the room then three person should exit also to turn the lights off Material needed:- Arduino board 2 IR sensor Jumper wire Chassis (optional) Connect the IR sensor output on pin 14&19 ( I am using Arduino Mega that's why I have connected it to 14&19 you can change it as your needs in the program) and the connect led or Relay module on pin 2 ( you can change this also as per your need) Then upload the code /* * This Code is For Visitor Counter * made by Diy-Areeb * http://bit.ly/diyareebyoutube */ #define in 7 //defining the in sensor #define out 6 //defining the out sensor #define led 13 //you can connect ...
Hey, it's Areeb here and you are here to get the Library and Schematics so they are below. Material Required:- An Arduino Board A RCA Pin 1k ohm Resistor 470 ohm Resistor Details:- This Library Allows you to Display Text an Graphics on the TV screen very easily and is amazingly easy to build. Wiring:- Here are the wiring details:- Wiring is given below Arduino | SYNC | VIDEO | Decimila,UNO | 9 | 7 | Mega | 11 | 29 | Leonardo | 9 | 8 | WATCH Video for More:-
pov display this is one of my project name :- ir-jammer i have made this project for doing pranks by using this you can do pranks this prank will cut the connection between T.V. and Remote To make this you will need:- Arduino uno ir leds battery computer (for programming ) usb cable (for arduino) instructions:- first connect ir leds to arduino ir means infrared this is an led mostly use in the remotes of tv connect the Ir led to pin 13 _________________________________________________________________________________________ upload the code on the arduino /* IR Jammer by diy-areeb */ int irled = 13 ; //set the ir led to digital pin 13 void setup ( ) { pinMode ( irled , OUTPUT ) ; } // the loop function runs over and over again forever void loop ( ) { //just on and off the IR Signals immediately //it will jam the network of the remote digitalWrite ( irled , HIGH ) ; delayMicrosec...
After seeing this video i think so and i will decided to do my college projects, thank you to your video, and upload a many videos like this.
ReplyDelete