A Big 3D Printer Built Using The Power Of Procrastination

When we wrote about [Dan Beaven]’s resin printer a while back he enthusiastically ensured us that, thanks to the recent wave of attention, he would finally finish the project. That’s why today we are covering his entirely unrelated 2 cubic foot print volume FDM printer. 

As we mentioned, [Dan] is no stranger to 3D printers. His addiction has progressed so far that he needs bigger and bigger parts, but when he looked at the price of printers that could sate his thirst… it wasn’t good. We assume this is the time he decided to leverage his resin printer procrastination to build a massive printer for himself.

The frame is aluminum extrusion. The bed is an 1/4″ thick aluminum plate supported just a little bit in from each corner. He can use the 4 motors to level the platform, which is a killer feature on a machine this big. More or less it’s fairly standard mechanically.

We are interested in his interesting addition of a FLIR thermal sensor to see live heat distribution. We also applaud him on his redundant safety systems (such as a smoke sensor that’s separately powered from the machine).

All the files are available on his site if you’re procrastinating on something and would like one for yourself.

Script Your Way Out Of Video Editing Drudgery

[Victor Frost] has a deep voice and a fancy top of the line camera. While one would assume this to be a more than generous situation for life to put a person in; it’s got its own set of problems. Mainly that his fantastic fancy camera uses the most modern version of the popular h.264 encoding scheme, h.265. Gasp!

While that too seems like a pro, unfortunately h.265 doesn’t play as nice with his editing software. The solution seems easy, just transcode it and get on your way. However, when you start talking about transcoding 4K video from a top-of-the line source and retaining the quality. Well… It can bring a processor to its knees. Since he’d rather be playing overwatch than transcoding video on his main computer, he decided to offload and automate the drudgery to his spare.

That’s how the Ingest-a-Tron 9000 came into play. It uses a lot of open source software and, yes, windows batch files to take the files off his camera, process it on one computer, and dump it to another. Now he can game (or edit) while he waits. For those of us who are estranged from Linux thanks to our favorite software, it’s good to know that there are still ways to automate away the pain. Video after the break.

Continue reading “Script Your Way Out Of Video Editing Drudgery”

Learn Some Plastic Techniques With This SNES WiiMote Mod

Not all hacks have to be deeply technical. Sometimes a good show of skill is just as impressive. [lyberty5] takes two completely different hunks of plastic and somehow epoxies them into a convincing and, most impressively, reliable chimera.

While the WiiMote’s motion controls certainly caused a lot of wordy debate on the Internet when it was debuted. While everyone and their grandmother who owned a game company rushed out to copy and out-innovate it once they saw Nintendo’s hoard of dragon gold. Most game designers had other thoughts about the concept, mostly that it wouldn’t do for a platformer. So the gamer caught in the middle of it all had to rotate their grip-optimized rectangle 90 degrees and blister their thumbs on tiny buttons to play. Continue reading “Learn Some Plastic Techniques With This SNES WiiMote Mod”

Tiny Tunes On An ATtiny13

When you take a microcontroller class in university, one of the early labs they have you drudge through on your way to, promised, mastery over all things embedded, is a tiny music generator.

It’s a more challenging lab than one would expect. It takes understanding the clock of the microcontroller and its sometimes temperamental nature. It takes a clear mental picture of interrupts, and is likely one of the first experiences a burgeoning designer will have worrying about the execution time of one of their loops. Also tables, data structures, and more. It even requires them to go out of their comfort zone a learn about an unrelated field, a challenge often faced in practicing engineering.

Luckily [Łukasz Podkalicki] has done a great job of documenting the adventure. He’s got everything from the schematic and code to the PWM traces on the oscilloscope.

It’s also worth mentioning that he’s got a few other really nice tutorials for the ATtiny13 microcontroller on his blog. A tiny party light generator and a IR receiver among them.

We Recommend That You Enter A Cyclocopter From The Front

It’s crazy to think that we’ve optimized the heck out of some types of powered flight when there are entire theories and methods that haven’t even seen many government research dollars, let alone the light of day. The cyclocopter is apparently one of those. It was dreamt up around the same time as a helicopter, but was too audacious for the material science of the time. We have helicopters, but [Professor Moble Benedict] and his graduate students, [Carl Runco] and [David Coleman], hope to bring cyclocopters to reality soon.

For obvious reasons they remind us of cyclocranes, as the wings rotate around their global axis, they also rotate back and forth in a cycloidal pattern around their local axis. By changing this pattern a little bit, the cyclocopter can generate a wide variety of thrust vectors, and, hopefully, zip around all over the place. Of course, just as a helicopter needs a prop perpendicular to its main rotor on its tail to keep if from spinning around its axis, the cyclocopter needs a prop facing upwards on its tail.

It does have a small problem though. The bending force on its wings are so strong that they tend to want to snap and fly off in all different directions. Fortunately in the past hundred years we’ve gotten ridiculously good at certain kinds of material science. Especially when it comes to composites we might actually be able to build blades for these things. If we can do that, then the sky’s the limit.

[Professor Benedict] and his team are starting small. Very small. Their first copter weighs in under 30 grams. It took them two years of research to build. It will hopefully lead to bigger and bigger cyclocopters until, perhaps, we can even build one a person can get into, and get out of again.

Ask Hackaday: Did Video Games Influence Your Career?

Apex Minecraft hosting recently held a scholarship competition. The person who sent in the best essay would win a $2,000 scholarship.  The winning essay starts, “Five years ago, at age 13, I built an entire computer from scratch. Assembled from basic components: wires, torches, repeaters, pistons, and blocks, it was capable of rendering images to a display, multiplying and dividing numbers, and even calculating square roots.” I  had to read it twice before it clicked that he was talking about a computer built entirely in a fictional universe.

It’s no wonder that he’s now a freshman at college, pursuing a degree in computer engineering. After reading this, I started to reminisce. The first computer I ever had access to was my mother’s laptop. It had an install of QBASIC on it, and I remember using it to make a few text based games. Later on when we got our first family computer I remember spending hours getting no better at video game programming using QBASIC.

It went on and on. I remember doing AI for video games in DarkBasic. I remember doing physics and collisions. Eventually I found my way to html, then php, to make websites about games (which are too terrible to share with you). So when the time came to program robots I was absolutely fearless. It just seemed like such a natural extension of what I already knew that it never occurred to me to be thankful for the time I spent trying to make my own simple little games until much later.

In the end I am still occasionally making little forays into game programming when I want to learn a new language or get back up to speed. It never occurred to me that perhaps this was just the way I’ve always learned a language.

Later on in the winner’s essay he goes on to describe his minecraft community. They taught new players. They taught themselves. They hung out and became friends. The writer gained a sense of self as a user of computers, a teacher of skills, a good member of a community, and a solver of problems. Unlike some of his classmates he won’t go to college and have to learn if he’s good enough. He’ll already know. All it took was a silly block based game.

Did any of you have seemingly frivolous endeavors show up as a foundation for your life and learning far into the future? Tell in the comments below how this ended up shaping your career.

Fail More: The Story Of [CNLohr]’s Clear Keytar

[CNLohr] is kinda famous round these parts; due to some very impressive and successful hacks. However, for his 20k subscriber video, he had a bit to say about failure.

Of course glass circuit boards are cool. Linux Minecraft things are also cool. Hacks on the ESP8266 that are impressive enough people thought they were an April Fool’s joke are, admittedly, very cool. (Though, we have to confess, posting on April 1 may have added to the confusion.)  For a guy who puts out so many successes you’d think he’d talk about the next ones planned; hyping up his growing subscriber base in order to reel in those sweet sweet Internet dollars.

Instead he shows us a spectacular failure. We do mean spectacular. It’s got beautiful intricate copper on glass key pads. He came up with clever ways to do the lighting. The circuit is nicely soldered and the acrylic case looks like a glowing crystal. It just never went anywhere and never worked. He got lots of people involved and completely failed to deliver.

However, in the end it was the failure that taught him what he needed to know. He’s since perfected the techniques and skills he lacked when he started this project a time ago. We’ve all had experiences like this, and enjoyed hearing about his. What failure taught you the most?

Continue reading “Fail More: The Story Of [CNLohr]’s Clear Keytar”