News

This tutorial will guide you through the process of building a tachometer around an Arduino. Tachometers are used to measure rotation rate in Revolutions Per Minute ...
This is an Arduino library that enables you attach an interrupt to any pin of Arduino Uno, Nano, Mini and other 328-based boards. The Arduino attachInterrupt() function only allows pines 2 & ~3.
When using the attachInterrupt() function set Pullups/Pulldowns are reset, the Pin is left floating. When setting the pinMode after attaching the interrupt, it does work fine. However this is ...
If you're looking to make yourself somewhat more productive on this lazy weekend, and you've got an Arduino or two collecting dust, we've got just the thing to add line after line to your dwindling to ...
Arduino enthusiasts or those looking to just get started programming the awesome micro controller may be interested in a new smart TFT display called the CleO which has been specifically designed for ...