For the last couple of months I've been having a problem with Skype freezing up for 1-3 seconds every time I'd click to another application and come back. After 2 months or so of hatred for Skype, I finally found a fix that appears to be working.Open Internet Explorer -> internet options -> security -> …
AVR programming on a Mac
I have done a lot of my work locally on WinXP running in Parallels. I bought the book Make:AVR Programming which I cannot recommend more for anyone wanting to do AVR programming. With that, I installed http://www.obdev.at/products/crosspack/index.html - and then his examples use make files to build and flash to the AVR. I would like to see …
Cylon Eye – KITT — bitshifting with a shift register on an arduino
KITT and the Cylon Eye are very popular among those tutorials on Shift Registers.This tutorial should cover an Arduino vs AVR - This is going to suck for a tutorial. I wanted to go over some of the changes that I made to some code based off of the AVR.Let's start with the AVR - …
Continue reading "Cylon Eye – KITT — bitshifting with a shift register on an arduino"
Wii Nunchuck update
In February of 2013 I was attempting to wire a Wii Nunchuck to my Arduino (which I did). The problem was that I thought it wasn't good enough. I liked that I could run the throttle on a train with this Arduino and code (here's the original post: http://holoprinter.blogspot.com/search/label/Wii%20Remote). What I didn't like was that it …
Laser tripwire
My son keeps asking me if we can build a laser tripwire. The idea is that a laser hits the photoresistor and if anyone breaks the laser beam then an alarm will sound. Sounds great and annoying.The circuit is very simple. A photoresistor, a 10K resistor and a laser pointer.I used this link to provide …
IR Emitter and Detector
About 2 years ago I worked for a company that made hardware and went on a RadioShack buying spree. I bought an IR Emitter and Detector, but didn't know anything about hooking them up. Over the couple of weeks I've gotten back into wanting to do some cool stuff with electronics including sending some sort …