Wii MotionPlus + Arduino

wiimoteplus

[knuckles904] was able to use the new Wii MotionPlus with an Arduino. Nintendo has released the WM+ in order to detect the motion of the controller better. The Wiimote only detects acceleration, whereas the WM+ detects rotation along 3 axes. The Arduino communicates with it over I2C, the same protocol that is used with the Nunchuk. To connect the two devices, he used jumper wires, but breakout boards are also available. He was able to create some example code with help from wiibrew.org. When paired with a Nunchuk, which contains a 3-axis accelerometer, you can have a 6 degrees-of-freedom IMU for under $40, perfect for controlling your robots or logging data.

[via adafruit]

How-to: Build Your Own Spot Welder

Spot welders are used in the fabrication of automobiles, PC cases, power supplies, microwave ovens, electrical junction boxes, Faraday cages, and various electronics. A spot welder is used because it produces a highly defined point of contact weld. The materials are welded without excessive heating, so working pieces are handled easily. The weld is also highly controlled and repeatable. In this how-to we cover the basics of a spot welder, and then show you how to build one from a microwave oven transformer.

Continue reading “How-to: Build Your Own Spot Welder”

IPodGyro

[youtube=http://www.youtube.com/watch?v=DG8khSe5gBQ&feature=player_embedded]

[Benjamin] submitted this slick project. It’s a gesture based control unit for the ipod and iphone. It plugs into the dock port and allows you to control the track and volume with simple gestures. While accellerometer equipped units can already “shake to shuffle”, they lack the ability to simply skip tracks forward or backward. He notes that with an accellerometer, simple gestures can be harder to decipher than with a gyro. The gyro gives the ability to tell which direction you are twisting it, so it’s easier to utilize. [Benjamin] was previously covered when he released the iPodGPS.

Things To Hack: Sub 100$ Toy Night Vision, Projector, And Tv Game

projector

Ars Technica writes about three new toys coming out this year: a sub 100$ projector, tv game, and night vision goggles. The projector runs at standard TV resolution, takes standard composite in, and outputs an okay picture. The night vision goggles are monocular but focus both eyes on a single RGB LCD. The goggles uses an array of IR LEDs instead of amplifying ambient light to see in the dark. Lastly, they have a standalone implementation of the arcade game Big Game Hunters. The rifle uses a sensor bar to do the motion tracking and features a 32MB rom to hold the game files.

Induction Furnace

induction furnace

[Tim Williams] made his own induction furnace. A copper tubing coil forms the primary winding, as the material to be heated becomes the short circuited secondary. The load material is subject to high power magnetic fields operating at radio frequency. The rapidly changing field induces current flow within the material, creating a great deal of heat. The brute power required a cooling system to match. In the video below, the induction furnace can be seen melting common table salt.

Continue reading “Induction Furnace”

Arduino Nixie Shield

AN_Board_FirstBuild2

Reader [Bradley] sent in his ArduiNIX project, an Arduino shield designed for driving nixie tubes. The shield allows the Arduino to drive and multiplex nixie tubes without any additional hardware. These antique-looking displays are commonly hacked into clocks. It takes 9 volts from a wall wart and steps it up to over 200V in order to drive the displays. The shield is capable of multiplexing up to 80 individual elements. He has example code for driving a 6-digit display and a clock on his site. He is selling kits and completed shields too.

Related: Victorian nixie tube clock

[thanks Bradley!]