Author: Steve Spence

Plotting Temperature with Arduino 1.6.6

One of the new features of Arduino1.6.6 is the ability to plot data. In this example, I have taken a DHT-11 temperature sensor, and I’m sending the data to the serial plotter (found on the Tools menu). You can only

Read More »

DIY I2C LCD

The typical LCD used with an Arduino has 16 pins. only 6 of them have to use a I/O port on the Arduino. But what if you could get that down to two I/O pins, and still have those pins

Read More »

Happy 46th Birthday, Internet!

46 years ago today was the first remote transmission between two computers using TCP/IP. You have come a long way baby! In the glow of a green monochrome screen deep in the bowels of the computer science department at UCLA,

Read More »

Arduino Ethernet Cable Tester

As a network engineer, I never go anywhere without my Ethernet cable tester. That and a audible cable finder (fox & hound) are invaluable for finding and testing cable pairs. Today I’m showcasing a Arduino Ethernet cable tester. This tester

Read More »

Temp / Voltage Without Sensors

The Arduino UNO (and 328 clones) has the ability to report the rail voltage and temperature of the chip. You don’t need any additional wiring or sensors, just the Arduino itself. The temperature is not very accurate, and reports in

Read More »