Category Archives: Projects
Arduino Robot Platform
Arduino robot is one of the most interesting topic for every Arduino hobbyist. To build a good robot you need a good robot platform, especially all the wheels need to be equally smooth in order to make it always able … Continue reading
Arduino LEGO Case
Think of build your own Arduino case? With some LEGO blocks you can build it yourself easily. Below is the picture of the Arduino UNO inside a LEGO case: You can use any colour you like to build you own … Continue reading
Arduino PWM
PWM stands for Pulse Width Modulation. Arduino uses this powerful PWM technique for controlling analog circuits with its digital outputs. Digital control uses to be only turn on (full 5v) or off (0v) in the binary format, and this on/off pattern … Continue reading
Arduino Analog Input
This tutorial will show you how to read data from the Arduino analog input. There are few types of analog I/O components out there, therefore it will be very useful once you have mastermind the Arduino analog input. Some example of … Continue reading