Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
averyinterestingusername authored Feb 3, 2025
2 parents f6cf4be + 4f54a5c commit 9fe2aa6
Show file tree
Hide file tree
Showing 20 changed files with 244,023 additions and 0 deletions.
20 changes: 20 additions & 0 deletions projects/lightsaber-ornament/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: "Kaitlyn Zee"
slack_handle: "@Kaitlyn Z"
github_handle: "@Yoda-Flash"
wokwi: https://wokwi.com/projects/421435412428006401
---

# Lightsaber Ornament

<!-- Describe your board in 2-3 sentences. What are you making? What will it do? -->
A lightsaber ornament made for Hack Club's Hacky Holidays!

At first, I wanted to make a Yoda ornament PCB, but I realized that it would only look good with green colored lights. Upon further thought, I realized that Lightsabers would look good in nearly any color, which made it perfect as an ornament. Hence, I decided to make this lightsaber ornament PCB, which can change to whatever color the user chooses after altering one line of code, to bring joy to all Star Wars lovers during the holidays!

<!-- How much is it going to cost? -->
It will be costing around 100 dollars, unfortunately.


<!-- Tell us a little bit about your design process. What were some challenges? What helped? ***Totally optional*** -->
The biggest challenge I had to overcome was choosing parts. I never done so before, and I had to scour the internet for resources and also ask others for help at times.
Binary file added projects/lightsaber-ornament/cart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added projects/lightsaber-ornament/gerber.zip
Binary file not shown.
Binary file added projects/lightsaber-ornament/schematic.pdf
Binary file not shown.
12 changes: 12 additions & 0 deletions projects/lightsaber-ornament/src/bom.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
"Reference","Value","Datasheet","Footprint","Qty","DNP"
"BT1,BT2,BT3,BT4","Battery_Cell","~","Battery:Battery_Panasonic_CR2032-HFN_Horizontal_CircularHoles","4",""
"C4","10uF","~","yoda:CAP_FA23_TDK","1",""
"D1","LED","~","LED_THT:LED_D3.0mm_Clear","1",""
"J1,J2","Conn_01x07","~","Connector_PinSocket_2.54mm:PinSocket_1x07_P2.54mm_Vertical","2",""
"LED1,LED2,LED3,LED4,LED5,LED6,LED7,LED8","WS2813C-V3","","yoda:LED-SMD_6P-L5.4-W5.0-BR_WS2813C-V3","8",""
"R1","33k","~","Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder","1",""
"R2","1k","~","Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder","1",""
"SW1","SW_DIP_x01","~","Button_Switch_THT:SW_DIP_SPSTx01_Piano_10.8x4.1mm_W7.62mm_P2.54mm","1",""
"TP1","TestPoint","~","TestPoint:TestPoint_THTPad_D1.0mm_Drill0.5mm","1",""
"U3","MCP73831-2-OT","http://ww1.microchip.com/downloads/en/DeviceDoc/20001984g.pdf","Package_TO_SOT_SMD:SOT-23-5","1",""
"U4","MOUDLE-SEEEDUINO-XIAO-ESP32C3","","xiao:MOUDLE14P-SMD-2.54-21X17.8MM","1",""
23 changes: 23 additions & 0 deletions projects/lightsaber-ornament/src/lightsaber-all-pos.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Designator,Val,Package,Mid X,Mid Y,Rotation,Layer
BT1,Battery_Cell,Battery_Panasonic_CR2032-HFN_Horizontal_CircularHoles,-128.699879,-81.505,-90,bottom
BT2,Battery_Cell,Battery_Panasonic_CR2032-HFN_Horizontal_CircularHoles,-128.700121,-126.595,90,bottom
BT3,Battery_Cell,Battery_Panasonic_CR2032-HFN_Horizontal_CircularHoles,-128.7,-130.8,-90,bottom
BT4,Battery_Cell,Battery_Panasonic_CR2032-HFN_Horizontal_CircularHoles,-128.700121,-77.095,90,bottom
C4,10uF,CAP_FA23_TDK,127.7,-182.3,180,top
D1,LED,LED_D3.0mm_Clear,117.47,-188.3,180,top
J1,Conn_01x07,PinSocket_1x07_P2.54mm_Vertical,141.218,-158.272379,0,top
J2,Conn_01x07,PinSocket_1x07_P2.54mm_Vertical,116.2,-173.46,180,top
LED1,WS2813C-V3,LED-SMD_6P-L5.4-W5.0-BR_WS2813C-V3,116.1,-145.3,90,top
LED2,WS2813C-V3,LED-SMD_6P-L5.4-W5.0-BR_WS2813C-V3,116.1,-112.8,90,top
LED3,WS2813C-V3,LED-SMD_6P-L5.4-W5.0-BR_WS2813C-V3,116.1,-80.3,90,top
LED4,WS2813C-V3,LED-SMD_6P-L5.4-W5.0-BR_WS2813C-V3,116.1,-47.3,90,top
LED5,WS2813C-V3,LED-SMD_6P-L5.4-W5.0-BR_WS2813C-V3,141.6,-47.3,-90,top
LED6,WS2813C-V3,LED-SMD_6P-L5.4-W5.0-BR_WS2813C-V3,141.6,-80.3,-90,top
LED7,WS2813C-V3,LED-SMD_6P-L5.4-W5.0-BR_WS2813C-V3,141.6,-112.8,-90,top
LED8,WS2813C-V3,LED-SMD_6P-L5.4-W5.0-BR_WS2813C-V3,141.6,-145.3,-90,top
R1,33k,R_0603_1608Metric_Pad0.98x0.95mm_HandSolder,138.7,-181.3,90,top
R2,1k,R_0603_1608Metric_Pad0.98x0.95mm_HandSolder,125.2,-187.3,180,top
SW1,SW_DIP_x01,SW_DIP_SPSTx01_Piano_10.8x4.1mm_W7.62mm_P2.54mm,133.275,-188.3,0,top
U3,MCP73831-2-OT,SOT-23-5,133.2,-181.3,-90,top
U4,MOUDLE-SEEEDUINO-XIAO-ESP32C3,MOUDLE14P-SMD-2.54-21X17.8MM,137.6355,-155.313129,180,top
TP1,TestPoint,TestPoint_THTPad_D1.0mm_Drill0.5mm,116.2,179.8,0,top
Loading

0 comments on commit 9fe2aa6

Please sign in to comment.