__ __         __            ___           
  / // /__ _____/ /__  ___ _  / _ \___ ___ __
 / _  / _ `/ __/  '_/ / _ `/ / // / _ `/ // /
/_//_/\_,_/\__/_/\_\  \_,_/ /____/\_,_/\_, / 
retro edition                         /___/ 
Now optimized for embedded devices!!
About Successes Retrocomputing guide Email Hackaday

Easy DIY stroboscope

posted Feb 23rd 2011 8:10am by
filed under: arduino hacks, tool hacks

stroboscope_output

Looking for something to do in his downtime, [Mista Sparkle] decided that building a simple stroboscope was in order. He already had a set of six LEDs connected to his Arduino from a previous project, so he added a potentiometer to control the rate at which the LEDs flashed, and dug into the IDE.

During his build he discovered that using the Arduino millis() function at high speeds provides terrible resolution, while using the micros() function exclusively limits his low end measuring capabilities. He desired a better range of measurement, so his program was broken into main functions: One which measures the LED flashing frequency in milliseconds and another that measures the LED flashing frequency in microseconds. This allowed him to gauge rotational frequencies from 577 to 30,000 RPM.

[Mista Sparkle] admits that he is not yet well-versed in driving displays with the Arduino, so he views his readings over a serial connection on his PC. Hopefully we’ll see an updated version with those features in the near future.

You’re not seeing double: RGB Christmas trees

posted Dec 25th 2009 11:08am by
filed under: arduino hacks, led hacks

[mrpackethead], created this monster of a tree.  As shown in the video, it’s capable of showing animations, patterns, and potentially video. The 6m tall creation is studded with 2000 waterproof RGB LED modules. Software for the tree was written in Apple’s own Quartz Composer and integrated into Madrix, a piece of software designed with the purpose of controlling LEDs. The 600W system is 100% Arduino-free and costs less than the equivalent of 0.04USD per hour to run in New Zealand.

[Geoist] opted for the Arduino way to rig up his own smaller RGB Christmas tree. Finding a slightly kitschy fiber-optic model in his local department store, [Geoist] was eager to harness its colour-changing powers. Upon opening it up, it was discovered that it was controlled by nothing more than a light bulb and a spinning disk of coloured light filters. [Geoist] gutted the setup in favour of a breadboard with 3 RGB lights hooked up to an Arduino. The sketch for it is available on his site.

“Ask an engineer” live streams at Adafruit

posted Jan 31st 2011 10:00am by
filed under: news

I [Caleb], finally had a chance to catch one of the live chat sessions over at Adafruit.com called “Ask an engineer“. I was pleasantly surprised. Though the show is only an hour long, the amount of information covered was quite amazing. They started out, announcing a new, this really cool looking touch screen system, product and going over the tech specs. This very quickly turned into a question and answer session about how to utilize and modify the device. [Limor], aka [ladyada] was extremely knowledgeable and [rossum], the designer who made it even showed up in the chat to fill in the rare gap. After that, there was a general question and answer period where people were firing off questions so fast I couldn’t watch them all and still follow her answers. It was a lot of fun and quite frankly felt way too short.

Be sure to check it out on Saturday night at 10:00 P.M. ET

Arduino security with frickin’ laser

posted Jan 3rd 2010 9:00am by
filed under: arduino hacks, laser hacks, security hacks

[over9k] used his Arduino to set up a laser trip wire. The laser is mounted along side the Arduino, reflects off of a mirror, and shines on a photoresistor that interfaces via a voltage divider. The signal from the voltage divider is monitored for a change when the laser beam is broken. [over9k] set things up so that a webcam snaps a picture of the intruder and Twitters the event for easy notification. Video after the break walks through each of these steps.

This build is a bit rough around the edges but unlike other laser trip wires this keeps all the electronics in one place. The laser interface could be a bit more eloquent, and we’re wondering just how much current it is pulling off of the Arduino pins. But if you’re bored and have this stuff on hand it will be fun to play around with it.

Cheap OLED display for your TI Launchpad

posted Nov 2nd 2011 12:01pm by
filed under: hardware

The guys over at the 43oh forums have been working on an OLED display booster pack for the TI Launchpad. The booster pack is now available in the 43oh store and is pretty cheap to boot.

The TI Launchpad is an awesome little dev board with a ravenous fan base. We’ve seen a lot of projects on Hack a Day use a Launchpad – everything from intervalometers to chicken coops. Unfortunately, the MSP430 doesn’t have the market penetration of the ‘board that shall remained unnamed,’ so it’s not very common to see a new Launchpad “shield.”

[bluehash] on the 43oh forums has been hard at work for the past month to put together his OLED booster pack. The display is 128×64 pixels with an incredible amount of brightness that we would expect from an OLED display. The software for the display is based on the SSD1306 driver with two font packs – Courier New large and small. Not a bad little piece of kit for an under appreciated dev board.


(c) 2014 hackaday.com. All Rights Reserved.