Grace Under Pressure: Shelley Green Celebrates Crimped Connections

We think it’s pretty safe to assume that most of the electrical connections our readers are making out there involve solder or solder paste. But we’ve all made a crimp connection or two in our lifetimes. Maybe you’ve squeezed a butt connector here and there, or made an Ethernet cable. Beyond getting the wiring order right in the Ethernet cable, how much did you wonder about what was happening inside the connector?

It may seem like solder is the superior option for making a low-resistance electrical connection. After all, you’re welding metals together with another metal. And this is usually all fine and good for circuit boards with sedentary indoor lives. But if a joint needs to be mechanically stable and survive in potentially harsh environments, you don’t want an alloy holding things together. You want metal to metal contact, and crimping is where it’s at.

A well-made crimp should last for several decades, but as Shelley Green explained in her talk at the 2019 Hackaday Superconference, good quality crimps don’t happen by accident. Good crimps are meticulously designed, and carefully executed from start to finish.

Continue reading “Grace Under Pressure: Shelley Green Celebrates Crimped Connections”

Supercon Talk: Mike Szczys Runs Down The State Of The Hackaday 2019

2019 was a great year for Hackaday. It marked the fifteenth year of the hacker community’s hive-brain, which is essentially forever in Internet Years, and we’re still laser-focused on bringing you the hacks that inspire you to create the hacks that inspire someone else to create the hacks of tomorrow. We’re immensely proud that Hackaday remains a must-read in the worldwide community of folks doing creative things with technology.

At the Superconference, our editor-in-chief Mike Szczys covered the best new developments here at Hackaday HQ in 2019: new weekly columns, mobile-friendly formats for both Hackaday’s front page and the mobile app for Hackaday.io, our podcast, some great new contests, and a ton of great in-depth original articles from our crew of writers. And that’s just what was new last year.

The part of Mike’s talk that I enjoyed the most, though, was his look back fifteen years ago to when Hackaday was just born. In the intervening 5,545 days, we’ve written more than 34,718 articles. (So much for “hack-a-day”, he says, doing the math.) We’re nearing our millionth comment. That’s a lot of Hackaday. So it’s fun to ask what has changed over this time, and track it through the memory of a hardware hacker.

Dig the old image styling! Groovy.

Back in 2008, Hackaday was a spry four-year-old, and we were featuring robot hacks where the brains and Internet connectivity were provided by WRT-54G routers, SMS connectivity was provided by hacking into a Nokia 3100, and the battery weighed more than the motors yet only lasted fifteen minutes. Today’s hacks toss in an ESP32, any old cheap SMS module, and an off-the-shelf Li-Ion battery pack and will run for days. Don’t even get me started on 3D printers. Or the ease of writing software for any of these machines. We’ve never lived in better times!

But that doesn’t mean that every project has to be a superconducting supercollider either; it’s equally important to showcase our simpler projects too, to give new people a foothold into the hacking scene. And it’s similarly crucial to show people how you failed, tried, and tried again before declaring victory. If all of our finished projects look like they were conjured out of thin air, it hides all of the learning that went into them, and that’s where a lot of the real gold is buried.

While we add features, media come and go, and the cutting edge becomes less and less distinguishable from magic, one thing remains constant: showing each other what we’re up to, sharing our best tips and tricks, and pushing forward the hacker state of the art. Long live Hackaday!

Continue reading “Supercon Talk: Mike Szczys Runs Down The State Of The Hackaday 2019”

Three Tales Of Making It In Electronics Design And Manufacturing

Having found success in different areas, it’s a pleasure to hear from Erika Earl, Paul Beech, and Spencer Owen during a panel discussion at the 2019 Hackaday Superconference. Led by Tindie’s Jasmine Brackett, the panel covers some of the background needed to develop a product and get it into the hands of your customers.

Erika’s origin story begins with an interest in electronics during her teenage years that led to work in recording studios. It seems nobody on staff there was interested in repairing anything. Every company needs a hacker to make sure everything continues to work and she decided to take on the role.

From there Erika found her way into the world of manufacturing and has never looked back. You may remember hearing some of her experiences in her 2016 Hackaday Supercon talk on turning your manufacturing mistakes in a learning experience. During this panel she recounts one particularly painful experience when over-torque on a six-layer PCB damaged traces and led to extensive manual rework; always include a torque-spec!

Continue reading “Three Tales Of Making It In Electronics Design And Manufacturing”

Fear Of Potato Chips: Samy Kamkar’s Side-Channel Attack Roundup

What do potato chips and lost car keys have in common? On the surface, it would seem not much, unless you somehow managed to lose your keys in a bag of chips, which would be embarrassing enough that you’d likely never speak of it. But there is a surprising link between the two, and Samy Kamkar makes the association in his newly published 2019 Superconference talk, which he called “FPGA Glitching and Side-Channel Attacks.

Continue reading “Fear Of Potato Chips: Samy Kamkar’s Side-Channel Attack Roundup”

Debugging Electronics: To Know Why It Didn’t Work, First Find What It Is Actually Doing

Congratulations, you have just finished assembling your electronics project. After checking for obvious problems you apply power and… it didn’t do what you wanted. They almost never work on the first try, and thus we step into the world of electronics debugging with Daniel Samarin as our guide at Hackaday Superconference 2019. The newly published talk video embedded below.

Beginners venturing just beyond blinking LEDs and premade kits would benefit the most from information here, but there are tidbits useful for more experienced veterans as well. The emphasis is on understanding what is actually happening inside the circuit, which explains the title of the talk: Debugging Electronics: You Can’t Handle the Ground Truth! So we can compare observed behavior against designed intent. Without an accurate understanding, any attempted fix is doomed to failure.

To be come really good at this, you need to embrace the tools that are often found on a well stocked electronics bench. Daniel dives into the tricks of the trade that transcend printf and blinking LED to form a plan to approach any debugging task.

Continue reading “Debugging Electronics: To Know Why It Didn’t Work, First Find What It Is Actually Doing”

Scott Shawcroft Is Programming Game Boys With CircuitPython

Some people like to do things the hard way. Maybe they drive a manual transmission, or they bust out the wire wrap tool instead of a soldering iron, or they code in assembly to stay close to the machine. Doing things the hard way certainly has its merits, and we are not here to argue about that. Scott Shawcroft — project lead for CircuitPython — on the other hand, makes a great case for doing things the easy way in his talk at the 2019 Hackaday Superconference.

In fact, he proved how easy it is right off the bat. There he stood at the podium, presenting in front of a room full of people, poised at an unfamiliar laptop with only the stock text editor. Yet with a single keystroke and a file save operation, Scott was able make the LEDs on his Adafruit Edge Badge — one of the other pieces of hackable hardware in the Supercon swag bag — go from off to battery-draining bright.

Code + Community

As Scott explains, CircuitPython prides itself on being equal parts code and community. In other words, it’s friendly and inviting all the way around. Developing in CircuitPython is easy because the entire environment — the code, toolchain, and the devices — are all extremely portable. Interacting with sensors and other doodads is easy because of the import and library mechanics Python is known for, both of which are growing within the CircuitPython ecosystem all the time.

CircuitPython is so friendly that it can even talk to old hardware relatively easily without devolving into a generational battle. To demonstrate this point, Scott whipped out an original Nintendo Game Boy and a custom cartridge, which he can use to play fun sounds via the Game Boy’s CPU.

Now You’re Playing With Python

It’s interesting to see the platforms on which Scott has used the power of CircuitPython. The Game Boy brings the hardware for sound and pixel generation along with some logic, but he says it’s the code on the cartridge that does the interesting stuff.

The CPU communicates with carts at a rate of 1MHz. As long as you can keep this rate up and the CPU understands your instructions, you can get it to do anything you want.

Scott’s custom cart has a 120MHz SAMD51. He spends a second explaining how he gets from Python libraries down to the wire that goes to the Game Boy’s brain — basically, the C code underneath CircuitPython accesses direct structs defined within the SAMD to do Direct Memory Access (DMA), which allows for jitter-free communication at 1MHz.

He’s using the chip’s lookup tables to generate a 1MHz signal out of clock, read, and A15 in order to send music-playing instructions to the sound register of the Game Boy’s CPU. It sounds like a lot of work, but CircuitPython helps to smooth over the dirty details, leaving behind a simpler interface.

If you want easy access to hardware no matter how new or nostalgic, the message is clear: snake your way in there with CircuitPython.

Continue reading “Scott Shawcroft Is Programming Game Boys With CircuitPython”

Building Cameras For The Immersive Future

Thus far, the vast majority of human photographic output has been two-dimensional. 3D displays have come and gone in various forms over the years, but as technology progresses, we’re beginning to see more and more immersive display technologies. Of course, to use these displays requires content, and capturing that content in three dimensions requires special tools and techniques. Kim Pimmel came down to Hackaday Superconference to give us a talk on the current state of the art in advanced AR and VR camera technologies.

[Kim]’s interest in light painting techniques explored volumetric as well as 2D concepts.
Kim has plenty of experience with advanced displays, with an impressive resume in the field. Having worked on Microsoft’s Holo Lens, he now leads Adobe’s Aero project, an AR app aimed at creatives. Kim’s journey began at a young age, first experimenting with his family’s Yashica 35mm camera, where he discovered a love for capturing images. Over the years, he experimented with a wide variety of gear, receiving a Canon DSLR from his wife as a gift, and later tinkering with the Stereorealist 35mm 3D camera. The latter led to Kim’s growing obsession with three-dimensional capture techniques.

Through his work in the field of AR and VR displays, Kim became familiar with the combination of the Ricoh Theta S 360 degree camera and the Oculus Rift headset. This allowed users to essentially sit inside a photo sphere, and see the image around them in three dimensions. While this was compelling, [Kim] noted that a lot of 360 degree content has issues with framing. There’s no way to guide the observer towards the part of the image you want them to see.

Continue reading “Building Cameras For The Immersive Future”