Lucky Resistor
Menu
  • Home
  • Learn
    • Learn C++
    • Product Photography for Electronics
      • Required Equipment and Software
    • Soldering for Show
  • Projects
  • Libraries
  • Applications
  • Shop
  • About
    • About Me
    • Contact
    • Stay Informed
  •  
Menu

Adafruit PowerBoost 1000C Enclosure (LR2165)

Posted on 2021-08-21 by Lucky Resistor

I made a simple 3d printed enclosure for Adafruit’s PowerBoost 1000C and a 1200mAh or smaller LiPo battery. This post contains all the files you need for the print, a list of components, and assembly instructions.

My design uses three simple parts with tight tolerances. They are held together with two M3 screws and two nuts. The parts enclose and protect the board and battery securely, with enough space for heat dissipation. Additionally, there is space for a miniature switch, to turn off the power.

The goal of this project was to convert the board into a small portable device, to protect the electronics and battery from damage. I designed it after I accidentally shorted the circuit with another USB cable that was laying around. 😅

I really like the Adafuit PowerBoost 1000C: It is a versatile breakout board to power projects from lithium-ion batteries. The board comes with a micro USB socket to charge the battery and a USB-A socket to plug any USB-powered project into it. In this configuration, it is perfect to e.g. either power a Raspberry Pi, Feather board from the battery.

Because of the built-in load balancing, it is also great to use as a backup power system. Where you keep running the project from a USB power source, but in case of a power loss, the board automatically switches to the battery.

  • List of Components
  • Print the Parts
  • Prepare the Printed Parts
  • Prepare the Board and Switch
  • Insert the Board and Switch into the Lower Shell
  • Insert the Battery
  • Add the Top Shell
  • Add the Screws
  • Conclusion
  • More Posts

List of Components

  • Adafruit PowerBoost 1000C
  • Compatible lithium ion battery, 1200mAh or smaller.
  • 2× M3 × 20mm screw with button head (head diameter smaller than 6mm)
  • 2x M3 nut
  • Miniature slide switch – NKK SS12SDP2 (or one with the same dimensions)

Print the Parts

Download the 3d models for the print here:

Download 3d Models

In the ZIP file, you find separate files for all three parts, and one file “LR2165-101_102_103 Print.3mf” prepared for the PrusaSlicer application. It contains all three parts, already correctly arranged.

  • Print the files in the orientation shown above.
  • Use PETG as printing material.
  • Use 0.2mm layer height. The models are optimized for this layer height.
  • No supports are required.

Prepare the Printed Parts

After printing, you need to drill out the two screw holes for part 101 and 103. Use a 3.2mm or 3mm drill and use the existing hole to center the drill in the right position. It will remove the small printed cap from the hole.

Alternatively, you can also use a small knife, yet drilling is much easier and also cleans the hole from any strings.

Prepare the Board and Switch

First, solder the USB connector to the board. Make sure it sits flush on the board and not at an angle.

Next, solder the switch to the board, connecting the “EN” and “GND” connectors. Also, attach the battery to the board. It is easier to connect it beforehand.

Insert the Board and Switch into the Lower Shell

Insert the board and switch into the lower shell. Push the board down by pressing down on the two USB connectors. The USB-A connector should be flush with the top edge. On the other side, the board should sit flat on the enclosure.

Push the switch into the enclosure. It should also sit flush in its space.

Now is a good time to test everything the last time:

  • Is the battery properly connected? (blue or red light is on – change the switch of not)
  • Does the switch work? (blue light goes on/off)
  • Is there power on the output? (connect a device)
  • Does an attached power source on the input charge the battery? (orange/green LED)

Depending on the length of the battery cable, create a small coil in the center of the small space nearby.

Insert the Battery

Now insert the middle part of the case.

Pull the battery cables through the small hole at one end of the middle piece, so the battery lies flat on it. There should be no strain on the cable.

Press the middle piece firmly down, until it is flush in the enclosure. It should hold both the USB connectors and the switch down in its place.

Use one or two small pieces of double-sided tape to hold the battery in the middle of the platform.

Add the Top Shell

Add the top shell to the enclosure.

It should slide easily on top without any force needed. Especially make sure there is no pressure on the battery. There should be a small air gap between the battery and the case.

Add the Screws

First, add the two nuts into the top shell. Next insert the screws from the bottom and gently fasten them. Do not use too much force, it may break or deform the printed parts.

Well done!

Conclusion

I hope you found this simple enclosure useful. It converts the PowerBoost 1000C board into a simple power bank or backup power device, without the risk of dangling cables, shorts or accidentally damaging the battery.

If you have any questions, missed information, or simply want to provide feedback, feel free to comment below. 😄

 

More Posts

Better Bridging with Slicer Guides

Better Bridging with Slicer Guides

I got questions about a particular feature you find if some of my 3D models. In this short text, I will explain why I add it and why you should add features like this too ...
Read More
Build a Sustainable Refillable Active Coal Filter

Build a Sustainable Refillable Active Coal Filter

If you ever used air filters to keep smells, fumes and dust at a low level in your workshop, you for sure came in contact with these expensive throwaway active coal filters. While throwing-away the ...
Read More
Update to the Storage Boxes System

Update to the Storage Boxes System

Last week I sent all subscribers a small update to my storage boxes system. There are new split boxes for the tall boxes (LR2052-300C-S) and a new extensive PDF catalogue with a great overview, but ...
Read More
Stronger 3D Printed Parts with Vertical Perimeter Linking

Stronger 3D Printed Parts with Vertical Perimeter Linking

One issue with fused filament fabrication is the weakness introduced into the parts at the layer boundaries. I had this simple idea of how especially straight sections of 3D prints could be improved on regular ...
Read More
Logic Gates Puzzle 101

Logic Gates Puzzle 101

The message you got does not make any sense. Can you decypher it with the following logic puzzle? The circuit was not optimised for functionality but to create a challenging puzzle and gorgeous artwork. If ...
Read More
Candlelight Emulation – Complexity with Layering

Candlelight Emulation – Complexity with Layering

In this blog post I explain the microcontroller firmware that emulates candlelight in more detail. You can apply the explained techniques in similar situations to get organic effects on CPU and RAM-limited platforms. I will ...
Read More

Leave a Reply Cancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Stay Updated

Join me on Mastodon!

Top Posts & Pages

  • Storage Boxes System for 3D Print
  • Event-based Firmware (Part 1/2)
  • Build a 3D Printer Enclosure
  • Yet Another Filament Filter
  • Circle Pattern Generator
  • Circle Pattern Generator
  • Real Time Counter and Integer Overflow
  • Projects
  • Logic Gates Puzzle 11
  • Units of Measurements for Safe C++ Variables

Latest Posts

  • Better Bridging with Slicer Guides2023-02-04
  • Stronger 3D Printed Parts with Vertical Perimeter Linking2023-02-02
  • Logic Gates Puzzle 1012023-02-02
  • Candlelight Emulation – Complexity with Layering2023-02-01
  • Three Ways to Integrate LED Light Into the Modular Lantern2023-01-29
  • The 3D Printed Modular Lantern2023-01-17
  • Rail Grid Alternatives and More Interesting Updates2022-12-09
  • Large Update to the Circle Pattern Generator2022-11-10

Categories

  • 3D Printing
  • Build
  • Common
  • Fail
  • Fun
  • Learn
  • Projects
  • Puzzle
  • Recommendations
  • Request for Comments
  • Review
  • Software
Copyright (c)2022 by Lucky Resistor. All rights reserved.
 

Loading Comments...