Tag: Arduino

 
LED Blinking

LED Blinking Project on Arduino

Get start follow the step of LED Blinking project   /* A simple program to sequentially turn on and turn off 6 LEDs * This Project Developed by Sanaullah Dream */ int LED1 = 13; int LED2 = 12; int LED3 = 11; int LED4 = 10; int LED5 =Read More

Arduino IDE

Install the Arduino Software (IDE) for Windows

Arduino is an open-source hardware and software where you can create your design and project-based on the internet of things (IoT) and it has an integrated development environment (IDE) is a cross-platform application for Windows, macOS, Linux. We show here how to install the Arduino IDE in the Windows PC. GetRead More