Hackaday Links: October 24, 2010

Square Gears

This video demonstrates square gears and other oddly shaped cogs. We can’t think of a use but it’s interesting none-the-less. [via Tinkernology]

Cooking with Lasers

It’s late and you’ve been at the workbench for quite some time. But why go to the kitchen for a snack? Grab a couple of 1 watt lasers, hot glue a kernel of corn to a DC motor, and you’ll have popcorn in no time.

Calling this a simulator just doesn’t do it justice

Okay, so this link is a Lexus commercial. But it’s worth watching to see the footage of this driving simulator. Inside that pod is an actual automobile surrounded by a 360 degree screen. The room has a full x and y axis to move the pod (and the car) as you drive through the simulated world. It’s like someone gave a bunch of geeks an unlimited budget and say “go nuts”. [Thanks Luke]

What takes the most time in your hacking adventures?

Everyone whose spent some time in web design has run across the peculiar rendering bugs and workarounds associated with Internet Explorer. Internet Explorer Stole My Life aims to tabulate the collective time wasted from the lives of developers. We think it’s hilarious because spending the same amount of time meeting W3C standards and this problem would go away. But [Caleb] mentioned something interesting when he saw this site: What part of your hacking adventures wastes the most time? We’d love to hear about it in the comments.

Hackvision Is Build-your-own Retro Game

If you wanted to try your hand at programming some retro games Hackvision can jump-start the process. It is an Arduino-based game console in a controller format. You get four directional buttons and one function button. It has two RCA jacks for mono audio, and black and white video.

We’re happy to find that there’s information about game development that will help you follow along with the Space Invaders and Pong examples. The system uses the Arduino TVout library for video, which is robust and fairly easy to interact with. But once you see the game play in the video after the break it’ll be hard to resist building one of these. Don’t forget, this is Arduino based. If you already have an Arduino that uses an ATmega328 you just need to build the audio, video, and button circuits. Continue reading “Hackvision Is Build-your-own Retro Game”

Lightsaber Color Selector

[George Hadley] developed a nice setup to control the color of a replica Lightsaber. A small PCB houses a PIC 18F2221 and three switching transistors for the colors. A powerful LED resides in the tip of the handle, lighting up the diffuser that makes up the blade. But our favorite part is the control scheme. He’s embedded a small RGB LED in the handle, giving feedback as to which color of light can currently be adjusted (red, green, or blue). One button scrolls through the colors and a slide potentiometer adjusts that them.

We wouldn’t go as far as calling this a Halloween prop, we think it’s better suited for serious replica builds. But it would make an amazing addition to the little one’s costume. See it in action after the break.

Continue reading “Lightsaber Color Selector”

Marx Generator, Knocks Our Rocks Off

What weighs more than 500 pounds, produces 500 kilovolts, and we don’t recommend you try at home in any way shape or form? If you guessed a rock disaggregation device, you’re correct! We also accepted lightning generators as correct answers. Using high voltage electricity, a rock can be split apart down to its grains without destroying the precious minerals inside; unlike traditional grinding and mechanical techniques that often ruin the sample. All it takes is a massive hydro pole transformer, five 1uf 100 kilovolt capacitors, eight hand wound inductors, and two massive cojones to stand within 20 feet of the thing while it’s going off. Video after the divide.

Continue reading “Marx Generator, Knocks Our Rocks Off”

IM-ME USB Dongle Hacking

This circuit board is from the USB dongle of a Girl Tech IM-ME. [Joby Taffey] took it apart and poked around to learn its secrets. These dongles come along with the pink pager that has become a popular low-cost hacking platform. But we haven’t seen much done with the dongle itself up until now.

[Joby] used the OpenBench Logic Sniffer to gain some insight on what’s going on here. The board has two chips on it, a Cypress CY7C63803 USB microcontroller which talks to the computer over USB and also communicates over SPI with a Chipcon CC1110 SoC radio. It looks like reprogramming the Cypress chip is a no-go, so he went to work on the CC1110. The inter-chip communications data that he acquired by sniffing the SPI lines gave him all he needed to reimplement the protocol using his own firmware. As a proof of concept he to reflashed the CC1110 and can now send and receive arbitrary commands from the dongle. There’s a tiny video after the break showing a script on the computer turning the dongle’s LED on and off.

Continue reading “IM-ME USB Dongle Hacking”

EvalBot: Arrival And Assembly

[Chris Muncy] just received his EvalBot from TI and took some pictures of the assembly process. He was one of the lucky folks that picked up the kit for just $25 using a short-lived coupon code. Seeing the kit makes us wish we had ordered one. There is some assembly required but as you can see, it’s pretty much just mechanical assembly of the wheels and the front bumper arms.

We think the wheel design is quite good. It consists of two small gearhead motors mounted on the rectangular PCB parts that you can see on the right portion of the image above. Those mount to the circular mainboard using metal L brackets. The wheels themselves are three circular pieces of PCB, one with a smaller diameter sandwiched in between its two larger cousins. This creates a channel that is perfect for a neoprene O-ring to give the wheel traction. The main board uses an optical sensors and a hole through all three parts to function as a rotation counter.

It’s a fancy piece of hardware and we can’t wait to see what you can do with it! If you’ve got one, we want to hear about your adventures.

AVR Programming 01: Introduction

We love looking at hardcore electronics projects with a beefy microcontroller and hundreds, if not thousands, of lines of code at its center. But everyone needs to get there somehow.

This tutorial series aims to make you comfortable programming the Atmel AVR line of microcontrollers. Whether you’ve never touched a microcontroller before, or you’ve cut your teeth with dozens of Arduino projects, this will help you get right down to the hardware and give you the confidence to build anything.

Series roadmap:

Continue reading “AVR Programming 01: Introduction”