Global CALCnet: Your TI-83 Just Acquired Internet

Global CALCnet lets you connect your TI graphic calculator to the Internet and use your favorite services like instant messaging and Internet relay chat. It also provides the option of worldwide multiplayer functionality for games ported to the device such as Scorched Earth and Tetris. We looked in on [Christopher Mitchell’s] CALCnet in December when it was being used to create local area networks with the adding machines. He’s taken that up a notch with a helping hand from Arduino. An Arduino board is used to connect the serial communications from the calculator to an Internet connected PC via the Arduino’s USB capabilities.

Think this will waste a lot of time in schools? Unlikely since an Internet connected computer is integral for this system to work. If you have a computer in front of you why waste time on the calculator network? Still, how hard would it be to build a WiFi module that can directly connect them to an access point? That may be a moot point as the Slashdot article that pointed us to global CALCnet also links to a calculator port of DOOM. It runs quite well, as you can see in the video after the break. This is a must-have for anyone owning a TI Nspire that can run it.

Continue reading “Global CALCnet: Your TI-83 Just Acquired Internet”

KiwiDrive HouseBot

Forskningsavdelningen, a Swedish hackerspace, had a hackathon last weekend and the KiwiDrive HouseBot is one of the items that resulted from the group effort. They set a goal to use standard, easy to obtain parts, so that the robotic platform would be accessible for reproduction by individuals or at other hackerspaces. The three-limbed device rolls around on a triad of omni-directional wheels -which are probably the hardest part to source but you can always print your own. An Arduino Uno was used as the hardware interface, driving the three stepper motors for locomotion.

It’s not pictured above, but the fourth generation of the little guy also includes a webcam. The camera rides in the center of the body and is mounted on a servo. This makes it possible to turn the camera, meaning there’s no real front or back to this design. Future plans include adding an on-board computer (this is larger than it appears) and implementing emoticons on an 8×8 LED matrix, presumably so you can tell how the bot is feeling today.

[Thanks KiwiRay]

Kinect To Get Windows Drivers Months After Open Source Drivers Were Developed

Microsoft is planning to release Windows drivers for the Kinect this spring, months after open source drivers were developed by a motivated hacking community. [Johnny Chung Lee], who worked with the Microsoft team when the hardware was developed, mentions that he had pushed for the giant to develop and release at least basic Windows drivers. That refusal led him to a position as top cheerleader and bounty contributor in Adafruit’s Open Kinect Contest which resulted (quickly we might add) in the availability of open source drivers. If you’ve been following Hackaday or any other tech blogs the last three months you’ll know that an explosion of projects using the Kinect followed, and [Johnny] figures Microsoft’s decision to release Windows drivers is an attempt to ride this wave on their own flagship OS rather than continue to watch from the sidelines.

Light Sensitive MIDI Glove

The latest offering in glove-based noisemakers forsakes commonly used flex sensors in favor or photoresistors. [Bruno Ratnieks] is responsible for this musical glove and his methods will be very easy to recreate. He used an Arduino to interface with it while providing a USB connection to your audio software. The sensors themselves couldn’t be easier to throw together, with each photoresistor creating a voltage divider when combined with a fixed-value resistor. That’s all the hardware you need, and with some creative coding you can making it do much more than the effects heard in the video after the break.

Some will say that [Bruno] simply didn’t used enough duct tape with his project design. Be we liked how he wove the wiring into the mesh of these knit gloves to keep it firmly in place.

Continue reading “Light Sensitive MIDI Glove”

555 Cartoons

Drehkino is a Turntable Cinema that plays short (50 frames) looping animations from specially printed, disks, and is housed in a wooden frame similar to a record player. The paper disks are the frames of animation and an optical rotary encoder pattern, that pattern is picked up by a infrared pair scavenged from an old mouse. The signal is then passed onto a 555 timer configured as a Schmitt trigger that (indirectly) drives the led strobe light creating animation that is synced to the speed of the turn table.

That sounds all good and well, but it must be a big pain to split up an animation and calculate each frame’s position etc, well that is covered too by a couple scripts. Movie clips are sent though virtualdub to select what 50 frames you want, then are exported to individual images, an sh script then takes over and gawk is used to manipulate the data and create an ImageMagick (“CONVSCRIPT”) file. After you do the script dance you are left with a perfectly spaced wheel with encoder ready to print on standard paper in a PDF format.

Software and schematics included, with future improvements already in the works and its nifty, so its worth a check. This is an interesting take on the old zoetrope design.

Thermostat Controlled Plug Box

[Eric] has a problem with his new house, there was no heat in the attic space that had been converted into a loft. Facing no way to tap into the ductwork and wanting to use the space as a bedroom he did what most of us would, and just got a little space heater. Anyone who has lived with a space heater knows you have to be around to turn them on, and they usually dont have decent temperature control. These problems were quickly fixed by making a thermostat controlled plug box.

A quick trip to the hardware store resulted in a 2 gang metal junction box, faceplate with GFCI cutout, receptacle and a Honeywell baseboard heater thermostat. The thermostat is then wired to mains and its output connects to the receptacle.

He gives instructions on wiring which focuses on his parts, but you should follow the instructions to your specific thermostat, and error on the side of caution if working with mains current. The end story is a bedroom with a more constant temperature and doesn’t need a 3 hour burn to get there.

Speeding Up A ThinkPad X41 Via A SATA SSD Conversion

[Marek Walther] uses a ThinkPad x41 tablet for business on a daily basis. Since he’s on the go with the device he figures that hardware failure is eventually going to strike and with that in mind he purchased a second unit – slightly broken – to fix as a backup. He had never been excited about the speed of the tablet so he set out to find improvements. One of the options was to replace the traditional hard drive with a solid state model (translated). But simply dropping in an SSD isn’t going to make things faster. That’s because the stock drive uses a PATA interface. After a bit of snooping [Marek] discovered that the motherboard has a SATA interface that has a bridge connecting to the PATA plug. By removing the bridge and soldering a SATA cable to the board he was able to improve performance while increasing storage capacity at the same time.