Animatronic Cosplay Wings

In recent years, Cosplay as a hobby has seen improvement in the props department by leaps and bounds. Thanks in part due to the rise of the Maker culture and the easy availability of design and manufacturing tools and processes. Case in point is this awesome set of Animatronic Wings that programmer [Nelson Stoldt] built for his daughter who wanted to be Nightmare Moon.

[Nelson] had no idea what he’d gotten himself in to when he answered “Sure, I can do that”. Making motorized cosplay wings that open up to 8 feet wide and close again at the flick of a switch without weighing a ton is not a trivial project. The final rig did end up tipping the scales at just over 9 kgs, but we guess that’s a load that Cosplayers are used to hauling around.

Using a nifty program called Linkage, he played around with a few different design approaches until he found a mechanism that worked well. If you ever want to build one of [Theo Jansen]’s Strandbeest, give this program a spin. Armed with this information, and a spreadsheet to help determine the exact length of each linkage element, he modelled the project in Sketchup. The wings are operated by a scissor mechanism that is driven by a motorized screw operated sliding carriage. Wing position is measured by a potentiometer coupled to one of the wing elements. Basically, he just built a huge, powerful servo.

Continue reading “Animatronic Cosplay Wings”

3D Printed Circuit Boards… Sort Of

Comedian Demetri Martin does a bit about the phrase “sort of”. He says:

“Sort of’ is such a harmless thing to say… sort of. It’s just a filler. Sort of… it doesn’t really mean anything. But after certain things, sort of means everything. Like… after “I love you”… or “You’re going to live.”

SCADboard is an OpenSCAD library that lets you create 3D printable circuit boards…sort of. The library lays out like a breadboard with two bus bars on each side and a grid of rows and columns. OpenSCAD modules provide a way to create a board, ICs, LEDs, wires and other fundamental components. You set a few initial variables (like the board thickness) then your code looks like this:

 wire(1,bln,1,e, neg); // Neg left trace to LED
 led(1,e+1, 1,e+2, yellowled); // LED
 wire(1,f, 1,i, pos); // LED Pos
 wire(1,j, 1,brp, resistor); // Resistor
 
 wire(3,c,3,h, pos); // Cap Pos
 wire(4,c,4,h, neg); // LED Resistor

Continue reading “3D Printed Circuit Boards… Sort Of”

The Engines Of Ingenuity

Every once in a while, we stumble on an amazing resource that’s not exactly new, but it’s new to us. This is the case, in spades, with The Engines of Our Ingenuity, a radio show that’s been running since 1988!

Each episode covers an invention or engineering marvel, and tells the story of how it came to be, and puts each device into its historical and cultural context. Want to get the lowdown on how we safely bring fire into the kitchen? Or the largest land transport vehicle, NASA’s crawler? And what’s up with lobsters anyway?

Continue reading “The Engines Of Ingenuity”

PIC Mesh, Accessible Distributed Networking

Wireless networks have been reduced to a component, for most of us. We fit a device, maybe an ESP8266 module or similar, and as if by magic a network exists. The underlying technology has been abstracted into the firmware of the device, and we never encounter it directly. This is no bad thing, because using wireless communication without having to worry about its mechanics gives us the freedom to get on with the rest of our work.

It is however interesting once in a while to take a look at the operation of a real wireless network, and [Alex Wong], [Brian Clark], and [Raghava Kumar] have given us a project with the opportunity to do just that. Their PIC Mesh university project is a distributed wireless mesh network using 2.4GHz NRF24L01 transceiver modules and PIC32 microcontrollers. They have it configured for demonstration purposes with a home automation system at the application layer, however it could be applied to many other applications.

The real value in this project is in its comprehensive but easy to read write-up of the kind you’d expect from a university project. The front page linked above has an overview of how the mesh works, but there are also pages taking us through the hardware, the networking software layer, and the home automation application layer. If you have ever wanted to understand a simple mesh networking system, this is a good place to start.

We’ve covered quite a few mesh networks over the years, but sadly we can only link you to a few of them. We’ve had a mesh network using the Raspberry Pi, Project Byzantium’s “ad-hoc wireless mesh networking for the zombie apocalypse“, and a 1000-node Xbee network for testing purposes.

Apple II Web Server Written In BASIC

The Apple II was the machine that many say launched Apple as a company. As with many popular computers of the 1980s, the Apple II maintains a steady following to this day who continue to develop new hardware and software to keep the platform alive.

[deater] had scored an Uthernet II Ethernet interface for his Apple IIe, based off the venerable W5100 chipset. He decided to have some fun and wrote a webserver for the Apple II in BASIC. The program sets up the Ethernet card with a series of PEEKs and POKEs, and then listens out for incoming packets before responding with the requisite data loaded from floppy disk.

The server can deal with HTML, text, and even JPEG and PNG images. It’s even compliant with RFC 2324. It does suffer from some limitations however — the disk format used can only hold 140 kB, it can only serve an 8kB file at a time, and due to using a lot of string manipulation in the code, is painstakingly slow.

Before you get too excited, the machine is running on a local network only, so you can’t check it out from here. However, [deater] has kindly released the source code if you wish to run it for yourself.

If you’re thirsty for more 8-bit action, check out this Apple II playing animated GIFs.

Cheap Electric Car Drives Again With Charger Repair

If someone sent you an advert for an electric car with a price too low to pass up, what would you do? [Leadacid44] was in that lucky situation, and since it was crazy cheap, bought the car.

Of course, there’s always a problem of some kind with any cheap car, and this one was no exception. In this case, making it ‘go’ for any reasonable distance was the problem. Eventually a faulty battery charging system was diagnosed and fixed, but not before chasing down a few other possibilities. While the eventual solution was a relatively simple one the write-up of the car and the process of finding it makes for an interesting read.

The car in question is a ZENN, a Canadian-made and electric-powered licensed version of the French Microcar MC2 low-speed city car with a 72 volt lead-acid battery pack that gives a range of about 40 miles and a limited top speed of 25 miles per hour. Not a vehicle that is an uncommon sight in European cities, but very rare indeed in North America. Through the write-up we are introduced to this unusual vehicle, the choice of battery packs, and to the charger that turned out to be defective. We’re then shown the common fault with these units, a familiar dry joint issue from poor quality lead-free solder, and taken through the repair.

We are so used to lithium-ion batteries in electric cars that it’s easy to forget there is still a small niche for lead-acid in transportation. Short-range vehicles like this one or many of the current crop of electric UTVs can do without the capacity and weight savings, and reap the benefit of the older technology being significantly cheaper. It would however be fascinating to see what the ZENN could achieve with a lithium-ion pack and the removal of that speed limiter.

If your curiosity is whetted by European electric microcars, take a look at our previous feature n the futuristic Hotzenblitz, from Germany.

Maglev Drummer Needs To Be Seen And Heard

Sometimes Hackaday runs in closed-loop mode: one hacker makes something, we post it, another hacker sees it and makes something else, and we post it, spiraling upward to cooler and cooler hacks. This is one of those times.

One of our favorite junk-sound-artists and musical magicians, [Gijs Gieskes], made this magnetic-levitation, rubber-band, percussive zither thing after seeing our coverage of another magnetic levitation trick. Both of them simply have a Hall sensor controlling a coil, which suspends a magnet in mid-air. It’s a dead-simple circuit that we’ll probably try out as soon as we stop typing.

But [Gijs] took the idea and ran with it. What looks like a paperclip dangles off the magnets, and flails wildly around with its tiny steel arms. These hit a zither made of rubber bands with a bamboo skewer as a bridge, pressing down on a piezo. The rest is cardboard, copper-clad, and some ingenuity. Watch it work in the video embedded below.

Continue reading “Maglev Drummer Needs To Be Seen And Heard”