How the Librem 5 Smartphone Dev Kit was Created

kicad_design.png

Librem 5 Dev Kit’s PCB layout viewed on the Dev Kit itself

Today we’re going to cover the journey of designing the Librem 5 Developer Kit and how 100% Free Software was used in its development.

The dev kit’s design is released under the terms of the GNU GPLv3+, its hardware Git repository can be found here: https://source.puri.sm/Librem5/dvk-mx8m-bsb

A backup mirror repo can be found here: https://github.com/gralco/dvk-mx8m-bsb

KiCad as The Obvious EDA of Choice

Before the development of the dev kit began, it was not completely clear which path we would take to produce the design, specifically, which Electronic Design Automation (EDA) tool would be used. Initially, the idea was to modify FEDEVEL’s i.MX 6QP OpenRex board, which would have satisfied the dev kit’s basic requirements, but we quickly met two major issues: it used the archaic i.MX 6QP, and even worse was that it was designed in the proprietary EDA suite Altium. Luckily, I had prior experience designing electronics using the EDA tool KiCad, so Purism had the opportunity to create a dev kit design which used 100% Free Software. KiCad was also an obvious choice not only due to its freedom-respecting license (GNU GPLv3+), but also because it is a very capable electronics design suite that even outperforms several pricey proprietary tools out there.

Selecting Components Which Met The Requirements

The first step when designing the dev kit involved searching for components that met the requirements which were defined in the Librem 5 campaign. In addition to meeting the specs outlined in the campaign, while searching for components, we decided to add quite a few extra bells and whistles; including:

  • a lithium-ion charge controller (BQ25896)
  • 18650 battery holder for an optional li-ion battery
  • USB-C
  • mini-HDMI
  • SD card controller & micro-SD slot (since the i.MX 8M only has two uSDHC controllers)
  • ethernet/RJ45
  • audio codec
  • earpiece speaker
  • microphone
  • CTIA/AHJ 4-pole 3.5mm headphone jack (with selection between on-board and external mic)
  • GPG smart card reader & slot
  • haptic/vibration motor
  • user/software-controllable LED
  • volume & power buttons
  • hardware kill switches & boot-mode switch
  • 16Mb SPI NOR flash
  • a real-time clock (RTC)

We also added the to-be-expected through-holes for a UART debug header which is unpopulated by default (serial over USB works on the default image shipped with your dev kit). Hint: If you are not comfortable with a soldering iron then you may be able to use a press-fit header on these through-holes, search for the part-number Autosplice 23-1063. We included an SMD 2×5 JTAG footprint on the board and verified its functionality during the prototype phase; if this is something you’re interested in playing around with then have a look for the part-number GRPB052VWQS-RC.

For the WWAN/baseband modem and the Wi-Fi + BT we knew we needed to go with some sort of modules, surface-mount or otherwise. Early on, Nicole had the brilliant idea of using mPCIe and M.2 modules so as to make the dev kits modular and future-proof. We eventually nailed it down to the mPCIe SIMCom SIM7100A/E baseband modem module and the M.2 RedPine RS9116 Wi-Fi+BT module.

Beginning the Schematic Drawing

Initially, when the research phase was effectively over and we had to begin bringing our ideas into life, the i.MX 8M Quad had just recently become available on the market. In order to get a head-start in the development, add some extra modularity and future-proofness, we decided to go with a System-On-Module (SOM), which includes the SoC, SDRAM, eMMC, and PMIC. However, even in the early stages of the development when we began drawing the schematics, there were SOMs we were interested in that still didn’t get to their first production run. At around mid-April we established a natural relationship with EmCraft who were just getting into their first big SOM production run and were close to releasing its Hardware Architecture spec sheet. We determined that EmCraft’s SOM and their general resources were exactly what we needed. Once the specific SOM we were going to use was nailed down we were able to really begin cranking through the design.

The process of defining the specific components to be used on the dev kits was done concurrently while drawing the schematics. The entirety of the design was done using Git as our revision control system.

figure1.pngFigure 1: An early revision of the dev kit’s schematics from May 2nd (Git commit hash 023915d5)

After the schematic drawing was completed, we then exported our netlist file, getting us that much closer to the physical implementation of the dev kit.

HP_DET Simulation

In addition to using KiCad for the design of the dev kit, we also used a free software tool called Qucs-S and the free software SPICE-compatible simulation kernel called Xyce to simulate our headphone detect circuit, which included a zener diode used to protect the respective GPIO from too high or too low of input voltage from the audio codec’s HP DAC output. The combination of Qucs-S and Xyce allowed us to use the MMSZ4688T1G diode’s SPICE model in a circuit that best represented the physical conditions of nothing being inserted into the 3.5mm jack but the HP DAC output being active.

figure2.pngFigure 2: Qucs-S + Xyce simulation of the HP_DET circuit

This simulation, as well as the simple DC case where the 3.5mm jack’s internal switch is open and only the 1MΩ pull-up to 3V3_P, the optional internal pull-up, and the zerner are present, allowed us to prove that this protection method would work.

Creating Footprints

Around mid-June, when the Bill-Of-Materials (BOM) was complete and we began placing orders for the components, we were generating footprints for everything (chips, connectors, modules, etc). The process of creating these footprints involved going through each IC’s recommended land pattern as defined in their datasheet and quadruple checking to make sure everything was correct.

figure3.pngFigure 3: BQ25896 charge controller’s footprint (U301 on the dev kit board, found underneath the SOM)

Using KiCad’s amazing 3D viewer, we were able to give nearly every component a 3D model so as to help establish a tangible visualizer for the progress being made.

figure4.pngFigure 4: BQ25896 charge controller’s 3D view

Beginning Floorplanning, Routing, and Updating KiCad

Early on, a rough floorplan was made to help us establish how much board area was needed (90x180mm) and where the various larger components would go (connectors, receptacles, card slots, mPCIe & M.2 sockets, modules, etc). After really getting into the layout, some things continued to move around but were quickly pinned down on their specific locations.

In late-June we began routing, starting with the USB-C receptacle (commit a1bfc689). This marked the beginning of our layout process.

figure5.pngFigure 5: First commit with routing involved
figure6-1.pngFigure 6: What the USB-C routing eventually became
figure7.pngFigure 7: Early rats nest before component placement & routing

The routing process involved a delicate balance between working as quickly as possible while making sure everything done properly without error, including carefully routing controlled-impedance tracks and sensitive analog lines.

Initially we were unsure how many layers were needed and whether we needed components on both sides of the board. We knew that EmCraft’s i.MX 8M baseboard used 8-layers and had components on both sides, but we were pretty confident that we could at least cut down on the number of layers. We quickly realized that since we were going to have some components on the “back” of our board (display side), including the display connectors, proximity/ambient light sensor, user LED, speaker, and microphone, there would certainly be components on both sides of the board. Having components on both sides made the layout process somewhat easier since this freed up some space for where we could place the SPI NOR flash, smart card reader, RTC, 2.8V LDO, various ICs, passives, and other components. As for the number of layers, we decided to cut it down to 6-layers and would only add 2 additional layers if we were to hit a gridlock and not be able to route some nets; luckily this never happened and we were able to stick with just 6.

We opted to use a common stack-up which provides the best balance between ease of routing and reduces unintentional radiated emissions. The dielectric substrate that was used was NAN YA’s NP-180TL copper clad laminate, which has a relative permittivity of ~4.11 at our average operating frequency of ~1.7GHz. Our RF feedline calculations for the board’s microstrip and coplanar waveguide (CPW) feedlines using this stackup can be found in the Git repo.

figure8.pngFigure 8: Dev kit stack-up

Before we began implementing the dev kit in KiCad we were not too sure if we wanted to use the nightly builds or stick with the somewhat older 4.0.7 stable release. Even though the nightly builds had several desirable features, we decided to go with the stable release so as to not have to frequently update KiCad and risk being on different versions. After getting a small dent into our layout, KiCad 5.0.0 was released! On July 16th we managed to update the dev kit project to KiCad 5.0.0 (specifically commits 4f70b865 and a4e3de8a) without much hiccup. Luckily, this update coincided with our switch from most passive components being 0603 to being 0402, since KiCad’s new passive footprints are a bit different than the old default ones, the pads having rounded corners which is more effective for lead-free solder.

After updating the project to 5.0.0 we were able to focus heavily on getting through the layout and were able to get the unrouted net count down to 0 within a month (August 14th, specifically commit 9b4dd2e0).

figure9.pngFigure 9: DRC on August 14th commit 9b4dd2e0 showing no unrouted nets and everything passing

When all nets were routed and the Design Rules Check (DRC) was passing, we were able to go back and tidy everything up for the next week or so.

Our most useful resources when laying out the board were the ICs’ layout reference found in either their datasheet or their evaluation board and Toradex’s Layout Design Guide which can be found here: https://docs.toradex.com/102492-layout-design-guide.pdf

figure10.pngFigure 10: The final state of the layout (copper filled zones hidden)

Exporting Manufacturing Files and Sending Them Off For Fabrication

After the layout was considered complete, we had to export all of the necessary manufacturing files used to fabricate and assemble the boards. Exporting the Gerber files was straightforward since KiCad makes this step quite easy. However, our assembly house requested that we also provide a fabrication and assembly drawing which took more involvement to produce.

We mostly used gEDA’s Gerbv to preview our design’s exported Gerber files. A neat web tool that uses Gerbv and ImageMagick as its renderer is Gerblook, here’s a static link to the dev kits in Gerblook: http://gerblook.org/pcb/rTgd4Aqusxr7XQLSdKa9V3

figure11.pngFigure 11: Dev kit’s Gerbers as viewed in Gerbv

In order to generate a proper assembly drawing, we made use of KiCad’s F.Fab/B.Fab layers to show the locations, outlines, polarity, and reference designators of all components on the board. By using each of the footprints’ F/B.Fab layers we were able to generate the final drawing by printing F.Fab and B.Fab onto separate PDFs and combining them afterwards.

figure12.pngFigure 12: SOM side of the assembly drawing

The fabrication drawing was even more involved. To produce this, we needed to export the fabrication notes found on the Cmts.User layer along with the board’s outline as one DXF file and then export all of the drill marks as another DXF file. After these two files are generated, they are then combined and adjusted inside a footprint drawing. Then, once we have this special “footprint” that combines the two DXF files, we hide just about everything in the layout and import this special “fab” footprint (without saving this temporary layout). At this point, everything we need is found on the Dwgs.User layer; so we are able to print this along with the frame reference onto a final fabrication drawing PDF.

figure13.pngFigure 13: Drill markings in the fabrication drawing

Each of these files and documents are used along with the IPC-D-356 netlist (which allows the fabrication house to do a flying probe test on the boards to make sure there are no short/open circuits), a component placement list CSV file (for the assembly house to know where and what orientation all components are placed), and finally a manually-edited GenCAD file (which is used by the assembly house to program their solder paste machines for our board).

Testing Prototypes

After all of the final manufacturing files were delivered to the fabrication and assembly firms, we answered any questions they may have had during the process, and tweaked anything that may need to be adjusted based on their feedback. At around late August, the files were sent off and we were anxiously waiting for our design to hit the fabrication floor in Shenzhen. Unfortunately, as outlined in an earlier blog post, several unforeseen circumstances such as severe weather and most of China observing Golden Week, we saw significant delays in the production of our prototypes. Due to these delays, we decided to switch to a domestic factory for the fabrication of our prototypes, which managed to get the boards to us two weeks faster than the ones being made overseas.

figure14-1024x1002.pngFigure 14: Prototype v0.1.2 dev kit panel (before assembly)

After the small batch of prototypes were assembled they were quickly shipped to team members for debugging and software development. Luckily, due to constant review of the design from several parties as well as persistent scrutinization, there were very few errors found in the prototype’s hardware design (three relatively minor layout/netlist adjustments and one mechanical fix). For the following two months the prototypes were used to help bring the software to a more polished state.

Final Production and Shipping

At around early-to-mid November, after making the minor adjustments needed to the hardware design, and once we were at a comfortable state where nearly every hardware subsystem was validated, we went through the process of re-exporting and delivering the manufacturing files to our hand-picked fabrication and assembly house for the final build. At this point, a few of us at Purism used December 10th-22nd as a dedicated time to help with the assembly, testing, packing, and shipping of the final units which went out to backers (many of which were delivered before Christmas!).

figure16.pngFigure 15: Final v1.0.0 dev kit panel (before assembly)
dev_kit_3d_front_comparison.png

Figure 16: Fully assembled dev kit compared to the 3D view (display side)

dev_kit_3d_back_comparison.png

Figure 17: Fully assembled dev kit compared to the 3D view (SOM side)

The entire process was quite an intense time crunch but it was well worth it, especially after we see what the community is able to produce with our efforts. Some have even already begun designing 3D printed cases for the dev kit. We look forward to seeing what cool software and uses you come up with for these awesome boards!

After the dev kits shipped our efforts shifted toward getting the Librem 5 phone out the door. So until next time, stay inventive!

The original blog post published by Purism under CC-BY-SA 4.0 can be found here: https://puri.sm/posts/how-we-designed-the-librem-5-dev-kit-with-100-free-software/

The original publication is also archived here: https://web.archive.org/web/20191016201431/https://puri.sm/posts/how-we-designed-the-librem-5-dev-kit-with-100-free-software/

As a bonus, here’s a photo of when I scoped the MIPI DSI (CK_N and D0_P) and to try to get to the bottom of an issue we were experiencing early on (since solved):

2019-01-09-201001.jpg

And here’s the capture showing part of the display’s initialization while the MIPI DSI is operating in its so-called low power mode:

dev_kit_dsi_capture.png

Mirror Full Adder IC Layout in Cadence Virtuoso

I designed a 28-transistor mirror full adder in Cadence Virtuoso. I began by taking the truth table and producing logic expressions. After extracting a simplified expression for the Sum and Carry outputs I was able to produce the associated CMOS schematic. Once the schematic was drawn, simulated, and verified I determined the associated Euler path. From the Euler path I derived the stick diagram used to create my layout.

After laying out the full adder, I performed various simulations to verify my design. The simulations proved that my design would operate with a junction temperature up to ~50°C at a 160MHz input frequency.

You can view the full report as a PDF here.

Here is my full report:

The following information can be used to help produce the design of the 28 transistor mirror full adder circuit:

full_adder_truth_table

The boolean expressions for Sum and Cout can be obtained by putting the truth table into a program called “Espresso” which performs a sort of automated Karnaugh map solution.

Input File

Output File

# Adder Input

.i 3

.o 2

000 00

001 10

010 10

011 01

100 10

101 01

110 01

111 11

# Adder Output

.i 3

.o 2

.p 7

100 10

010 10

001 10

111 10

-11 01

1-1 01

11- 01

.e

The expressions can then be obtained by performing a SoP on the output. This yeilds:

Sum=A\overline{BC}+\overline{A}B\overline{C}+\overline{AB}C+ABC=A\oplus B\oplus C

C_{out}=BC+AC+AB=AB+C(A+B)

The expression for Sum can be further reduced by the following logical simplifications:

Sum=(A+B+C)\overline{(BC+AC+AB)}+ABC=(A+B+C)\overline{C}_{out}+ABC

Since it is desirable to have the boolean expressions represent the pull-up structure of the circuit, which consists of pfets that typically require low inputs in order to drive the output high, the form of the outputs must therefore be inverted in order to reflect the desired structure. This yields:

\bf{\overline{Sum}=\overline{(A+B+C)\overline{C}_{out}+ABC}}

\bf{\overline{C}_{out}=\overline{AB+C(A+B)}}

These directly correspond to the pull-up structure of the circuit and the outputs merely need to be inverted in order to get their desired results. Using graph theory techniques or other methods will convey that the dual structure exactly mirrors the established pull-up. Resulting in a schematic (whose logic can be tested using something like Logisim) such as the following:

schematic

The width-to-length ratios are determined by ensuring that the worst case (when a maximum of one transistor at a parallel site is on) for both the pull-up and pull-down paths have equivalent dimensional ratios to the associated reference inverter. The ratio of the carrier mobilities is the factor that is used between the two dimensions in order to keep the propagation time from low to high and from high to low equal (~2.7 is typically used for silicon wafers)

(\frac{W}{L})_p=\frac{\mu_n}{\mu_p}(\frac{W}{L})_n\cong2.7(\frac{W}{L})_n

The reference inverter that was selected consisted of an nfet whose W/L=10 and a pfet whose W/L=2.7×10=27. Since Cadance places an upper limit of 54μm on the width of any transistor whose length is less than 1.2μm in length, in order to keep the lengths of each transistor in the circuit uniform and still match the reference inverter, the selected length must be greater than 1.2μm (here 1.5μm was selected for numerical simplicity). All widths were adjusted in order to ensure the worst case paths matched the reference. The critical path, which is the path between Cin and Cout, is the path which one might cascade several of these adders together. Therefore, increasing the widths of the transistors along this path may be advantageous.

Schematic

cadence_schematic

Symbol Schematic

symbol_schematic

The colors on the nodes of this schematic correlate directly with each of the preceding plots.

Plot

plot

This completely agrees with the truth table. Cin has the highest frequency and its period is 20ns here.

Layout passing DRC

layout_passing_drc

Extracted Layout Passing LVS

extracted_layout_passing_drc

Each of the following plots have had their frequencies ramped up in order to better see the effects, Cin’s period is now 6ns.

Parasitics Output Speed Comparison (Pink is Sum, Blue is Cout)

paracitics_output_speed_comparison

The plot with ∇ is the Sum output with parasitics and the ∆ is the Cout with parasitics (they contain more “spikes”).

Temperature Effects on Output Speeds (Without Wire Paracitics)

@ -75°C, 27°C, 200°C (Pink is Sum, Blue is Cout)

temperature_effects_on_output_speeds

Temperature Effects on Output Speeds (With Wire Paracitics)

@ -75°C, 27°C, 200°C (Pink is Sum, Blue is Cout)

temperature_and_para_effects

The transient effects are quite obvious in these plots.

Click-Clock Board

The Click-Clock Board is a digital 7-segment display clock I developed using KiCad, Verilog, MyHDL, Logisim, Icarus Verilog, GTKWave, Espresso, a solderless breadboard, and a Spartan 6-based FPGA board called Mojo V3.

The first PCB prototype was hand soldered by me using 0.5mm diameter lead-free solder. I am planning to reflow the next board using solder paste for a much nicer assembly.

click-clock-board

Figure 1: Click-Clock Board Layout (v0.2)

IMG_20170409_185623

Figure 2: Front of the First Prototype (v0.1)

IMG_20170408_160053

Figure 3: Back of the First Prototype (v0.1)

bread_board

Figure 4: Complete and Working Breadboard Proof-of-Concept of the Click-Clock Board

click-clock-board_simulation

Figure 5: Working Logisim Simulation of the Click-Clock Board

seconds

Figure 6: GTKWave Seconds Waveform of the Click-Clock Board’s Verilog Simulation

minutes

Figure 7: GTKWave Minutes Waveform of the Click-Clock Board’s Verilog SImulation

hours

Figure 8: GTKWave Hours Waveform of the Click-Clock Board’s Verilog Simulation

LulzBot Automatic Tool Head Changing System

We developed a system which will allow our upcoming 3D printers to change their tool heads during a print. Thus far, we have produce two successful prototypes. It uses the OpenGrab electropermanent magnet for the attachment mechanism.

The tool head PCB has a MAX31855 for thermocouple measurement, 25AA02UIDT EEPROM for storing calibration data, pass-through traces for switching loads, and a spot for a quadrature rotary encoder to sense filament movement.

The project’s Git repo can be found here.

Here’s a video helping to visualize the magnetic field produce by the electropermanent magnet with the use of ferrofluid. Specifically, when the net external magnetic field is zero, when the AlNiCo is saturated with all moments aligned and the net external magnetic field is non-zero, while being gaussed, and while being de-gaussed:

Here’s a demo video of our first print while keeping the toolheads heated in the docking station:

Here’s a demo video our first prototype during a print:

Here’s the layout of the tool head PCB I designed in KiCad:

tool-head-pcb

Figure 1: Tool Head PCB Layout

Here’s the schematic:

Screenshot from 2017-03-12 22-02-28

Figure 2: Tool Head PCB Schematic

Here’s the carriage connector PCB with spring-loaded connectors (don’t worry, the traces aren’t being masked/exposed):

carriage-pcb

Figure 3: Carriage Connector PCB Layout

Here’s a photo showing the tool head PCB in use during a print:

IMG_20170308_162713

Figure4: The Tool Head PCB in Action

The main electronics on this machine is the Replicape rev B3A (Trinamic TMC2100) and BeagleBone Black rev C using the TI AM3358 1GHz 32-bit ARM Cortex A8 and 512MB DDR3 as seen in Figure 5. The OS being Debian, running the Redeem Linux daemon, and an OctoPrint web server.

IMG_20170310_160726

Figure 5: Main Electronics

LulzBot Mini Research and Development

The LulzBot Mini has recently (November 15, 2016) had a huge overhaul with the introduction of Mini v1.04 (codenamed Gladiola). The changes made needed to be subtle enough whereas a SKU change did not have to be made, making the improvements even more challenging to pull off.

The requirements for the electrical system in this release were the following:

  • Use completely new and custom cabling which can handle continuous flexing and outlast the printers’ lifetime (praised by users)
  • Significantly reduce the complexity of installation and assembly for the electronics and wiring; increase rate of production (manufacturing’s assembly instructions)
  • Eliminate an extreme falure mode which would destroy the MCU when the contents of the hotend’s heating element is shorted to its housing
  • Increase the EMC repeatability of the machines; Introduce proper grounding, masking, shielding, filtering, and low impedance return path schemes (test report, more docs)
  • Overall reduction in electronics related RMAs
  • Use the latest revision of Ultimachine’s Mini-RAMBo (with more unintentional radiating antennas)

The EMC improvements made could only be done at the machine/wiring level due to the electronics having been designed in proprietary software. Several Gladiola machines were tested and passed Class B, significantly increasing our sample size. Without proper grounding, shielding, and filtering the PCB could produce quasi-peaks which are as much as 10dB above the Class A limit. The radiated emissions were also found to be lower than several competitors.

mini_before_after
Figure 1: Electronics enclosure before (v1.03 and earlier) and after (v1.04)
mini_chamber

Figure 2: LulzBot Mini v1.04 (3 Meter) Test Setup for Radiated Emissions

The requirements for the firmware in this release were the following:

  • Base the release off of upstream Marlin 1.1.0
  • Eliminate an extreme failure mode which causes the toolhead to crash into to the bed when probing fails (praised by users, commit, see Figure 3)
  • Measurably improve the extruder fan consistency during operation; the solution was modifying the PWM frequency by changing AVR register values (commit)
  • Create an additional branch which allows for a GLCD controller to be used
  • Account for dimensional changes between v1.03 (and earlier) and 1.04, backwards compatibility with all previous Minis
  • Add proper thermal runaway protection (commits: 247f680ef509d957f9543734)
  • Eliminate several bugs present in upstream (such as serial ring buffer overflow)
  • Create pull requests and have them merged upstream for all significant bug fixes and improvements to the firmware (commits merged upstream)
  • Create a makefile which can be used to build the firmware
  • Create a manufacturing firmware checksum script and procedure
LulzBot-Mini-PEI-bed-damage

Figure 3: Failure Mode Prevented by Second Bullet Point

GLCD Development

In addition to each of these improvements, I also re-drew the GLCD board in KiCad with improved routing, proper grounding, and ESD protection (project files).

glcd

Figure 4: GLCD KiCad Layout and 3D Rendering in FreeCAD

IMG_20170316_133416

Figure 5: Back of the GLCD PCB

IMG_20170316_133407

Figure 6: Front of the GLCD PCB

IMG_20170317_075144

Figure 7: Custom GLCD Controller on a Mini

LulzBot TAZ 6 Research and Development

The LulzBot TAZ 6 was officially released May 17, 2016. There have been many improvements to the quality, reliability, and performance. The electrical system experienced a massive overhaul compared to the TAZ 5.

The requirements for the electrical system in the TAZ 6 were the following:

  • Repeatably pass FCC and CE Class B radiated emissions as well as compliance with all other EMC standards; Introduce proper grounding, masking, shielding, filtering, and low impedance return path schemes (test report)
  • Significantly reduce the complexity of installation and assembly for the electronics and wiring; increase rate of production (manufacturing’s assembly documentation)
  • Introduce ESD protection and significant immunity to ESD events
  • Endstops are normally-closed to reduce EMI and to account for open-circuit failure modes

The EMC improvements made could only be done at the machine/wiring level due to the electronics having been designed in proprietary software. Several TAZ 6 machines were tested and passed Class B, significantly increasing our sample size. On the TAZ 5 which lacks proper grounding, shielding, and filtering the PCB transmits quasi-peaks which are ~7dB above the Class B limit.

TAZ_6_controlbox_front_open

Figure 1: TAZ 6 Electrical Enclosure

IMG_0480_2.JPG.400x300_q85_crop_upscale

Figure 2: TAZ 5’s Crammed, Messy Electrical Enclosure

taz_chamber

Figure 3: LulzBot TAZ 6 (3 Meter) Test Setup for Radiated Emissions

Here is a video of a customer describing the EMC mitigation efforts:

The requirements for the firmware in the TAZ 6 were the following:

  • Base the release off of upstream Marlin 1.0.2
  • Add proper thermal runaway protection (commits: 94308924490ed460d8461a9f,  18f22da21171073934caae06,  106d928ad9bb)
  • New feature to allow the user to adjust the Z-Offset from the GLCD in real-time during the print and store the value to the MCU’s EEPROM when done (see Figure 4)
  • Eliminate several bugs present in upstream
  • Create pull requests and have them merged upstream for all significant bug fixes and improvements to the firmware (commits merged upstream)
  • Create a makefile which can be used to build the firmware
  • Create a manufacturing firmware checksum script and procedure
IMG_2663.JPG.600x0_q85

Figure 4: Adjusting the Z-Offset From the GLCD with Animations

3D Platform – Improvements

Resuming A Really Long Print

If you have ever ran a 3D print that lasts a week or longer the last thing you want is to lose hundreds of dollars in material due to a power outage or some other unforeseen problem. I wrote a special feature for 3D Platform in order to be able to complete one of these extremely long prints when such an event occurs.

Here is a video demonstrating the feature in action:

The way it works is the given Z coordinate when selecting “Resume SD from Z” is used to truncate all movements, including retraction Z-hops, which are evaluated to be less than the given value. The result is a perfectly completed print with no noticable recovery artifacts.

3DP1000 Electrical Panel

I developed a modular electrical panel and enclosure for the CE compliant 3DP1000.

Workbench Series Android Tablet Interface

I developed a platform which had an Android tablet running a chroot Fedora GNU/Linux environment, hosting a VNC server for remote access, along with a custom tablet interface of Pronterface.

IMG_20150917_101250

Workbench Series Electrical Panel

I developed the electrical system with a drawer style panel for the 3DP Workbench.