This is tutorial number 1 from our series of Arduino tutorials and in this part I will talk about blinking an LED using the one already available on the Arduino Uno board or using an external LED to ...
In this project I did a Christmas jumper with rgb LEDs, this can also be a creative clothing project or whatever you want, it uses rgb LEDs that are controlled by an Arduino-based microcontroller that ...
This is an easy tutorial showing how you can control the brightness of an LED or adjust the speed of a DC fan using Arduino Board, a small BC547 transistor and a potentiometer. In my example the whole ...
In order to use the Arduino IDE - or, at the very least, in order to use it to actually achieve something - you're going to need some Arduino hardware, and there's plenty of choice. The most obvious ...
This Arduino handheld game console is lightweight, easy to carry, and simple to build, making it perfect for hobbyists, ...
In the last installment of The GeekDad Arduino Guide, I introduced you to the Arduino hardware and why it is so cool. Now, let’s start actually using an Arduino. How do you get started? Well, first ...
Arduino enthusiasts or those looking to just get started programming the awesome micro controller may be interested in a new smart TFT display called the CleO which has been specifically designed for ...
We’ve featured loads of IR Arduino projects and they are all exciting and unique. The projects spring from a specific need or problem where a custom infrared remote control is the solution. [Rick’s] ...
Arduino has certainly made its mark in the world of DIY electronics, providing an accessible platform for a wide range of creative and interactive projects. Known for its user-friendly hardware and ...
To test our circuit out - and before we start writing a program of our own - we'll load the Blink example. Simply load the Arduino IDE and go to File -> Examples -> Digital -> Blink to see what a very ...