RC PVC Bot

This hunk of PVC pipe is radio controlled. The wheels on the ends provide the locomotion, but it wouldn’t be going anywhere if it weren’t for that little tail strapped to the center of the tube.

When the motors are turning the body of the bot needs something to push against. In this case the tail hits the ground and keeps the chassis from spinning. We have seen attempts to go without a tail by using lopsided wheels to provide angular momentum, but this method is much more reliable.

The control for the bot is scrapped from a toy RC car. Once hooked up to the gearhead motors it’s ready to roll. The real difficulty of the build came in fitting everything into the pipe. A frame was built from a few disks used as mounting platforms which were separated by threaded rod. See it making its way around a gravel road in the clip after the break.

Continue reading “RC PVC Bot”

Computing With The Command Line

Here’s something we thought we would never see: computing with just pipes, /dev/zero, and /dev/null.

As a thought experiment, [Linus] imagined a null byte represented an electron. /dev/zero would have an infinite supply of electrons and /dev/null would make a wonderful positive power supply. With a very short program (named mosfet.c), [Linus] can use Linux pipes to control the flow of electrons between /zero and /null. [Linus] used mosfet.c with a very short shell script to create a NAND gate. From there all bets were off. He ended up creating a D flip-flop4-bit adder and a counter.

From a bit of cursory research, Linux has a maximum pipe capacity of 1,048,576 bytes and the maximum number of PIDs is 4,194,304 (correct us if we’re wrong). [Linus]  can theoretically build some of the classic CPUs of the 70s and 80s with his pipe logic. An Intel 486 is just out of reach, though. If you give someone a NAND or a NOR they’ll eventually build a computer; we thought we’d never see this, though.

Wiimote Controlled Ruben’s Tube

While we could be content following our “kiddie d-day” as [Caleb Kraft] suggested. We know you can’t continue such an awesome Friday without trying to blow yourself up first.

This Wiimote Rubens’ tube caught our eye. A PVC Aluminum irrigation pipe is drilled with holes and propane is pumped through. A speaker on one end creates changes in pressure and a neat light show follows suit. [ScaryBunnyMan] went further though, with a collection of software and a Wii Remote he “plays god” controlling the music, and thus, the fire. Check out a fun video after the split.

[Via Make]

Continue reading “Wiimote Controlled Ruben’s Tube”