Review: WickedDevices Arduino LCD Shield
It’s LCD mania! Following my review of the Lumex 16×2 Character LCD from element14 and my recent tutorial on interfacing an Arduino with an LCD display, I have one more LCD-related post up my sleeve. WickedDevice, a small open source hardware company based in Ithaca, NY, sent me their LCD[…]
Tutorial 13 for Arduino: Liquid Crystal Displays
I had initially planned to do an LCD tutorial a little further down the line, but there was very high demand for it, and I already had a circuit assembled for testing the new LCD that element14 sent me to evaluate. So, this seemed like an appropriate time to roll[…]
Product Road Test: Lumex Backlit 16×2 LCD Display
This is a review of the Lumex LCR-U01602DSF/DWH 16×2 Backlit LCD Display. It was provided to me for evaluation by element14/Newark Electronics. You can purchase it or learn more here. I tested its performance by using it with an arduino and the excellent LiquidCrystal library. I will post an arduino[…]
Tutorial 12 for Arduino: RFID Card Reading
Finally! It’s been about 3 months since my last arduino tutorial – I’ve been keeping busy as usual. I’ve been working on this one for some time. I got the parts months ago, made an outline a few weeks ago, prototyped the circuits and wrote the code last week, and[…]
SudoSynth – Making “Music” with the SudoGlove
This project was featured on Hackaday.com on 3/26/2011 This project was featured on Synthtopia.com on 3/28/2011 I had to put “music” in quotation marks, since I’m using a pretty loose definition. I do not consider myself to be a musical person, but I do love music and I’ve always been extremely interested[…]
Processing-Based SudoGlove Visual Debugger
SudoGlove Visual Debugging Software As I mentioned in a previous post, I recently presented the SudoGlove Control System at Cornell’s BOOM Competition. I was concerned (rightly so) that I wouldn’t be able to drive the RC car around much due to the large amount of foot traffic for the event.[…]
Hacker Highlights: Easton’s Animatronic Hand
[Easton LaChappelle] first got in touch with me last year when he started to work on this project. I thought it was great idea, and considering that he was a freshman in high school, I was very impressed by his enthusiasm to learn about electronics, wireless communications, etc. I gave him[…]
Tutorial 10 for Arduino: Interrupts + Debouncing
This video was featured on Hackaday.com on 3/8/2011 This tutorial was featured on the official Arduino blog on 3/9/2011 Interrupts are an extremely useful, yet often feared element of microprocessors. Interrupts allow you to run a program, while still being able to react to asynchronous input from the outside world. On[…]
Tutorial 9 for Arduino: Wireless Communication
This tutorial was featured on the official Arduino blog on 3/9/2011 This week, we go wireless! We’ll be using a set of arduino Unos, XBee shields, and XBee Transceivers that will create a Personal Area Network (PAN) for wireless serial communication. By the end of the episode, we will be[…]
Tutorial 8 for Arduino: SPI Interfaces
This tutorial was featured on the official Arduino blog on 3/9/2011 In this week’s arduino tutorial, we’ll be taking a look at SPI device control using the arduino. Specifically, we’re going to be using the Analog Devices 5204 Digital Potentiometer to control the brightness of several LEDs. Enjoy the video![…]