PROJECTS CODE
Download The Arduino ide Software
Try it for free . No registeration needed.
Get Code
Arduni Uno Code for Beginner
/*
Blink
Turns on an LED on for one second, then off for one second, repeatedly.
*/
// the setup function runs once when you press reset or power the board
void setup() { // initialize digital pin 13 as an output.
pinMode(2, OUTPUT);
}
// the loop function runs over and over again forever
void loop() {
digitalWrite(2, HIGH); // turn the LED on (HIGH is the voltage level)
delay(1000); // wait for a second
digitalWrite(2, LOW); // turn the LED off by making the voltage LOW
delay(1000); // wait for a second
}
I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, adipiscing elit. Ut elit tellus, luctus nec mattis, pulvinar dapibus leo.
I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus ullamcorper mattis, pulvinar dapibus leo.
I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut luctus nec ullamcorper mattis, pulvinar dapibus leo.
Pulse Width Modulation (using led brightness/ buzzer sound controlling)
I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.
Ambulance/Police van Siren Light.
Toggle Content
Automatic Boom Barrier (using arduino+servo motor+button)
Toggle Content
counter system (using arduino+button+7 segemnt display)
Toggle Content
home automation circuit (using nodemcu+ldr+relay)
Toggle Content
text display over lcd by pressing the button
Toggle Content
You can build these Projects with the help of components
Package Includes
1 ×ESP8266 NodeMCU Board
1× USB CABLE.
1 × breadboard.
5 × LED lights red.
5× LED lights green.
5.× LED lights yellow.
5.× LED lights blue.
5 × Resistor 220 ohm.
5 × Resistor 1K.
5× Resistor 10K.
5 × Resistor 1M.
5 × Resistor 4.7K.
5 × Resistor 560E.
2 × 5mm 5528 LDR Photoresistor.
1 × piezo buzzer.
1 × Servo Motor.
2 × 7 Segment.
1 × Relay 5v.
40×1 Pin Header.
1× LCD Display.
5 × Buttons.
10 pin Male to Female Dupont Cable.
10 pin Male to Male Dupont Cable.
10 pin Female to Female Dupont Cable.