Skip to content

Commit c754ecd

Browse files
committed
WIP
1 parent a171314 commit c754ecd

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
layout: post
3+
title: Building a Raspberry Pi Pico Controller
4+
date: 2024-11-29 22:18
5+
categories: [Guides]
6+
tags: [guides, raspberry pi, pico]
7+
image: /assets/img/posts/2024-11-29-raspberry-pi-pico-controller/thumb.jpg
8+
9+
---
10+
11+
The Raspberry Pi Pico is a powerful microcontroller that can be used for a variety of projects. I recently began a build to create a controller to interface with projects via the Pico's wifi and bluetooth capabilities, with added neopixels for visual feedback. This guide will walk you through the process of building your own Raspberry Pi Pico controller.
12+
13+
## Design
14+
15+
The project is a self contained controller that includes an 18650 battery connected to an uninteruptable power supply (UPS) module, a Raspberry Pi Pico, and a selection of addressable LED neopixels. The controller will be housed in a 3D printed case with a 3D printed button for user input.
16+
17+
I wanted to create a design that would allow me to experiment with modules, so that they could be swapped as needed depending on the project. I opted to use magnetic connects to create a 5v bus and a pair of wires to connect the Pico to the neopixels in each module.
18+
19+
Inspired by lightsabers from Star Wars, I designed the project to resemble a lightsaber hilt, with the neopixels spread out along each module so that various effects could be displayed.
20+
21+
22+
## Software and Repository
23+
24+
The software for the project is written in MicroPython and is available in the following repository:
25+
26+
[Repository](https://github.com/makerforgetech/pico-controller)
27+
28+
## Materials
29+
30+
Take a look at the bill of materials for this project to get an idea of what you'll need to build your own Raspberry Pi Pico controller:
31+
32+
[Bill of Materials](https://github.com/makerforgetech/pico-controller?tab=readme-ov-file#bill-of-materials)
33+
34+
## Assembly
35+
36+
I will create a detailed video of the assembly and printing process for this project, so stay tuned for updates!
37+
38+
[YouTube](https://www.youtube.com/@DanMakesThings/shorts)
39+
40+
41+
123 KB
Loading

0 commit comments

Comments
 (0)