2015 Hackaday Prize Presentation Draws Near

The judges of the 2015 Hackaday Prize are hard at work right now to choose the five finalists who will receive the top prizes for the 2015 Hackaday Prize. The Judges for the Best Product have finished their work, and the announcements for all of these amazing engineering projects is just around the corner. We’ll be making the announcement in front of a live audience at the Hackaday SuperConference in just two weeks!

It has been amazing to see hundreds of people from the Hackaday Community who took time out of their lives to build something that matters and to document it as their entry. This has far-reaching benefits that will echo for years to come. No matter where your project finishes, standing up and saying “here’s something I built from an idea I had” is an amazing thing. Great work!

We are profoundly thankful for the visionary companies that sponsored the 2015 Hackaday Prize. Atmel, Freescale, Microchip, Mouser, and Texas Instruments made so much of this year’s prize possible. They recognize what it means to use Open Design; a philosophy that lets talented people pass on their skills by their engineering examples.

A big part of their support this year has gone to hosting live events. Hackaday Prize Worldwide was held in Chicago, Mumbai, Toronto, New York, Bangalore, Los Angeles, San Francisco, Shenzhen, New Delhi, Boston, Washington DC, Zurich, and Berlin. Their involvement continues with the presentation planned on Saturday November 14th at the Hackaday SuperConference.

Mouser Electronics has partnered with Grant Imahara of MythBusters fame. Grant is a talented roboticist who will have a talk and Q&A session at the SuperCon about his career. Microchip is giving away [Lucio Di Jasio’s] new book on microcontrollers to conference attendees. Atmel leapt at the opportunity to send development hardware for [Colin O’Flynn’s] workshop (he took Second Place in the 2014 Hackaday Prize), helping to lower the workshop cost for the participants.

Of course, it’s not just the events that were possible due to these sponsorship. Along with Supplyframe who presents the Hackaday Prize each year, these sponsors made the total prize package of about $500,000 a reality. It’s not everyday you can give away a trip into space as a Grand Prize and $100,000 for the Best Product. This is an amazing way to support the hardware ideals we live by and we applaud our sponsors for their meaningful involvement.

The 2015 Hackaday Prize is sponsored by:

CCC 2015: Moon Robots, Data Destruction, And An Epic Thunderstorm

Chaos Communication Camp 2015 is over, and most everyone’s returned home to warmer showers and slower Internet. In this last transmission from Camp 2015, we’ll cover the final two days of talks, the epic thunderstorm, and give a brief rundown of the challenges of networking up a rural park in Brandenburg.

Continue reading “CCC 2015: Moon Robots, Data Destruction, And An Epic Thunderstorm”

Hacklet 51 – Crowdfunding Projects

Ah crowdfunding. You might say we have a love/hate relationship with it here at Hackaday. We’ve seen some great projects funded through sites like Kickstarter, IndieGoGo, and the like. We’ve also seen projects where the creators were promising more than they could deliver. While the missed deliveries and outright scams do get a lot of press, we believe that crowdfunding in general is a viable platform for getting a project funded.

Closer to home, Hackaday.io hosts thousands of projects. It’s no surprise that some of these have had crowdfunding campaigns. This week’s Hacklet focuses on those projects which have taken the leap into the crowdfunding arena.

matrixWe start with [Louis Beaudoin] and SmartMatrix. [Louis] has created an awesome Teensy 3.1 based system for displaying images, animated graphics, and random patterns on a 32×32 RGB LED panel. The LED panel is the same type used in commercial LED billboards. SmartMatrix is open source, and includes extra pins for hacking. Our own [Mike Szczys] hacked the SmartMatrix to create a 1-pixel PacMan clone. [Louis’] Kickstarter is almost over, and needs a huge boost for fully-assembled SmartMatrix to make its goal. Even if the campaign isn’t successful, we think its a great project and you can always get a solder-it-yourself kit from The Hackaday Store!

psdrNext up is [Michael R Colton] with PortableSDR. PortableSDR was one of the five finalists in The 2014 Hackaday Prize. This pocket-sized software defined radio transceiver started as a ham radio project: a radio system which would be easy for hams to take with them on backpacking trips. It’s grown into so much more now, with software defined radio reception and transmission, vector network analysis, antenna analysis, GPS, and a host of other features. [Michael] raised a whopping $66,197 in his Kickstarter campaign, and he’s already delivered the hand assembled prototypes to their respective backers! Even the lower level rewards are awesome – [Michael’s] PSDR key chains are actually PCBs which can be turned into maple compatible ARM devboards with just about $10 of additional parts.

chip whisperNext we have The ChipWhisperer, [Colin Flynn’s] embedded security testing system, which won second place in the 2014 Hackaday Prize. We’ve covered both [Colin] and the ChipWhisperer  several times on the Blog. You can always buy the full ChipWhisperer from [Colin’s] company, NewAE Technology Inc. At $1500 USD, the ChipWhisperer is incredibly affordable for a hardware security tool. That price is still a bit high for the average hacker though. [Colin] created a Kickstarter campaign for a light version of the ChipWhisperer. This version is a great platform for learning hardware security, as well as an instrument for testing embedded systems. The campaign was a huge success, raising $72,079.

wingboardNot every crowdfunding project has to be a massive megabuck effort though. [ZeptoBit] just wanted to solve a problem, he needed a WiFi shield for Arduino using an ESP8266 module. ESP8266 WiFi modules have been all the rage for months now, but they can be a bit of a pain to wire up to an Arduino Uno. The dual row .100 headers are not bread board friendly. The ESP8266’s 3.3 V power and interface requirements mean that a regulator and level shifters are needed to get the two boards working together. [ZeptoBit] put all that and more on his wingboard. It worked so well that he launched a Kickstarter campaign for a small run of boards – his initial goal was kr3,500, or $425 USD. He ended up raising kr13,705, or $1665 USD. Not bad at all for a hobby project!

If this isn’t enough crowdfunding goodness for you, check out our Crowdfunding list! That’s it for this week’s Hacklet, As always, see you next week. Same hack time, same hack channel, bringing you the best of Hackaday.io!

Hackaday Prize Entry: BS Free USB

Take a look at some old electronics magazines, or even a few blog posts from 10 years ago, and you’ll notice something strange: parallel ports. Those big ‘ol DB25 were the way to get bits out of a computer and into a microcontroller. There was a reason for this: it was exceptionally easy to do.

Now, we have USB to deal with, and that means VIDs and PIDs, drivers, enumeration, and a whole bunch of cruft that makes blinking an LED a surprisingly complicated process. [Colin O’Flynn]’s project for the 2015 Hackaday Prize aims to fix that with BSU – BS Free USB.

Instead of USB to serial chips attached to another microcontroller, [Colin] is using a few microcontrollers with a built-in USB interfaces. These chips are loaded up with firmware and controlled with a simple API on the computer side. If you want to blink a pin, just add a library to your project and set the pin high. Want some SPI on your computer? That’s just setting a few pins as MOSI, MISO, and SCK and typing in a few bytes. It’s basically a $2 Bus Pirate that you can stick into any project.

If [Colin]’s name sounds familiar in the context of The Hackaday Prize, it’s because he won second place with the ChipWhisperer last year. While a tiny USB thing isn’t quite as cool as a tool to break embedded encryption, the BSU certainly seems more useful to millions of hardware tinkerers around the world.


The 2015 Hackaday Prize is sponsored by:

OpenSelfie Photobooth

Hackaday Prize Worldwide: Makers Asylum

Several weeks before we launched the Hackaday Prize 2015 officially, I was asked to set up a local event in Mumbai to help spread the word about the event to local Makers. Since I also help run a local maker space, Makers’ Asylum, we decided to have a Bring-a-Hack evening on March 21st at the Asylum.

It was a packed day at the Asylum. We had an Aeromodeling workshop in the morning. One bunch was building a quad bike from old bicycle frames, and another was doing something similar using PVC pipes. A third bunch was building a work table from a recycled wooden pallet. All this before we even hit lunch hour. I set up my OpenSelfie photobooth, and everyone quickly wolfed down a lunch of Biryani. We started off late in the afternoon with a quick round of introductions.

 

First up was Siji Sunny, who quickly setup his latest hack – an Intel Atom NUC running Ubuntu + a WiFi router and he had media streaming over the local network from his Phone. Something like AirPlay, but using open source software – ffmpeg, ffstream and ffserver.

Continue reading “Hackaday Prize Worldwide: Makers Asylum”

Hackaday Prize Worldwide: SXSW

Having announced the start of the 2015 Hackaday Prize a few days ago, it’s time to take the message to the people. We’ll be evangelizing the message of grass-roots hardware development all over the world this year. The next event starts tomorrow in Austin, Texas and is free for all to attend.

Friday Mid-Day Meetup

Join the Hackaday Crew at the Hackaday South by Southwest Meetup on Friday from 11am-12pm. We’ll be discussing the bright future of small shop and grass roots hardware development. This concept ties into the 2015 Hackaday Prize which calls on you do develop solutions to some of the problems found in your community. Want to organize your own #HackadayPrize event to help get the word out? Great! Email prize -at- hackaday.com and we’ll help with the planning.

Friday Night at Hardware House

Find us on Friday Night at Hardware House. They are presenting several talks; notably from [Huge Fiennes] (Co-founder of Electric Imp), [Sam de Brouwer] (Co-founder of Scanadu), [Nick Yulman] (from Kickstarter), and [Jason Johnson] (Co-Founder of August). In between there will be some lightning talks and [Sophi] will be giving one on the 2015 Hackaday Prize. and we’ll be sticking around for the socializing as well. It runs from 6-9pm… don’t forget to RSVP.

Stuffing 150 sq. ft. with Hardware

The finalists from last year’s Hackaday Prize were gracious enough to lend us their prototypes to exhibit at our SXSW Create Booth which is open Friday through Sunday. These are SatNOGS, ChipWhisperer, PortableSDR, Open Science Tricorder, and RamanPi. Thank you to them all, we’ll make sure to bring some of those along to the meetup. We’re also happy to have one of [Radu Motisan’s] uRADMonitor modules on hand, one of the Mooltipass beta units which were the topic of the Developed on Hackaday series, and one of [Macetech’s] new LED glasses (which we might just be giving away to someone who stops by).

Tacos or Drinks or Hangouts, oh my

The midway is open 11-6 everyday but you can bet after that (and perhaps before) we’ll be looking to do some socializing. Hit us up on Twitter if you have any suggestions or wonder what we’re up to. Assuming the Internet is working we’ll be checking and Tweeting regularly. On site we’ll be using the following accounts: @Hackaday, @Hackaday.io, @HackadayPrize.

Hackaday Meetup At SXSW

Each year the giant South by Southwest (SXSW) festival descends on Austin, Texas. It attracts droves of music lovers, among them an ocean of our kind of tech geeks. This year the crowd will trend evermore in that direction since Hackaday has decided to be there too!

In addition to scouring the crowd for awesome tech, we have a booth and are hosting an organized Hackaday meetup on Friday 3/13 at 11:00am. It’s free to all so put it on your calendar now! Several of our Hackaday crew will be there, we’re bringing cool hardware, and of course we’ll have some swag in tow the most hardcore of hackers.

This is one chance to talk about our passion: hardware development. We’ll be discussing the concept of focused and sustained efforts at building hardware as individuals, small teams, and a growing community. We know this is possible… we saw a lot of it with The Hackaday Prize and had a great look at one type of distributed development process through Developed on Hackaday which followed the Mooltipass project. Of course it’s not a lecture so bring your own ideas while we all chew the fat of what the future needs to look like.

As we mentioned, we have a booth at SXSW Create. Entry is again free to all and runs 11am-6pm for three days — find us in one of the four corner stalls. There we will be exhibiting the hardware from SatNOGS, ChipWhisperer, PortableSDR, Open Science Tricorder, and RamanPi. Don’t know what’s notable about these projects? They all won big for sharing the details of their future tech designs.

So, find us there! Give a shout on Twitter if you wonder what’s going on (we’re always looking for a good impromptu beer meetup or taco crawl). @hackaday@hackadayio@hackadayprize