Close

Step 2: Concept and Industrial Design

A project log for Open Source Science Tricorder

Science in your hand. A pocket-sized instrument capable of visualizing and exploring the world around you.

peter-jansenpeter jansen 06/08/2014 at 04:380 Comments

Let's have a look and see if we can figure out the project concept and begin the industrial design. 

Previous Prototype Concept

Before we put together our new concept, let's have a look at some previous prototypes and see what worked really well, and what needs a bit of improvement. 

Mark 1 and Mark 2

The first two models sure are cool -- they look like something straight out of Star Trek, except that they're real!  That being said, they're kind of like a concept car -- super cool, but basically a nightmare to design, assemble, or manufacture.  There are a bunch of flat flex cables that move power and data from the bottom of the case to the top, and these cables coiled in such a way that they'll fit while also having enough give to make sure everything closes and works properly.  I've always known that this joint would be very difficult to manufacture, and a potential point of failure from all the flexing.  

User interface design, visualization, and human factors analysis are (as dorky as this might sound to non-academics) hobbies of mine, and I've picked up a bit of this from colleagues, friends/other grad students, and reading groups.  I think the first two models did the visualization component very well, and had lots of potential in terms of user interface design.  They both used touch interfaces, with the Cirque touchpad on the Mark 1, and the dual OLED touch displays on the Mark 2.  

That being said, in terms of usability the models aren't just mini computers, they're sensing tools -- and many of those sensors are directional, meaning they have to be pointed at the object of interest in order to analyze it.  It often felt a little funny to point the science tricorder at something and have the screen or the interface on an odd angle, so this is something that needs a bit of work. 

Pragmatically, in terms of the total amount of case area and volume devoted to sensing, this always felt a bit unbalanced -- nearly all of the sensors were contained in the very front facing outward, with 90% of the device volume devoted to the computational bits, displays, input devices, batteries, and so forth.  All very cool, but I think we can do better. 

The Mark 5, the most recent prototype

For a case design for the Mark 5, this is what I had been thinking -- something a bit simpler, and easier to manufacture.  The whole thing is normally folded (slided?) up, as you can see in this acrylic prototype:

The idea being, that when you want to use it, you would click some tabs on the sides that would automatically slide the whole thing out of its shell, exposing the display, and turning it on:

There are a bunch of really exciting aspects to this design:

There are also a few things that make this design challenging, or could use improvement:

But we're getting close!


Rethinking things: Designing for simplicity, usability, and tractability

First, let's have a look at some hardware constraints that'll inform how we go about our design.  Many of the design choices depend on each other -- for example, if we choose a large display, we'll also need a processor that has enough RAM to have a frame buffer, or some alternate external display controller (like the FT800). 

Display: The display is one of the most critical elements and the one that generally requires the most resources, so we'll start with that.  It'd be nice to have something sunlight readable, which means an OLED.  Unfortunately mid-range OLEDs (like the ones on the Mark 2) are generally difficult to come by, for various business reasons that display manufacturers have explained to me. This means we will either have a smaller display under 2 inches, or a much larger display on the order of 4-7 inches. Moving to a smaller display greatly simplifies the processor, graphic hardware, and battery requirements, all of which make the device much less expensive.  Let's see where we can go with this. 

The two largest OLED displays that I've been able to find (with manufacturing lifetimes that I'm told will extend for at least the next few years) are the following:

Let's choose one of these, with a slight preference to the larger display if we can find an easy and reliable source. 

Processor: We'll need something with at least 41k for the frame buffer, with a good amount left for processing.  Ideally we'd also like something that folks can reprogram easily.  I have a bunch of experience with the PIC Microcontrollers from Microchip, which generally have the highest RAM offerings of any microcontroller I've used.  

The ChipKit MAX32 is a port of the Arduino platform to the PIC32 family, and makes use of a PIC32MX795F512L with 128k of RAM, 512k of flash, a zippy 80Mhz processing speed, and a fantastic set of peripherals for interfacing to sensors.  The MPLAB IDE by Microchip also has one of my very favorite debuggers, so if we need to break free of the ChipKit IDE and get closer to the core for more advanced features, there are fantastic tools available.  The ChipKit also interfaces the PIC32 through an FT232 USB->Serial bridge, which is a very popular and reliable chip. 

Sensors: Having a smaller screen means the whole device will be much less wide, but if we're clever and use all sides/faces of the device, we should still be able to fit in a variety of sensors.  The sensors that consume a lot of volume could be localized in a small area on the bottom that would allow for some height, where as the other low-profile sensors could be distributed on the sides and front of the device. Ideally these sensor boards can be swapped in and out for newer sensors or different sensing package as they become available. 

Here's a candidate list, adapted from the previous open source science tricrorder prototypes:

Atmospheric

Electromagnetic

Spatial

Other

The two main things missing here are the GPS, and the ultrasonic distance sensor. While a GPS requires about a square inch of hardware, that will just give you a set of coordinates -- in order to display maps, you need a lot more hardware.  Phones already do this very well, so this might be a little out of scope (although it's still on the wishlist).  The ultrasonic range finder is something that I'd love to include, but it's the largest sensor by a wide margin.  I'd absolutely love a small distance detector with a range of 10 meters or so, perhaps optically based, and after the base unit is developed it'll give folks (including myself) a platform to develop and experiment with their own sensor boards and novel sensors.

Input: Because of the smaller screen and slimmer form factor, we're going to have to change from a touch screen to something different.  There are two main things the user will have to do with an input device: navigate menus and options, and input text.  Let's experiment with two options that fit the size profile, and see how they work.  The first is a capacitive ring wheel sensor, that seem to be popular with handheld music players.  Because I don't have a lot of experience with capacitive touch sensors, we'll also have a more conventional option as a backup -- a super low profile joystick. 

The Muse

Even the best sounding idea on paper may turn out to feel or work horribly from a usability perspective.  So it's great to find (or make) a model that you can hold, manipulate, and get a feel for.

After searching around, just such an item was already handy, the case for the Radiation Watch Type 5 radiation sensor.  It even has a perfectly sized circle for where the ring wheel or joystick would be, and the position feels very natural. With a bit of imagination we can think of what it'd be like with a ~30mm screen sitting atop, as well as some extra bulk in the back for the sensor package, and draft up some mock ups to make sure there's enough space for everything. 


Mock Ups and Industrial Design

I put together some concept drawings for the industrial design.  These are scale drawings, so in addition to describing the look and feel of the device, they're a reference for designing the shape and mechanical bits of the circuit boards. 

It's important to make your mistakes cheaply, and so I've separated many of the subsystems onto separate boards.  This means that if any issues crop up, we should be able to work on the rest of the project while the board house does another turn of one of the boards.  I've separated the capacitive sensing board (because it may end up changing to a joystick or other input device), and the WiFi board (since I don't have a lot of experience with radio modules) from the motherboard.  Four individual sensor boards -- front, bottom, and left/right side -- are also separate, for modularity.

Here's the mock up, with the different board layers exposed:

Next Steps

Many breakout boards and parts to evaluate the critical components are on their way, which is very exciting.  Next up we'll do some prototyping, then layout the initial board.

Thanks for reading!

Discussions