Infra Red Contactless Temperature Sensor

We have a Contactless Thermometer at work. Just aim the little red dot at what ever you want to read, and the temperature displays on the LCD screen. I must be related to Rube Goldberg somewhere in my family tree,

Read More »

What good are Shift Registers?

Everyone eventually runs into the problem of running out of I/O pins on the Arduino, and the Raspberry Pi. A shift register is a chip that can give you 8 or more additional I/O ports, while only using 3 ports

Read More »

Using a 3×4 Keypad

Ever want to use a 3×4 Keypad? These keypads from Adafruit can be used for numeric data entry or for access control for a security system. Our example allows you to input a multiple digit entry with a “enter key”

Read More »

Arduino / MySQL Connector Improvements

There have been some exciting improvements in the Arduino direct to MySQL communications. As a recap, this library allows a Arduino Ethernet or WiFi shield enabled Arduino to directly make SQL INSERT, DELETE, UPDATE, and SELECT queries, no intermediary code

Read More »

Archives