Turbot Is A Beam/Picaxe Hybrid

[James] wanted to build a BEAM turbot. He ran into some problems with the BEAM circuitry though, and ended up with a BEAM/Picaxe hybrid.
Beam robotics
are the brainchild of Mark Tilden. The acronym stands for Biology, Electronics, Aesthetics, and Mechanics. BEAM based bots were very popular with hobbyists in the 90’s and early 2000’s, but popularity has since died down. BEAM robots tend not to use microcontrollers, instead attempting to simplify things down to the lowest number of elements.

[James’] turbot uses a miller solar engine. The original design used the engine to drive a Solar Turbot Latch. [James’] problem was that the photodiode “eyes” of the robot were not properly enabling the 74AC245 to pass current to the motor. Since the robot was built in a tiny space, debugging the circuit was extremely hard. After struggling with the ‘245 for some time, [James] decided to swich out the BEAM circuit for a Picaxe microcontroller.

The Picaxe can only sink or source about 20ma per pin, which is slightly less than the no load current of [James’] motors. To make up for this, he ganged up four pins per motor. There was some risk in the motors blowing up the Picaxe. However between the lightly loaded gearmotors and low current solar panels it seems to be working just fine.  Overall the bot is a very clean, compact build. Jump past the break to check out its really smooth crablike walking action.

Continue reading “Turbot Is A Beam/Picaxe Hybrid”

PICAXE Using LEDs To Communicate

[Relwin] has being working on using LEDs as bi-directional devices. The setup above allows him to use each LED as an input, looking for a bright light source and then syncing up with the activity it receives. It is the most basic of communications using the components. The hardware at the heart of the system is a PICAXE development board on the left. The blinking light to the right causes the LED on the left of the picture to blink, but moving the blinking source over to that side will reverse the effect. The chip is programmed to play a tune on a piezo buzzer whenever a connection is lost. What is interesting to us is that these green LEDs will not detect a red LED flashing because the voltage threshold is different on the detector side of things.

He’s got some code available, but we’re really looking for the ideas of what to do with this concept. Maybe something along the lines of LED matrix video puzzles, or a variation on this laser-pointer LED game. Watch the demo video after the break and then let us know what you would use it for by leaving a comment.

Continue reading “PICAXE Using LEDs To Communicate”

PicAxe LEGO Tank

[TomTheGeek] built a LEGO tank with a PicAxe controller. Locomotion is supplied by a Lego Power Function motor controller. He cut an LPF extension wire in half so that he could patch into the PWM signals without altering the motors themselves. You can make out the control circuitry and a small breadboard in the tank’s turret. [Tom] added a laser pointer to the tip of the barrel but we’d like to see an IR LED. The tank is controlled by a infrared remote control and adding TV-b-gone functionality to the toy would create something of a Rube Goldberg feature for turning off the tube. But alas, there’s no programming space left for that as the PicAxe 08M is limited to 256 bytes.

There’s a video after the break of this little demon tracking its way around the room. This is a nice addition to the other LEGO tank we saw a while back.

Continue reading “PicAxe LEGO Tank”

Picaxe Tachometer


It might seem like we’re on a vehicle hacking kick this weekend, but [Rex] built an excellent custom digital tach for his race car. It uses the classic seven segment displays, a PICAXE microcontroller and works with most engines. He’s released full source and PC board designs to boot. This looks like a great little tachometer project for you microcontoller fiends out there.

Vertical Mill Completes Scrapyard Lathe Build

One thing’s for sure: after seeing [Roland Van Roy] build a vertical mill from industrial scrap, we’ve got to find a better quality industrial scrapyard to hang around.

The story of this build started, as many good shop stories do, at the lathe, which in this case was also a scrapyard build that we somehow managed to miss when it first posted. This lathe is decidedly different from the common “Gingery method” we’ve seen a few times, which relies on aluminum castings. Instead, [Roland] built his machine from plate stock, linear slides, and various cast-off bits of industrial machines.

To make his lathe yet more useful, [Roland] undertook this build, which consists of a gantry mounted over the bed of the lathe. The carriage translates left and right along the bed while the spindle, whose axis lines up perfectly with the center axis of the lathe, moves up and down. [Roland] added a platform and a clever vise to the lathe carriage; the lathe tool post and the tailstock are removed to make room for these mods, but can be added back quickly when needed. Digital calipers stand in for digital read-outs (DROs), with custom software running on a Picaxe and a homebrew controller taking care of spindle speed control.

[Roland] reports that the machine, weighing in at about 100 kg, exhibits a fair amount of vibration, which limits him to lighter cuts and softer materials. But it’s still an impressive build, and what really grabbed us was the wealth of tips and tricks we picked up. [Roland] used a ton of interesting methods to make sure everything stayed neat and square, such as the special jig he built for drilling holes in the T-slot extrusions to the use of cyanoacrylate glue for temporary fixturing.

Continue reading “Vertical Mill Completes Scrapyard Lathe Build”

BEAM Dragonfly Causes A Flap

Normal people throw away stuff when it breaks. But not people like us. Or, apparently, [NanoRobotGeek]. A cheap robotic dragonfly died, and he cannibalized it for robot parts. But he kept the gearbox hoping to build a new dragonfly and, using some brass rod, he did just that.

The dragonfly’s circuitry uses a solar panel for power and a couple of flashing LEDs. This is a BEAM robot, so not a microcontroller in sight. You can see a brief video of how the dragonfly moves.

Continue reading “BEAM Dragonfly Causes A Flap”

Random Word Pairings Mark The Time On This Unusual Clock

Gosh, the fun we had when digital calculators became affordable enough that mere grade school students could bring one to class. The discovery that the numbers could be construed as the letters of various dirty words when viewed upside down was the source of endless mirth. They were simpler times.

This four-letter-word “clock” aims to recreate that whimsical time a bit, except with full control over the seven-segment displays and no need to look at it upside down. This descends from a word clock [WhiskeyTangoHotel] made previously and relies on a library of over 1000 four-letter words that can be reasonably displayed using seven-segment displays, most of them SFW but some mildly not. A PICAXE is used to select two of the four-letter words to display every second or so, making this a clock only by the loosest of definitions. Word selection is pseudorandom, seeded by noise from a floating ADC pin, but some of the word pairings in the video below seem to belie a non-random sense of humor. As is, there are over a million pairings possible; it might be fun to add in the full set of two- and three-letter words as well and see what sort of merriment ensues.

While we like the Back to the Future vibe here, we’ve seen some other really nice word clocks lately. There was the one that used PCBs as the mask for the characters, and then a rear-projection word clock that really looks great.

Continue reading “Random Word Pairings Mark The Time On This Unusual Clock”