The Best Conference Badge Hacking You’ve Ever Seen

72EJpM5noCVCOQOeMV74_fmZeSQKcPxiqv70JYc9psgAs with any proper hardware con, the Hackaday Supercon needed a badge, and preferably one that was electronic. This conference centered around hardware creation, and the badge was no exception.

Designed on a tight timeline, it was possible to deliver a PCB badge for the attendees but it didn’t include microcontrollers, FPGAs, or software defined radios. This blank slate was the foundation for a completely unconstrained freestyle electronics soldering session.

The front of the badge includes a matte black solder mask with Truchet tiles of traces. Put multiple badges edge-to-edge and the pattern continues indefinitely. Inside of each curved trace is a through-hole via and those makes up a grid of holes on the back of the badge. On that back side there are also two rectangular grids that presented a nice area to which hackers soldered their components.

More than a few people took up the challenge of hacking their badge, and despite a strange pitch for the through holes (0.230″), and traces that didn’t go anywhere, there were some amazing builds. I would go so far to say that the badge hacking at the Supercon was the best I’ve ever seen, and this includes DEFCON and CCC.

Continue reading “The Best Conference Badge Hacking You’ve Ever Seen”

Embedded.fm Podcast Live From SuperCon

Everyone here at Hackaday is a big fan of Embedded.fm, the weekly podcast for people who love making gadgets, hosted by [Elecia White]. We’re honored that this week she has dedicating an entire episode to live interviews at the Hackaday SuperConference.

The set of seven interviews are with some of the people who were working the SuperCon. These were recorded on the second day of the conference, after the Hackaday Prize had been awarded. It was also the morning after [Sprite_TM] presented an amazing talk which almost everyone interviewed mentions (don’t worry, video of that talk is coming soon).

[Elecia] has a gift for interviewing and guides the conversation in many interesting directions: what the SuperCon is all about, background on the people who work on Hackaday, Supplyframe, and Parts.io, looks back at the 2015 Hackaday Prize, and what the future might bring.

If you’ve ever wanted a candid behind-the-scenes look at the events and initiatives that go on around here, this is it. It’s told from the perspective of people who love devoting way too much time to Hackaday. We think [Elecia] is counted among them.

Main Image: In true hacker fashion, [Elecia White] prepares to launch her LED throwie up to the second floor ductwork at the Hackaday SuperConference.

Code Craft-Embedding C++: Hidden Activities?

What is an embedded system? The general definition is a computer system dedicated to a specific purpose, i.e. not a general purpose system usable for different tasks. That is a very broad definition. I was just skimming the C++ coding guidelines for the Joint Strike Fighter. That’s a pretty big embedded system and the first DOD project that allowed C++! When you use an ATM to get money you’re using an embedded system. Those are basically hardened PCs. Then at the small end we have all the Internet of Things (IoT) gadgets.

The previous articles about embedding C++ discussing classes, virtual functions, and macros garnered many comments. I find both the positive and critical comments rewarding. More importantly, the critical comments point me toward issues or questions that need to be addressed, which is what got me onto the topic for this article. So thank you, all.

Let’s take a look at when embedded systems should or should not use C++, taking a hard look at the claim that there may be hidden activities ripe to upset your carefully planned code execution.

Continue reading “Code Craft-Embedding C++: Hidden Activities?”

Automated Star Wars Themed Nerf Targets

When challenged with making a game for a kids event using only the parts he already had on hand, [Nathan Gray] had to get creative. What he ended up making is pretty awesome. It’s a Star Wars themed Nerf gun shooting gallery.

icons-390Using a Teensy 2.0, he’s controlling nine RC servo motors attached to two-sided targets which randomize themselves every round — The Empire is bad, the Rebels, good. They’re also color coded red and green in case the images are too hard to see.

To keep track of scoring, there are piezo elements which register the impact of a Nerf dart. A cute little command console with a big red start button and score display can be set up in front of the range to let the kids know how they’re doing.

Continue reading “Automated Star Wars Themed Nerf Targets”

Back To Basics: What’s The Deal With Magnets?

I consider myself a fairly sharp guy. I’ve made a living off of being a scientist for over 20 years now, and I have at least a passing knowledge of most scientific fields outside my area. But I feel like I should be able to do something other than babble incoherently when asked about magnets. They baffle me – there, I said it. So what do I do about it? Write a Hackaday post, naturally – chances are I’m not the only one with cryptomagnetonescience, even if I just made that term up. Maybe if we walk through the basics together, it’ll do us both some good understanding this fundamental and mysterious force of nature.

Continue reading “Back To Basics: What’s The Deal With Magnets?”

Review: Voltera V-One PCB Printer

Back in Feburary, I was one of the first people to throw some cash at the Voltera V-One circuit board printer on Kickstarter. With an anticipated delivery date of Q4 2015, I sat back and waited. This week, my V-One arrived!

I’ll preface this article by pointing out that I do know the folks at Voltera as we went to university together. That being said, I did put down my own cash for the device, so I’ve bought the right to be critical. I also have no relationship with their company. In this article, we’ll go through unboxing and printing, then get into a review of the V-One based on what we’ve seen so far.

Continue reading “Review: Voltera V-One PCB Printer”

Preparing Images For Laser Etching Isn’t That Hard

Sometimes we forget how awesome laser cutters really are. After all, they’re essentially giant plotters that shoot infrared lasers to cut and engrave almost anything. Most of the time, we’ll use the cutting feature in order to make rapid prototypes for different projects. We might engrave a logo or text on there too — but with a bit of image pre-processing, you can actually etch grey scale images that look really good.

[miststlkr] has been experimenting with different processes to get the best engraving, and he’s decided to share his findings. He’s created a guide on Instructables, and it’s a pretty quick read. You’re going to need some image editing software, for which [miststlkr] recommends Gimp — as do we.

From there it’s just a matter of a few steps to simplify the image. Start by converting the image to indexed colors — this limits the number of colors the image can have, he recommends limiting to about 4 colors for now. From there, convert to grey scale and import into your favorite laser software. Now it’s time to start testing.

Continue reading “Preparing Images For Laser Etching Isn’t That Hard”