Rickshaw Pulling Robot

rickshaw

[Wu Yulu] is a Chinese farmer with no formal mechanical training. He’s been building various contraptions over the years and even accidentally burned down his house at one point. Pictured above is a walking, talking rickshaw pulling robot he built to haul himself around town. You can see a video of the mechanical man on Reuters.

The design reminds us of [Bob Schneeveis]’ Schwarzenegger towed solar chariot we saw at Maker Faire.

[via DVICE thanks cnelson]

A History Of SparkFun Prototypes

sparkfuntoys

If you haven’t checked out SparkFun Electronics’ prototype collection yet, you’re missing out. They unearthed many of their old prototypes and published them to show what kind of mistakes could be made. You’ll see plenty of errors and get hints on what to look for while developing your own hardware. This pairs well with their Design for Manufacture post. Along with the pile of broken board iterations, they also walk through how the company developed. Finally, they specifically cover the individual iterations of the BlueSMiRF.

One of the interesting modules in the gallery that never saw full release was the SparkFun Toys line pictured above. The individual units used the standoffs as the power and data bus. The four posts were arranged so they could only be connected in one orientation: power, ground, TX, and RX. It’s an interesting idea that seems like it might be worth exploring further. SparkFun says that it worked fine, but didn’t feel they had the resources to market it to the intended audience.

N8VEM Single Board Z80 Computer

n8vem

The N8VEM is a homebrew computer project based on the classic Z80 microprocessor. It’s designed to be easy to build using large TTL DIP components instead of SMD devices. It runs the CP/M operating system and all drives are virtual in RAM/ROM. While the base hardware is interesting, we really like the potential for expansion using a backplane. Have a look at the project’s Hardware Overview to see extra boards like the bus monitor and the prototyping board. We found out about this project on [Oldbitcollector]’s blog; he’s using a Parallax Professional Development Board to create a VT100 terminal for the N8VEM.

Resistive Ladder Volume Control

preamp

[jefffolly] published some straight forward plans for a passive volume control. It uses a resistive ladder built across the contacts of 12W rotary switches. Each resistor provides a 5dB difference, and he recommends using 0.1% tolerance resistors to maintain accuracy. The use of discrete resistors instead of volume pots means that the output is much more predictable. All of the RCA sockets were connected using oxygen-free copper wire.

Wireless BlinkM Control

blinkm

[John] has been working with several BlinkM RGB devices. He’s created a controller to talk to each of the BlinkMs wirelessly and change their behavior. The core is an old relay tester box used to test telephone circuits. Each of its four knobs are connected to the analog inputs on the Arduino. The signal is transmitted using RFlink devices. Each BlinkM is paired with an ATmega168 and receiver. The control box also has a switch to send the same signal to all of the devices at the same time. The transmit and receive code are available on his site. You can find a video of it embedded below.

Continue reading “Wireless BlinkM Control”

DC Gearmotor Teardown

dcmotor

The RepRap project has made heavy use of the Solarbotics GM3 Gearmotor as part of their extruders. Unfortunately they’ve proven to be underpowered for the task and the plastic gears could cause future problems. [Zach] decided to investigate some other options. He bought a pile of motors from Kysan to try out. He posted a teardown of one of the motors on Flickr. He found it not only easy to disassemble, but the metal gears were also easy to put back together. Next up is testing it on the machine.

Intel 4004 Internals

The silicon wizards at Flylogic have certainly posted an interesting chip this time around. The Intel 4004 was the first widely used microprocessor. The logic gates are much larger than you’d find in modern chips. The unique feature is that each gate is designed to make the most efficient use of the silicon instead of the standardized shapes you find now. They’ve uploaded a full image of the chip.

For an introduction to silicon hacking, we reccomend [bunnie]’s talk from Toorcon and [Karsten]’s talk from 24C3. You can find many more posts on the topic in our silicon tag.