Tag Archives: Potentiometer
Potentiometer
There are lots of analog devices that people are using to build their Arduino projects. One of the most common component is the potentiometer. There are lots of different types potentiometer in the market but all of them serve the … 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