Technology

ITP Show: fLux

ITP Show: fLux

Here is a project by Timothy Twillman that was exhibited at the Spring ITP show. Timothy made a cool, interactive, LED staff that uses a ZigBee for wireless communications with a computer. This allows for remote programming and synchronization between several LED staffs. It can even be used as a POV display. The project is […]

The Sanity Nullifier

The Sanity Nullifier

Here is another fun way to irritate & annoy people. This time the noisemaker uses an ATtiny2313 to generate random noises. The website has all the code & schematics so you can build your own Sanity Nullifier. The device beeps a short beep of a very annoying frequency in random times. The time between beeps […]

Epafi touch communicator

Epafi touch communicator

These tactile transceivers use conductive fabric and small disk motors to wirelessly share touches upon the wrist – Epafi is a pair of bracelets built to simulate the common and playful exchange of touch amongst mates, loved ones, or even close friends. Whenever either of the wearers touch the bracelet worn on their wrist, the […]

Butterfly GPS shows you the way

Butterfly GPS shows you the way

This “Butterfly GPS” device was built with an ATmega169 microcontroller, a GPS receiver board based on the SiRF chipset, and an LCD screen that reads out the data in real-time as location, date and time. Very simple construction and nice details on how it was built at the PDF link below. A Butterfly GPS (PDF), […]

Linux based PIC interfacing

Linux based PIC interfacing

This project provides a way to do Linux-only USB communications with a PIC18F4550. This setup provides a kernel module in the development tool allowing for raw transfers from the PIC to the PC. Nice to see all OSes represent in the PIC interface family. Linux-only PIC development framework, [via]