From Project To Kit: Getting The Hardware Right

In the previous article in this series on making a personal electronic project into a saleable kit, we looked at the broader picture of the kit market for a new entrant, the importance of gauging whether or not your proposed kit has a viable niche and ensuring that it has a good combination of buildability, instructions, and quality. In this article we will look at specifying and pricing the hardware side of a kit, illustrating in detail with an example project. The project we’ve chosen is a simple NE555 LED flasher which we haven’t built and have no intention of assembling into a kit for real, however it provides a handy reference project without the circuit itself having any special considerations which might distract from the job at hand.

Continue reading “From Project To Kit: Getting The Hardware Right”

MRRF: Launching An Adorable Printer For Fun

Patrick and Matt hold a running Kitten Printer. The frame is stiff enough that the printer can be held or turned upside down and it can keep printing.
Patrick and Matt hold a running Kitten Printer. The frame is stiff enough that the printer can be held or turned upside down and it can keep printing without visible defects in the print.

[Patrick] and [Matt] have been coming to the Midwest RepRap Festival from Minneapolis for the past few years and bringing their trusty Tantillus printers with them. However, sometime between this year and the last [Patrick] decided that it would be really fun to make his own 3D printer, and liking the size and accuracy of the Tantillus, started there.

The adorably sized printer is adorably named too: Kitten 3D printer. The printer is certainly an enthusiast’s choice. It’s expensive at 1200 and small, but very well made. Its one big advantage?  It prints really accurate parts.

The Tantillus also printed well, but the extruder left a lot to be desired, and the low stretch fishing line movement was very difficult to get tensioned just right. The secret behind the Tantillus and Kitten’s great print quality, aside from good design, is the small xy movement and low weight of the extruder set-ups. By having a movement over a very small range, cumulative errors in construction never get to add up. Also vibrations are less likely to show and smaller moments on the joints mean less flex at the extremes of the movements.

Really stunning print quality almost entirely free of ringing and z-wobble.
Really stunning print quality almost entirely free of ringing and z-wobble. 100mm x 100mm tray. These are very small parts.

[Patrick] is a mechanical engineer for his day job, and since this was a just for fun printer, he cut no corners. The frame is made with Misumi extrusions and linear movements. The build plate sits on a machined aluminum plate. It’s not flexing or going anywhere.

Part of what really stood out to me about the printer are a lot of neat little features which show careful thought. For example, the extruder movement sits neatly under one of the motors. All the parts except for one can be printed inside its build envelope without support. It uses around 200g of plastic. Every axis is constrained just enough, rather than the common tendency to over constrain that plagues 3D printer design. The spec sheet reads like my printer part wishlist: Bondtech extruder, Rambo board, E3d nozzle, heated bed, flat borosilicate build plate, name brand linear movements, and a well designed Z.

cleverdetails
The entire extruder assembly tucks under one of the XY motors at the corner of its movement. Compare its size to the size of a NEMA14 stepper motor.

Another interesting aspect of the design is the extremely light extruder assembly. The lighter an extruder can get, the less ringing will show in your parts at speed. This is one of the most compact designs I’ve witnessed. It consists of two fans, an E3d v6 lite nozzle, and two small linear bearings. The cold end is handled by a bowden set-up and a Bondtech extruder at the back of the printer. The only way to get it lighter would be a different nozzle, such as the upcoming insanely light 13g Pico from B3 unveiled at the festival. I was also interested to see that the bearings on the supporting rails were printed bushings to keep the weight even lower. [nop head] has tested these extensively, they should be fine as long as the rods have a good finish.

I’ve mentioned the size before, but it’s hard to grasp just how adorable this printer is without seeing it. The build envelope is 100mm x 100mm x 100mm, the printer itself is 200mm x 200mm x 240mm. That’s only 50mm wider than the build footprint. It’s a really fun design just to look at and see how they fit it all in there. There are lots of neat little tricks with belt routing and part design to get it all right.

For the enthusiast this would make a good small parts printer and travel printer. However, for me, it was neat to see people still setting out to try designing their own printer. In some ways the 3d printer movement has become crowded with Chinese knock-offs, and I was excited to see something new at the festival. It wasn’t the only new printer design there, but it stood out to me the most. I like the uncompromising nature of it, many people try to design for the lowest BOM and not the nicer print. There are still lots of low-hanging fruit in the 3d printer world and many of them are just getting the mechanics right.

[Patrick] and [Matt] came to the festival with their printer to see if people would like it. They didn’t have grand dreams of selling tons of printers and making millions. They were quite aware that their price point and the small size made it not for everyone. However, their table always had a small crowd. They just really like 3D printers, and that honesty resonated. They didn’t even have a website up at the start of the convention, but by the end they had gotten so many requests they had to oblige. They expect to have 3 kit options available by the end of April. If you’re interested there’s a mailing list sign up on their website. Let’s hope we see them at MRRF again next year with another cool design to look over.

Crappy Robots And Even Crappier Electronics Kits

Robots and DIY electronics kits have a long history together. There probably isn’t anyone under the age of forty that hasn’t had some experience with kit-based robots like wall-hugging mouse robots, a weird walking robot on stilts, or something else from the 1987 American Science and Surplus catalog. DIY robot kits are still big business, and walking through the sales booths of any big Maker Faire will show the same ideas reinvented again and again.

[demux] got his hands on what is possibly the worst DIY electronics kit in existence. It’s so incredibly bad that it ends up being extremely educational; pick up one of these ‘introduction to electronics’ kits, and you’ll end up learning advanced concepts like PCB rework, reverse engineering, and Mandarin.

Continue reading “Crappy Robots And Even Crappier Electronics Kits”

Heathkit’s Triumphant Return?

Heathkit, the storied purveyor of high-quality DIY electronics kits that inspired a generation of enthusiasts and launched the careers of many engineers, has returned from the dead. We think. At least it seems that way from this build log by [Spritle], an early adopter of the rebooted company’s first offering. But if [Spritle]’s experience is any indication, Heathkit has a long way to go to recreating its glory days. Continue reading “Heathkit’s Triumphant Return?”

Control Nest Devices With Amazon Echo

[ZPriddy] was looking for a way to control his Nest thermostats with Amazon Echo. He didn’t want to settle for using AWS or some other hosted service. [ZPriddy] wanted something that he could host and manage completely on his own. The end result is what he calls EchoNestPy.

[ZPriddy] started by learning how to use the Alexa Skills Kit (ASK). ASK is the official SDK that allows enthusiasts to add functionality to their Amazon Echo. Unfortunately for [ZPriddy], most of the example code he found was designed to be used on Amazon Lambda, but that didn’t stop him. After finding a few examples of Amazon Echo requests and responses, he was on his way.

[ZPriddy] chose to implement a simple web server using Flask. The web server listens for the Amazon requests and responds appropriately. It also Oauth2 authentication to ensure some level of security. The server is capable of synchronizing the temperature of multiple Nest devices in the same home, but it can also increment or increment the temperature across the board. This is accomplished with some simple voice commands such as “Tell Nest that I’m a little bit chilly”. If you like Amazon Echo hacks, be sure to check out this other one for controlling WeMo devices. Continue reading “Control Nest Devices With Amazon Echo”

Solderless Noise-o-Tron Kit Makes Noise At Chicago Makerfaire

Noise-o-Tron

Anyone who’s manned a hackerspace booth at an event knows how difficult it can be to describe to people what a hackerspace is. No matter what words you use to describe it, nothing really seems to do it justice. You simply can’t use words to make someone feel that sense of accomplishment and fun that you get when you learn something new and build something that actually works.

[Derek] had this same problem and decided to do something about it. He realized that in order to really share the experience of a hackerspace, he would have to bring a piece of the hackerspace to the people.  That meant getting people to build something simple, but fun. [Derek’s] design had to be easy enough for anyone to put together, and inexpensive enough that it can be produced in moderate quantities without breaking the bank.

[Derek] ended up building a simple “optical theremin”. The heart of this simple circuit is an ATTiny45. Arduino libraries have already been ported to this chip, so all [Derek] had to do was write a few simple lines of code and he was up and running. The chip is connected to a photocell so the pitch will vary with the amount of light that reaches the cell. The user can then change the pitch by moving their hand closer or further away, achieving a similar effect to a theremin.

[Derek] designed a simple “pcb” out of acrylic, with laser cut holes for all of the components. If you don’t have access to a laser cutter to cut the acrylic sheets, you could always build your own. The electronic components are placed into the holes and the leads are simply twisted together. This allows even an inexperienced builder to complete the project in just five to ten minutes with no complicated tools. The end result of his hard work was a crowded booth at a lot of happy new makers. All of [Derek’s] plans are available on github, and he hopes his project will find use at Makerfaires and hackerspace events all over the world.

Cordwood Puzzle Kit Without Instructions

What you see above is a cordwood circuit, an interesting circuit construction technique from before the days of integrated circuits. The circuit consists of two circuit boards arranged parallel to each other with components holding them apart. This was, for its day, the densest circuit construction technique, used in everything from late 50s aerospace tech to huge computers that filled rooms.

The folks over at Boldport have a love for interesting PCBs and are apparently aficionados of antiquated tech, leading them to create their own cordwood circuit. Here’s the best part: it’s a kit, without assembly instructions.

The cordwood puzzle assembles into a bunch of LEDs that will light up when power is applied. Not much, but there’s a few FETs in there that allow you to control them all individually with a microcontroller. The real fun is trying to assemble the kit: both sides of the cordwood circuit are identical, meaning there’s going to be holes that aren’t meant to be filled, components that will need to be soldered, and most likely a bit of swearing.

Still, this is an exceptionally small circuit for something using this construction technique. If you know of a denser and more modern cordwood circuit out there, leave a note in the comments. If you want to know what the kit looks like when it’s built, [Phil Wright] has your back.