Manufacturing guy-at-large.

Hario Driver from Shapeways

Added on by Spencer Wright.

Got this yesterday: 

This is a socket bit that can be chucked in a drill and used to grind coffee with a manual burr grinder. I'm toying with the idea of having some CNCd, but this 3D printed steel version will work well for testing.

I don't own the Hario grinder that it's designed for, but I'm hoping to test it this weekend at a friend's house. Expect results soon :)

Working on The Public Radio v1.3

Added on by Spencer Wright.

Screenshots from both Zach and myself - we've swapped back and forth on layout duties.

The FM IC (Si4831) is at the top of the board; to its left is the tuning circuit and trimpot. On the right edge of the board is the power & volume pot, and on the bottom is the amplifier, and on the left is the antenna connector. The middle of the board has a big cutout for the speaker body to fit through; we'll solder the speaker terminals directly to the board.

I got a little cute with the restricts near the antenna trace, and ditto on the power trace along the left edge of the board :)

Meanwhile, I spent a little time today modeling the battery connectors in Inventor:

Finding nice through-hole AA battery connectors is *tough.* I'm hopeful about these - I think they'll hold the cell firmly but allow for easy removal too. The only downside is that they're not polar in any way, so we'll need to mark the PCB clearly to show which direction the batteries need to face.

Our antenna standoff is kind of exciting too. We're running a trace to a plated hole (with a *big* pad) on the PCB, and then fastening a male-female threaded standoff to the hole with a hex nut. The antenna itself will thread into the standoff, making it easy to remove/install for shipping, transportation, etc.

We're in the process now of getting quotes for a couple of custom pieces of hardware: the antenna, the knob, the potentiometer, and the speaker gasket. We've also gotten a few quotes for the lid, which will either be stamped or laser cut stainless steel. And when PCBcart comes back from Chinese New Year, we'll order a batch of new boards to get into the hands of our beta testers.

This is an exciting time in the project. Things are coming together quickly :)

Shapes

Added on by Spencer Wright.

Scott DeFelice, CEO of Oxford Performance Materials, said something in conversation yesterday that I found really prescient. I'm paraphrasing this a bit from my notes, but the feeling is there:

There is a business selling shapes. It's not a new business. Shapeways and MakerBot are doing interesting things with the business model, but it's the same business. 

The business of selling *useful* shapes is totally new.

What Scott's saying here rings true to me: When designers are able to create shapes that are functional in and of themselves, the nature of the product - and its value to the end user - changes dramatically. 

If I'm selling shapes, I want to be selling useful ones.

Public Radio Progress

Added on by Spencer Wright.

The last few days have been a bit of a whirlwind. 

First, we visited Todd to discuss some circuit layout concerns. On the way over we nabbed a cheap radio at RadioShack, and took it apart with Todd.. 

narrat1ve-1.jpg

What we found was really interesting. The device uses a different chip than we had been prototyping with, and as a result their circuit is *much* simpler. Our chip (Silicon Labs' Si4703) requires digital tuning, which we were accomplishing with a microcontroller. But RadioShack was using the Si4822, which is mechanically tuned. The result is drastic from a circuit standpoint - they no longer need a voltage regulator, or a microcontroller, or a bunch of additional passive components on the board. They're also in a better position re: noise on the board: an MCU (and a voltage regulator too) will produce a bunch of noise that might get on the antenna, affecting reception. RadioShack doesn't need to worry about this at all.

Over the past few weeks, we've been looking for just a breakthrough like this - a way of rethinking the problems we were dealing with. Our issue was that we were stuck conceiving this as an Arduino-descended product, which it doesn't need to be. 

public radio hammer nail-1.jpg

We also made a bit of progress reengineering the hardware layout of the board. Our new design (this is just the board layout, not the circuit schematic) will be significantly easier to assemble, program & service.

public radio hammer nail-2.jpg

We're also pretty sure we can shorten the antenna *significantly.* The mockup here shows a custom solid stainless steel antenna, 50mm long. I rather like it, and it's designed such that a longer telescopic antenna can be swapped in easily. 

short antenna round pcb full assy.jpg

Our PCB will now be circular, and we're soldering the potentiometer and speaker directly to the board. There will be a bunch of SMT stuff on the top (same side as the speaker & pot) and a battery back and trimpot (not shown) on the bottom.

I *really* like where this is headed. More updates soon. 

Radio Monogamy

Added on by Spencer Wright.

"Radio monogamy" was suggested by a few friends during discussions on The Public Radio. I'm mulling a storyboard for a short video, and jotted this down last night :)

Every once in a while, paper prototyping is really effective.

McKinsey

Added on by Spencer Wright.

Two excerpts from a short piece on 3D printing by McKinsey. Emphasis mine:

As of 2011, only about 25 percent of the additive-manufacturing market involved the direct manufacture of end products. With a 60 percent annual growth rate, however, that is the industry’s fastest-growing segment. As costs continue to fall and the capabilities of 3-D printers increase, the range of parts that can be economically manufactured using additive techniques will broaden dramatically. Boeing, for example, already uses printers to make some 200 part numbers for ten different types of aircraft, and medical-products companies are using them to create offerings such as hip replacements.

And:

Design is inherently linked to methods of fabrication. Architects can’t design houses without considering construction techniques, and engineers can’t design machines without considering the benefits and limitations of casting, forging, milling, turning, and welding. While there is a wealth of knowledge around design for manufacturing, much less is available on design for printing. Our conversations with executives at manufacturing companies suggest that many are aware of this gap and scrambling to catalog their design know-how.

Incidentally, I'm not sure that the premise of that second quote is necessarily true, regardless of what I believe *should* be the case.

Junk Science

Added on by Spencer Wright.

Two bits from a good article from The Guardian on wine tasting:

More evidence that wine-tasting is influenced by context was provided by a 2008 study from Heriot-Watt University in Edinburgh. The team found that different music could boost tasters’ wine scores by 60%. Researchers discovered that a blast of Jimi Hendrix enhanced cabernet sauvignon while Kylie Minogue went well with chardonnay.

and:

Colour affects our perceptions too. In 2001 Frédérick Brochet of the University of Bordeaux asked 54 wine experts to test two glasses of wine– one red, one white. Using the typical language of tasters, the panel described the red as "jammy' and commented on its crushed red fruit.

The critics failed to spot that both wines were from the same bottle. The only difference was that one had been coloured red with a flavourless dye.

Notes on Powersaving modes

Added on by Spencer Wright.

Today Zach and I are playing with powersaving modes on The Public Radio. This was all done with this commit; cases were tested by commenting out lines 42, 45 and 46 and varying volume via our potentiometer. Current is being measured on Vout of the VREG on hardware v1.1. 

  1. MCU ON (sleep disabled)
    1. Amp OFF (shutdown enabled)
      1. Si4703 ON
        • .019A
      2. Si4703 OFF
        • .004A
    2. Amp ON (shutdown disabled)
      1. Volume @ 100%
        1. Si4703 ON
          • .050-.100A
        2. Si4703 OFF
          • .004A
      2. Volume @ 0%
        1. Si4703 ON
          • .026A
        2. Si4703 OFF
          • .004A
  2. MCU OFF (sleep enabled)
    1. Amp OFF (shutdown enabled)
      1. Si4703 ON
        • .016A
      2. Si4703 OFF
        • .004A
    2. Amp ON
      1. Volume @ 100%
        1. Si4703 ON
          • .030A-.090A
        2. Si4703 OFF
          • .004A
      2. Volume  @ 0%
        1. Si4703 ON
          • .023A
        2. SI4703 OFF
          • .004A

There are some weird things going on here. Our powersaving mode isn't having quite the effect we're looking for, either.

More work to come.

The Public Radio v1.2

Added on by Spencer Wright.

Ordered yesterday from OSHPark. 

This board uses an Arduino Pro Mini, which can be programmed from either an FTDI cable or via an AVRISP (which we'll do to shorten powerup time). The rest of the circuit is all discrete components, mostly SMT. The whole thing mounts on the backside of a 3xAAA battery pack.

We should receive these boards around Valentine's day, and will be testing and iterating on them shortly afterwards.

Elasticity

Added on by Spencer Wright.

From an interesting piece on open-electronics.org titled "The Truth About Open Source Hardware Business Models." Emphasis mine.

A successful hardware design – being it closed or open doesn’t matter – will be copied once successful and – as Nathan Seidle often pointed out in interviews – market advantage resides in company elasticity and in the capability to innovate rapidly a product portfolio.

Rewarding Failure

Added on by Spencer Wright.

From a BBC article on Google X's policy of rewarding failure:

You must reward people for failing, he says. If not, they won't take risks and make breakthroughs. If you don't reward failure, people will hang on to a doomed idea for fear of the consequences. That wastes time and saps an organisation's spirit.

Quick Scheme - Top Rack mount

Added on by Spencer Wright.

Just had a quick brainstorm re: rack mounting. My 4-A rack ends address the bottom of the rack, but the top of the rack is equally challenging. One common way to attach a rack is through the brake hole on the frame/fork. I would always turn down the head of a M6 SHCS so that it could be inserted into the rack tubing; I'd then use a standard recessed brake nut on the backside. I made a quick & dirty sketch:

It might be useful to have these parts pre-made, so that rack builders don't need to turn their own on a lathe. If you'd be interested in a part like this, holler at me!