Cloud support for fleets of 3D printers

bot

More than ever, 3D printers are being used for small prototype and production runs, and the normal way of using a 3D printer with a single desktop app is becoming more and more out of date. [Zach 'Hoeken' Smith] has a solution to the frustration of printing out multiples of objects: it’s called BotQueue, and allows anyone to submit print jobs to multiple 3D printers over the Internet.

The idea behind BotQueue is to allow anyone to send jobs to a 3D printer over the Internet. Queues and multiple printers are supported, meaning small-scale manufacturing just got a lot easier for anyone dealing with multiple printers.

We’ve seen a few 3D printer fleets that could benefit from an online print server for multiple 3D printers. It’s not a project meant for everyone – one 3D printer per person should be enough for just about everybody – but if you’re part of a hackerspace with a few printers, we could see this being used to great effect among your fellow makers. You’re not limited to using the official BotQueue servers, either. You can run your own BotQueue from [Zach]‘s git

No-touch music player

no-touch-mp3-player

This little box not only plays tunes, but it lets you control several aspects of playback without touching a thing. [Thomas Clauser] calls it the LighTouch and we like it because it uses inaudible sound to control audible sound.

We think the pair of cylinders sticking up through the top of this project enclosure will be recognized by most readers as the business end of an ultrasonic rangefinder. This is the only control interface which [Thomas] chose to use. Although he didn’t write very extensively about the specific control scheme he implemented, the video embedded in his post shows some of the gestures that cause the Arduino inside to change its behavior. For instance, a swipe of the hand at higher level starts playback, swiping at a lower level pauses it. When adjusting the volume the box responds to how close his hand is to that sensor. With this control in place, the music side of these things is simply handled by a music shield he is using.

Mailbox notifier texts when the letter carrier arrives

mailbox-notifier

[Felix Rusu's] mailbox is on the other side of the street and he’s got a pretty big front yard. This means checking for mail is not just a pop your head out of the door type of activity. This becomes especially noticeable during the winter months when he has to bundle up and trudge through the snow to see if his letter carrier has been there yet. But he’s made pointless trips a thing of the past by building a notifier that monitors the mailbox for him.

He’s using a Moteino, which is an Arduino clone of his own making. It’s tiny and features an RF module on the underside of the board which takes care of communicating with a base station inside the house. The module seen above rolls the microcontroller board up along with a 9V battery and a hall effect sensor which can tell if the mailbox door is open or closed. When the Arduino detects a change to that sensor it pushes some data back to the base station which then relays the info to a computer or Raspberry Pi in order to send him a text message. All of this is shown off in the video after the break.

[Read more...]

Remote control car that packs its own Beretta

remote-control-car-packs-a-beretta

We’ve never really thought to ourselves “This RC car is fun, but it really needs more handguns”. And if we did, it certainly would not be a built to undertake with students. But to each his own. [Jerod Michel] is a mathematician working in China. He recently built the project seen above with a group of students. Look closely and you’ll notice that the remote control car includes a remote control Beretta strapped to the side.

He doesn’t have a blog post about the project, but you can find a couple of images and his build instructions after the break. The firearm has a motor attached to the trigger that allows it to be fired by tapping into one of the extra channels on the RC car’s PCB. But you won’t just be firing blindly. The project also includes a video transmitter which can be viewed from an LCD screen mounted on top of the remote control unit. There’s even a laser sight that will show what you’re aiming at.

We wonder what the recoil of the firearm does to this light-weight vehicle?

Build Instructions (.txt file)

[Read more...]

A clock that uses sixty RGB pixels

OLYMPUS DIGITAL CAMERA

Here’s a project inspired by a highly polished art piece. [Tobias] has been working on his own RGB LED clock which uses one light for each minute in an hour. He was inspired to start the project after seeing the Equinox clock. That one used a little PCB for each LED, and included an acrylic bezel and diffusers for each light. With the advent of LED pixel strings assembling one of these for yourself has become quite a bit easier.

The key part of the project is the laser-cut plywood frame which has a finger between each digit in order to perfectly space the lights. Each pixel is hot glued in place, with the Arduino board which drives them at the center of the frame. These lights are super bright, so [Tobias] also included a light dependent resistor which allows the system to measure ambient light and modulate the pixel brightness accordingly.

There are four parts to his project post so make sure you take some time to click around in order to get all the gritty details.

Briquette press for rocket stove fuel

briquette-press-for-rocket-stove

[Gregory] uses a rocket stove for heating when it’s cold outside. He’s been trying out all kinds of different materials as fuel when the idea of making his own briquettes from waste materials came to mind. Obviously the project works. As you can see in the image above, he has just formed a lump of fuel using a mixture of newspaper pulp and sawdust.

The orange device with the ax handle seen in the background is his own creation. You can see the device in action in the video after the break. In the video comments he also links to a CAD file if you’re interested in building your own.

If it’s a rocket stove you’re interested in there’s always the option of building your own.

[Read more...]

Hinged NES case hides an integrated LCD screen

P1030374_k

We’ve sure been seeing a lot of original NES cases used in projects lately. This time around the thing still plays the original cartridges. This was one of the mains goals which [Maenggu] set for himself when integrating the LCD screen with the gaming console. There is a quick video clip which shows off the functionality of the device. It’s embedded after the break along with a few extra images.

To our eye the NES looks completely unmodified when the case is closed. The cartridge slot still accepts games, but you don’t have to lower the frame into place once that cartridge has been inserted. The image above shows a ribbon cable connecting the top and bottom halves of the build. It routes the signals for both the LCD screen and the cartridge adapter to the hardware in the base. He mentions that he used the original power supply. We’re not sure if the original motherboard is used as well or if this is using some type of emulator.

[Read more...]