3D Printering: Advances In 3D Printing At Maker Faire

printering

mould

Needless to say, the World Maker Faire had a ton of 3D printers. It’s really becoming an obligatory fixture of any booth, whether you’re Microsoft announcing to the world Windows 8 now supports 3D printer drivers (don’t ask), or you just have a Makerbot Replicator on your table for some street cred.

Even the 3D Printing section of the faire wasn’t without a lot of what we’ve all seen before. Yes, the RepRap Morgan and Simpson made a showing, but 3D printing to most people attending the faire is just plastic trinkets, Minecraft figures, and single-thickness vases and jars.

Deep in the outskirts of the faire, right by the Porta Potties and a generator, one booth showed everyone how 3D printing should be done. It was AS220 Labs‘ table, and they’re doing their best to make 3D printers more than just printing out owl sculptures and plastic octopodes.

Continue reading “3D Printering: Advances In 3D Printing At Maker Faire”

World Maker Faire 2013 Roundup

They built a shed using only this tool

Handibot

One of the more interesting structures at WMF was a garden shed made entirely out of plywood cut with the Handibot. It’s a handheld luggable CNC router that allows you to place the machine over a work piece, punch some settings into the software, and cut mortises, CNC engravings, and just about any other shape you can imagine.

The Handibot recently finished a very successful Kickstarter, and from the looks of it they have a really great tool on their hands. They managed to carve a few Hackaday logos in the floor of their shed, but we forgot to film that. It was a busy day.

Future Crew and a 1930s teletype Model 15 Teletype

Scope

Being from the area, NYC Resistor, the Brooklyn-based hackerspace just had to make a showing. Some of the smaller project they brought with them is Space Rocks, an Asteroids clone played on an old, slowly dying oscilloscope. They also had a Minitel terminal made for the US market, which was just weird.

Their big, impressive project for the Maker Faire was Future Crew a Starship/TARDIS bridge simulation game that pits five players against a common enemy: time itself.

Each station has a certain task, such as advancing the timeline on an old video edit console, playing a short ditty on a toy electronic piano, and reading what a Model 15 Teletype was printing out. All these stations are connected to a Raspberry Pi, and the game looks really fun, provided all the players know what’s going on.

Now we know what Make does with their networking hardware

For anyone who visited Maker Faire, you may have noticed your iDevice’s current location was in San Mateo, CA. I noticed this when my MacBook’s time was set for Pacific time, and a few other people who were there early on Saturday told me their iPhones were doing the same thing.

Apparently, shipping a bunch of WiFi routers across the country (along with a bunch of PA gear and other ephemera) is cheaper than buying two sets and warehousing them. This was mildly interesting and we’re now accepting proposals to figure out how quickly Apple/Google/Whatever’s database can be updated with the correct information. Deadline for applications is before the next SFO Maker Faire.

Phone Trucks Around the World

2600

Like most years, 2600 made a showing with their reclaimed Bell service van, ‘Free Kevin’ bumper sticker included. They had a ton of swag including a few old HOPE badges, current and back issues, t-shirts, Department of Hopeland Security passports and stickers.

The 2600 van did give us a few ideas should Hackaday ever need a booth for Maker Faires and other shows. Anyone up for building a heart-shaped bed?

Crowdsourcing Plastic Model Kits

laser

Flexiscale, the company that crowdsources and crowdfunds model kits, made a showing at the World Maker Faire. We’ve seen their work before, but this time we got to touch base with [Chris Thorpe] and get a handle on the future of user-requested model kits.

Right now there are over one hundred proposals for what Flexiscale should do next. They’re mostly narrow gauge railroad locomotives and rolling stock, but [Chris] tells me they’re looking to branch out into larger projects including American locomotives as well as planes, ships, and buildings. This is a really, really cool project, and if you’re into models at all, you should at least be aware of what Flexiscale is trying to do.

If you have an idea of what Flexiscale should do next, write up a proposal. I made one for the PRR GG1 electric locomotive, and if enough people support it, [Chris] will scan an engine and make a kit.

Adding Automatic Power-On To A Linksys NAS

auto-power-up-for-linksys-NAS

We feel [Jim’s] pain in having to physically press the power button to boot his Network Attached Storage device after a power outage. If you live in an area with frequent brief but annoying power blinks it wouldn’t take long to brew up your own solution. Here you can see the ATtiny45 that he added for the auto-boot.

Aside from having to go upstairs in order to reboot the machine there is also a compulsory disk check that his Linksys NAS200 performs before files are available on the network. You can see that he used an 8-pin socket which lets him remove the chip for programming. The socket gets a ground connection from the shielding of the USB port, it pulls 5V off of the linear regulator right next to it, and the green wire connects to the power button’s conductor.

The sketch compiled for the chip starts a ten second timer are power up. When the timer goes off it pulls the pin low and then high, simulating a button press. In hobby electronics it’s a common problem that we have to invent issues to use as the next project. So it’s nice to see a real life application like this one.

Electric BMX Has Pedals That Can’t Be Pedalled

electric-bmx

We don’t mind it that there’s no chain connected to these pedals. At least there’s still somewhere to put your feet and our legs are too long to comfortably pedal this size of bike anyway. As you can tell, the added hardware takes care of locomotion using an electric motor.

The first step in this project was to find a steel bike frame to make welding a bit easier than it would be for aluminum. From there the paint was sanded at the attachment points and mounting brackets were fabricated from some angle iron. The rear mount houses a 500W 30A AC motor which uses a chain to drive the rear wheel. A specialty hub was found which allows the added sprocket to be installed on the left side of the rear wheel. Some threading issues prompted [Michael Monaghan] to come up with a method of adding a slot to lock the part in place.

Near the front fork the second mounting bracket holds the batteries; a pair of sealed lead-acid units. The speed control mounts on the top where the rider has easy access to it. The finished bike can get up to thirty miles per hour with a range of up to twenty miles between charges.

If you want your own electric bike on the cheap you can try building one from a salvaged washing machine motor.

Automatic Bluetooth Module Programmer

automatic-bluetooth-programming

Before we dive in don’t be confused by the title. This doesn’t flash firmware to the device. But it does automate the process of setting up the Bluetooth to serial module for use in your projects.

We’re often confused by the lack of a standard way of describing these inexpensive modules. We would look at this can call it an HC-05, but we’re not sure if that’s right or not. [James Daniel] calls it a JY-MCU board. If you have a handle on the differences (or lack of) please let us know in the comments. Either way we know that these boards can be frustrating to work with. They can be found with a wide variety of different firmwares, which can make the configuration process a bit different for each.

[James’] solution connects the device to an Arduino running a sketch that he wrote. Connect the device, launch the terminal monitor in the Arduino IDE, then give it your desired settings. The sketch will poll the Bluetooth module to see what speed it is set to run at. It will then establish which firmware version the board is running, displaying this info in the terminal. It then uses that information to program the board with your desired settings.

In this case [James] is using one of the modules to drive his 3D printer without being tethered to his laptop.

Continue reading “Automatic Bluetooth Module Programmer”

Backlit PCB Panel As Wall Art

For his buddy’s wedding [Saar Drimer] wanted a one-of-a-kind gift, and what’s more unique than a piece of art? He set out to design something that would speak to his geeky game-loving friend. This full-panel PCB is what he came up with. It’s a wall hanging that uses addressable LEDs and a PCB for the enclosure and as a diffuser.

On the right you can see the panel as it was delivered to him. He used routed slots to separate the main body of the enclosure from the four side pieces and the mounting bracket. This design lets him snap off the parts and solder them in place. The only thing you need to add to it is a pair of screws (well, and the components that make it light up).

We’re shocked by how well the PCB works as a diffuser. The substrate is translucent when not covered with silk screen or the copper layers. The outline of the letters uses that, as well as circular areas along the side pieces. The letters themselves are copper fills that have artistic patterns removed from them. This really adds to the visual appeal when the piece is illuminated by 42 WS2812B LEDs. The video below shows the piece in action. It really takes PCB as art to the next level

Continue reading “Backlit PCB Panel As Wall Art”