Close
0%
0%

JudgeTron 9001

As you may know, I'm a judge for the Hackaday Prize. I also can be pretty lazy, so maybe I could automate the job of judging?

Similar projects worth following
You all know about the Hackaday Prize, right? The one that sends the winner to space and has awesome prizes for the runner-ups? You already have entered into that one, right?
</plug mode="shameless">

Well, the Hackaday people honored me by asking me to be a judge for that contest. That is pretty awesome, and I don't mind reading about all the things people think of. I also need to do the actual judging, by painstakenly figuring out which project is 'better' than the other. I'm somewhat of a lazy bastard, and hacking up a new electronics project is way more fun, so my thought was: Why not automate the process?

Because I dislike the reverse chronological order of the build log, I've put everything into the build instructions section. There are four steps, but Hackaday only shows 3 by default. Click here if you want to see them all.

  • 1
    Step 1

    Okay, what does a JudgeTron need? My idea was to use neural networks embedded in biological units to do the whole judging thing. These biological units unfortunately don't have native electrical interfaces: I couldn't just put a RJ45 into them and have them judge everything for me. I would need to have some input and output, and some processing power to control everything.

    Because this is Hackaday, I decided on the most used and/or most hated-on things I could think of, so I ordered an Arduino and a Raspberry Pi. From the junk drawer, I also grabbed a composite LCD and a touchscreen. The LCD works at 12V and the JudgeTron needs to be portable, so I was planning to feed the thing off two 6V SLA-batteries in series. The Arduino and Raspberry Pi needed 5V, so a small buck-converter PCB was used to generate that voltage.

    I would also need the touchscreen to work. I could come up with a dedicated touchscreen controller to connect everything to the Raspberry Pi, but the touchscreen is resistive and the Arduino has some AD-channels so I could just as easily use that as a touchscreen controller thingamajig. The touchscreen I had had an un-solderable carbon FPC-cable I didn't have a suitable mating connector for, but hey, we're hacking here:

    So now I had the output and input fixed. I also need positive feedback for the biological voting units' neural networks, though.

  • 2
    Step 2

    Because judging for the Hackaday Prize isn't something the biological units I intend to use do naturally, I had to build in some positive feedback. Like most evolved biological things, the neural networks here are pretty optimized to sustaining themselves and getting the energy to do that has a high priority. I decided to make something to use that, so I needed to make a device that could be triggered electronically and would output food.

    I nowadays have a lasercutter, so I decided to build something using that. (If you want, you can nab the svg for your own use.)

    I also would need propulsion. For that, I decided to modify a miniature servo to continuous rotation mode. That way, it's basically a nice little geared DC-motor of which you can control the speed and direction by the PWM pulses you send it.

    Modifying a servo in this fashion basically means getting rid of the end stops, ripping out the potmeter connected to the main axis and replacing it by two fixed resistors. You can find pretty nice tutorials online if you want to do this yourself.

    Meanwhile, the design is cut using the lasercutter. This is the first revision, I modified the spoked wheel thing that moves the feed later on.

    And this is the assembled end result, after all layers are glued together.  Feed goes into the reservoir (which I made a bit higher later on), gets scooped up by the wheel thing and falls out of the (nearly invisible in this picture) hole at the bottom of the front bit.

    I also found a cheap plastic housing thing for the JudgeTron, and the food dispenser was the first thing to go in:

    The whole thing is supported by a bit of wood, with a slot in it so the feed falls out on the outside of the box.

  • 3
    Step 3

    So I now had input, output and a feedback mechanism. All I needed now is some software and a case.

    The case was pretty easy: I took a cheap box from my local shop and cut off the upper half. A bit of acrylic glass with a hole in it for the touchscreen would do as the top cover.

    For the software, the first thing I did was write a quick-and-dirty ripper using wget. It basically crawled the list of submissions for the prize. The crawler would then rip the page for each submission and take out the images to show on the LCD. It would also parse the text in the page: the intended biological units unfortunately can't be taught all the details of the contest. Instead, the parser checks the text using a proprietary and very secret algorithm and converts it into a score. Normally, I would open-source the software, but in this case I'll keep it secret because... errm... you may be able to game the system if you know the algorithm. Yes, that's the reason. The fact that the code quality is abysmal has absolutely nothing to do with it.

    On the Raspberry Pi, a random image for each project is shown in succession. Meanwhile, the previously calculated score is converted to a count of animated objects, making the image on the LCD more attractive to the biological units. The idea is that the combined image plus the attraction-raising animated objects will lower the threshold value for the neural feedback nets to actually judge positively on the project. That is measured using the touchscreen: as soon as the bio-unit touchs the screen, a tally for the project that is shown is increased.

    I also needed to handle the feedback. The algorithm for that isn't very hard: as soon as a judgement is made, the Arduino turns on the feeder motor and the biological unit will be rewarded by some food.

    As you can see in this short video, at least the electrical and mechanical parts work fine:

    Now to add the biological part into the equation.

    (If this is the last bit of text you see, it's because Hackaday.io only shows 3 instructions by default. Click on 'see all instructions' to continue.)

View all 4 instructions

Enjoy this project?

Share

Discussions

Mastro Gippo wrote 08/13/2014 at 18:44 point
LOL, awesome! Maybe you should try it with cats, internet will go crazy! :)

  Are you sure? yes | no

Sharp Trickster wrote 08/05/2014 at 13:44 point
That's hilarious! [2]
You definetly should try that one with alligators!

  Are you sure? yes | no

K.C. Lee wrote 08/04/2014 at 17:49 point
So more bugs in the project makes the judge chicken more happy?

  Are you sure? yes | no

Adam Fabio wrote 08/04/2014 at 05:23 point
This is awesome, Sprite! Possible future tests: Show a different project each day and see how the biologic units egg laying activities are effected. More eggs = positive votes!

  Are you sure? yes | no

Mike Szczys wrote 08/03/2014 at 19:24 point
Fantastic project Sprite! Now I just need to adapt this for my variety of house pets that will undoubtedly want to weigh in on the projects themselves.

  Are you sure? yes | no

jlbrian7 wrote 08/03/2014 at 11:18 point
That's hilarious!

  Are you sure? yes | no

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates