mirror of
https://github.com/whowechina/popn_pico.git
synced 2024-11-12 01:30:47 +01:00
Screw spacer STL file and some updates to README
This commit is contained in:
parent
fc9af55f3d
commit
cf60124b3d
21
CASE/screw_spacer.scad
Normal file
21
CASE/screw_spacer.scad
Normal file
@ -0,0 +1,21 @@
|
||||
$fn=64;
|
||||
|
||||
spacer([0,0,0]);
|
||||
spacer([8,0,0]);
|
||||
spacer([16,0,0]);
|
||||
spacer([24,0,0]);
|
||||
spacer([32,0,0]);
|
||||
spacer([40,0,0]);
|
||||
|
||||
|
||||
module spacer(pos)
|
||||
{
|
||||
translate(pos) union() {
|
||||
difference() {
|
||||
cylinder(d=6.5,h=3.5);
|
||||
translate([0,0,-1]) cylinder(d=3.5,h=10);
|
||||
}
|
||||
translate([2,-1,]) cube([4,2,0.3]);
|
||||
}
|
||||
}
|
||||
|
BIN
PRODUCTION/screw_spacer.stl
Normal file
BIN
PRODUCTION/screw_spacer.stl
Normal file
Binary file not shown.
@ -44,7 +44,7 @@ Thanks to:
|
||||
|
||||
### Step 2 - Solder
|
||||
* Use the smallest soldering iron tip you have.
|
||||
* Use solder flux.
|
||||
* Use solder flux, always keep the pins "wet".
|
||||
* Soldering iron temperature set to around 300°C.
|
||||
* Use tweezers to hold components.
|
||||
* Tricks for Type-C socket and 4020 RGB LEDs.
|
||||
@ -54,6 +54,9 @@ Thanks to:
|
||||
<img src="doc/usb_soldered.jpg" width="40%">
|
||||
* 4020 RGB LEDs are side-facing, don't make it "up-facing".
|
||||
<img src="doc/leds_soldered.jpg" width="30%">
|
||||
* They look like this when finish:
|
||||
<img src="doc/pcb_soldered_up.jpg" width="100%">
|
||||
<img src="doc/pcb_soldered_down.jpg" width="100%">
|
||||
|
||||
### Step 3 - Firmware
|
||||
* Use a USB cable to connect the PCB to a PC/Mac computer while pressing down the small button on Raspberry Pi Pico. An explorer window will pop up. If it doesn't show up, navigate to a disk labeled "RPI-RP2".
|
||||
@ -69,7 +72,8 @@ Thanks to:
|
||||
* Gap between the plate and the PCB is about 3.4mm. There're many ways to fix and fasten boards and case. Here's my solution, I reprocessed the screws and spacers as they didn't come with proper length.
|
||||
<img src="doc/screw_solution.png" width="50%">
|
||||
<img src="doc/screw_real.jpg" width="50%">
|
||||
* Use some anti-slip silicone pads.
|
||||
* Another way is to use a long M3 screw from top side and a nut at the bottom side. Between PCB and plate, use a 3.5mm length M3 spacer with no threads. You can also 3D print some spacers using provided **/PRODUCTION/screw_spacer.stl**.
|
||||
* Don't forget get some anti-slip silicone pads.
|
||||
<img src="doc/screw_final.jpg" width="50%">
|
||||
* Almost done.
|
||||
<img src="doc/assembled_top.jpg" width="50%">
|
||||
|
Loading…
Reference in New Issue
Block a user