Arduino is both software and hardware. Right there, you can control your design (hardware) through the code (software). So, it's one of the reasons also that Arduino is used extensively in prototyping ...
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 ...
Did you know that you can use Arduino to turn on an LED when you press a button? Well, it is true, you can do this! Leaving the joke aside, let me show how you can achieve this. You will need the ...
In this step-by-step tutorial, we're diving into the world of electronics and microcontrollers to create a personalized 8 by 8 LED matrix that can be controlled using an Arduino board In this ...
Here is a 3D light show that will astound you with its combinations. Inexpensive and easy to make thanks to an Arduino controller, the design enables you to play with the existing effects and, most ...
An infrared proximity sensor, or IR Sensor, is an electronic device that emits infrared light to detect objects and motion in Arduino projects. This interfacing of the IR sensor module with Arduino is ...
As we have learnt in previous tutorials that the XBee module can act as a Coordinator, Router or an End device but it need to be configured to work in desired mode. So before using the XBee modules ...