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 ...
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 project, one that has been on the back ...
Literally, ATtiny85 is a scaled-down version of the Atmega microcontroller on Arduino boards with just a few I/Os (five usable pins) that can listen to or talk to most sensors and transducers.
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.
Running out of GPIO pins? Learn how to connect multiple buttons to just one Arduino pin using clever wiring and resistor techniques. Perfect for compact projects, keyboards, or when using small boards ...
When comparing the Raspberry Pi and Arduino, it's no secret that the Pi is undoubtedly the more powerful board. It is, after all, a single-board computer (SBC) that can run a fully functional ...
[Mark] from SpikenzieLabs was wrapping up a project using an Arduino the other day and found himself in need of a few more I/O pins. He could have added extra circuitry to the project, but he decid… ...
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, ...
[Trent M. Wyatt]’s CPUVolt library provides a fast way to measure voltage using no external components, and no I/O pin. It only applies to certain microcontrollers, but he provides example Ar… ...