News

In this article I will add some simple Arduino LED projects starting with basic ones like how to turn on an LED, blinking, and more. Every step will have the code, the schematic, photos of the project ...
A simple code for Arduino and Python to control LED RGB with computer vision on index-thumb distance in pixels. Thanks to a simple computer vision program in python, we can control the RGB LED light ...
This repo contains code for implementing a simple LED chaser using an Arduino (or similar microcontroller), made for friend creating a replica of the flux capacitor from the movie Back to the Future.
When the only tool you have is a hammer, every problem looks like a nail. An LED ornament for the Christmas tree can be built in any manner of simple, easy implementations. You certainly don’t ...
Open your .m code. Save it and Run. LED starts Blinking. After blinking 5 times, LED turns off. Code is very simple and it is given below, copy it and save it in file with .m extension. You can play ...
When you first look at it, an Arduino project is complete chaos, but slowing moving through the steps will expose how simple it really is. By the time you've completed your first tutorial, you ...
This is a simple arduino project for a soil moisture sensor that will light up a LED at a certain moisture level. It uses Arduino Duemilanove microcontroller board. Two wires placed in the soil pot ...
Arduino will contain the code for receiving serial data from MATLAB and controlling the LED according to serial data received. Arduino code will remain same as previous one, only difference is that, ...