Astronaut Or Astronot: Don’t Try To Record SQL Queries At DEFCON

It’s Friday morning and time for another round of Astronaut Or Astronot, the little lottery thing where we’re giving away lots of dev boards, programmers, and an awesome meter to someone on hackaday.io if they have voted in the latest round of voting.

There’s no video this week because, you know, DEFCON, but the person randomly chosen did not vote. Too bad.

This means the voting will continue next week, same time. If you want a chance to get your grubby mitts on a bunch of awesome gear, vote. Do it now.

Hit The Polls Before Friday

astronot Don’t forget to vote in the newest round of Astronaut or Not. In addition to deciding which projects should be recognized as “Too Cool for Kickstarter”, you will be eligible for the voter lottery.

What is this voter lottery we speak of? On Friday we’ll draw a random number and see if that hacker profile on Hackaday.io has voted at least once in this round, which started on Monday.

If they voted they’ll received a prize package packed with all kinds of prototyping hardware. This cycle offers several breakout boards, a bunch of programmers and debuggers, as well as a digital multimeter and a bench power supply (full list here). For the hackers who haven’t registered a vote? Nothing!

We’ll be drawing the number from a hotel room in Vegas since we’ll be there for DEFCON. If you’re also attending the conference track us down to show off your own hardware or just to grab some stickers.

Your 15 Days To Be Excellent

15-days-to-be-excellent

This is it. It’s time to step up and be a hardware hacker.

If you haven’t submitted your entry for The Hackaday Prize, get out that graph paper and mechanical pencil and start scribbling. The coming fortnight is your time to shine.

As of right now you have exactly fifteen days to tell us about your concept for an Open, Connected device. This doesn’t mean you have to finish the build, there’s time for that after the August 20th deadline. What you do need to do is describe your idea and explain how you plan to build a working prototype for the final deadline in early November.

I’ve appealed to your vanity — it’s hard to call yourself a hacker if you sit on the sidelines for this one! Now I’ll appeal to your want of recognition and the prizes that dreams are made of. Right now we haven’t quite crossed the 500 entry mark. When was the last time you had a chance as good as 1 in 500 for such a huge bag of booty?

THP Entry: A Holonomic Drive 3D Printer

holo

[Sugapes] always wanted to cut a few corners and build a really, really cheap 3D printer, but the idea of using linear actuators – pricing them, sourcing them, and the inevitable problems associated with them – scared him away. One day, he realized that moving in a plane in the X and Y dimensions wasn’t hard at all; cars and robots do this every day. Instead of moving a 3D printer bed around with rods and pulleys, [Sugapes] is moving his 3D printer around with wheelsIt’s different, it’s interesting, and it’s the perfect project to show of his creativity for The Hackaday Prize.

The drive system [Sugapes] is using is called a holonomic drive system. In his build, three omnidirectional wheels are attached to continuous rotation servos, each of them mounted 120 degrees apart. The print bed is simply placed on these wheels, and with the right control algorithms, [Sugapes] can move the bed in the X and Y axes. With an extruder on a Z axis above the bed, this setup becomes a 3D printer with a theoretically unlimited XY build axis. Pretty clever, huh?

There are a few problems [Sugapes] will have to overcome to turn this project into a proper printer. The omnidirectional wheels aren’t the best at transferring movement to the bed, so a quartet of USB optical computer mice are being used for a closed loop system. [Sugapes] put up a video of his project, you can check that out below.


SpaceWrencherThe project featured in this post is an entry in The Hackaday Prize. Build something awesome and win a trip to space or hundreds of other prizes.

Continue reading “THP Entry: A Holonomic Drive 3D Printer”

New Round Of Astronaut Or Not: Too Cool For Kickstarter

astronaut-or-not-round3-results

Round 3 of Community Voting has drawn to a close. This time around we had nearly 60,000 votes for 420 projects! The first voter lottery drawing didn’t turn up a winner, but on Friday we ended up giving away the bench supply. We’ll cover the projects with the top votes in just a moment, but first let’s take a look at the voter lottery prize for the new round.

You must vote at least once in this new round to be eligible for the voter lottery on Friday!

voter-lottery-4-prizes

We’ve got so many prizes in the package for the fourth round of Astronaut or Not that we’re just showing you a few in this image.

On Friday morning we’ll be drawing a random number and checking it against the Hacker profiles on Hackaday.io. If that person has voted in this current round, they win. If not, they’ll be kicking themselves (emptyhandedly) for not taking part in the festivities.

This week’s prize package includes:

Now onto the results:

Continue reading “New Round Of Astronaut Or Not: Too Cool For Kickstarter”

Automated Judging Of Hackaday Prize Entries

cock

We have some of the Internet’s hacking elite judging The Hackaday Prize, and that means they can’t enter any projects into the prize. All the better for everyone else, we suppose. One of the judges, [Sprite_tm], is a resourceful guy and when it comes to judging the entries for The Hackaday Prize, he’s going to do what comes naturally to him: build a machine to automate the task.

[Sprite]’s plan for the JudgeTron 9001 is to use neural networks embedded in biological specimens to do the judging for him. Honestly, we really appreciate the effort he put in to this; biohacking is really in vogue right now, and we do love the classic throwback to the AI renaissance here. It certainly doesn’t hurt that he’s using a Raspberry Pi and an Arduino for this project, either.

Grabbing a touchscreen LCD and a few other parts out of his junk drawer, [Sprite] quickly whipped up a project that would display entries to The Hackaday Prize to the biologically embedded neural nets. These nets needed a little bit of encouragement to select winning entries, so a ‘feed’ back mechanism was laser cut out of acrylic, mounted to a servo, and filled with positive reinforcement.

The software running on the Pi crawls through the list of entries to The Hackaday Prize, extracting images from each one. The plan was for the biological neural nets to select winning entries and be rewarded via the feedback mechanism. These neural nets proved to be very sensitive to the sound of the servo gears of the feedback mechanism, and [Sprite]’s attempt at finding a winning entry with his creation has so far proved unsuccessful. Still, there’s a video of it in action, you can check that out below.

Continue reading “Automated Judging Of Hackaday Prize Entries”

THP Entry: A Theatrical Lighting Controller Powered By A Calculator

DMX

Theatrical lighting usually runs with the help of DMX, a protocol that’s basically MIDI for lights; small, lightweight, ancient, and able to run on the lowest spec computers imaginable. For his Hackaday Prize entry, [Alex] figured a regular ‘ol graphing calculator was sufficient to run a complete DMX controller, and with the help of an Arduino, figured out a way to do it.

The hardware for the system consists of a TI-84 graphing calculator, a few bits and bobs in the way of components, and an Arduino Pro Mini powered from the USB port on the calculator. The Arduino handles the transmitting of DMX packets at 250 kbaud using the DMXSimple library over a 5-pin XLR jack.

The software running on the calculator is where the novel part of the project begins. The software is designed to be extremely lightweight, sending packets to the Arduino using the 2-wire link cable. DMX Commands are wrapped up and transferred using the TI-83/84 link protocol, decoded on the Arduino, and sent out to the lighting rig.

While this probably won’t replace the multi-thousand dollar lighting consoles found in theatres, it’s still a very handy and portable tool for debugging lights. It’s also [Alex]’s My First Electronics Project™, and a pretty good one at that.


SpaceWrencherThe project featured in this post is an entry in The Hackaday Prize. Build something awesome and win a trip to space or hundreds of other prizes.