News

Chapter 1, page 11 This code is basic but allows the reader to gain insight into key elements for several other projects in this book. It combines two pieces of code that are listed in the examples ...
The annual Consumer Electronics Show is in session, which means thousands of people have descended on Las Vegas to stare at next year's dust-gathering trash. Maybe you can do better. Maybe it's time ...
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 ...
A keypad is one of the most commonly used input devices in microprocessor applications. In a standard keypad wired as an X-Y switch matrix, normally-open switches connect a row to a column when ...
What is a rotary encoder? A rotary encoder (RT) is a device that you can rotate infinitely. On most rotary encoders, when you rotate them you will feel a bump (known as steps), and most RTs have about ...
The readability of your code can make the difference between your project being a joy to work on, or an absolute headache. This goes double when collaborating with others. Having easily parsed code ...
The official Arduino IDE is a dour piece of software designed for uploading code to the ubiquitous and super-cool micro controller. It is a standalone, non-networked app that isn’t very pretty to look ...