Category Archives: Arduino

FreePCB Arduino Shield Template

Having been too busy / lazy to sit down and learn Eagle CAD or another “real” PCB program, I’ve been using FreePCB to make all kinds of PC boards on the LPKF board plotter at work. With our increasing use of … Continue reading

Posted in Arduino, Design, Digital, Electronics, Resources | Tagged , , , , , , , | Leave a comment

CNC Etch-A-Sketch

An Arduino and Adafruit Motor Shield are used to automate Etch-A-Sketch drawings. Source code provided. Continue reading

Posted in Arduino, C, Coding, Digital, Nostalgia, Toys | Tagged , , , , , | Leave a comment

Using a 16×2 LCD display

16×2 text LCDs are useful microcontroller peripherals. Here is how to connect and use them. Continue reading

Posted in Arduino, Building blocks, Digital, Electronics, HOW-TO, PIC Microcontrollers | Tagged , , , , , , , , , | Leave a comment

Arduino on Steroids

The Teensy 3.0 is a cool little dev board. It’s Arduino-compatible (from a software perspective, anyway), breadboardable, and only about $20US. It also runs a 48MHz, 32-bit Arm processor, making it not only easy to use, but a speed demon. … Continue reading

Posted in Arduino, C, Coding, Digital, Electronics, Toys | Leave a comment