News

If you're just starting out with Arduino, you might be wondering what projects you can take on to practice your skills. Don’t worry we got you covered. We have created this massive list of 37 beginner ...
Arduino Uno. It is a microcontroller board developed by Arduino.cc and is based on Atmega328 Microcontroller.The software used for writing, compiling & uploading code to Arduino boards is called ...
Recently, we published an entry-level Arduino project with a single seven-segment LED display. Although it’s an amazing DIY project, we noted that most of the readers are looking for more advanced ...
NOTICE: when using the arduino UNO, you must remove the wire going into PIN 0 when programming the device (this is because the USB also uses these same serial ports as PIN 0/1. If you have something ...
Looking for a simple circuit to control the light intensity of Light Emitting Diodes (LEDs) or similar lighting sources? Here is an Arduino based circuit with three independent pulse width modulated ...
Pulse Width Modulation is definitely the preferred method of dimming an LED with a microcontroller, but we were interested in hearing about a different method called Binary Code Modulation. BCM doe… ...