News

PWM pins are generally used in controlling output devices in Arduino projects. To send a PWM value to a PWM-capable pin like the Mega's D9, the easiest and most common way is by using the ...
Arduino-compatible ATtinys with more pins Having had such quick success making a microcontroller project using an 8pin ATtiny85 and programming it with Arduino, I though I would try a more elaborate ...
There are two kinds of people in the world (and, no, this isn’t a binary joke). People who love the Arduino, and people who hate it. If you’ve ever tried to use a standard prototype boa… ...
To ensure that the head unit buttons still work in conjunction with the steering wheel buttons, the Arduino would have to keep the pins as inputs until a steering wheel button was pushed, the pin ...
Using motion detectors and an Ardunio you can add a little extra wow to your Halloween displays this year. This article covers the circuits and the code to make that happen.
This articles describes how you can use I2C (TWI) communication, Arduino and temperature sensors to measure 3 different temperatures. It can be very helpful when you want to measure the outside, ...