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:-
How make a Voting Machine || Made with Arduino || Hindi Learn how you can make your own voting machine within few minutes Material Needed:- Arduino Board 4 x Push Button 4 x 10k Resistor LCD with i2c Interference Wires Breadboard/ Veroboard CODES Copy the Codes or Download it from Drive Click here to download the codes from drive #include < Wire . h > #include < LiquidCrystal_I2C . h > LiquidCrystal_I2C lcd ( 0x3F , 20 , 4 ) ; // set the LCD address int votes [ 4 ] = { 0 , 0 , 0 , 0 } ; char inbyte ; String pwd = "PASSWORD" ; //Default Password String inpt = "" ; boolean flag = false ; boolean securitygranted = false ; int i ; void setup ( ) { Serial . begin ( 9600 ) ; ...
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 ...
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