Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(Hacky Holidays) Gift Tag #1364

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions projects/gift_tag/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: "Danny Nguyen"
slack_handle: "@Danny"
github_handle: "@udu3324"
tutorial: none
---

# Gift Tag
![image](https://github.com/user-attachments/assets/847f19d5-a112-4327-91ab-6c900be83e96)
![image](https://github.com/user-attachments/assets/2f1879e3-d7cf-4dac-94ea-16daa9bc5766)

I created a board that spices up a normal gift tag that you would use on a present/gift.
It can be programmed to show different patterns of lights and adds a nice touch to whatever its attached to. This is for the Hacky Holidays event!

## Cost
This board costs about $30 without shipping, but that is without the microcontroller and two CR2032 battery holders on the bottom of the PCB. They will be bought seperately to save over 50+ dollars on JLCPCB fees bruh.

## Design Process
I first start sketching a few ideas i have for the hacky holidays event. I went with a gift tag and started iterating on it a bit more, and was constrained to the parts list in slack which was kind of hard. The worst part was trying to make my board cost less on JLCPCB. It all worked out though and my design turned out awesome.
Binary file added projects/gift_tag/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/gift_tag/gerber.zip
Binary file not shown.
Binary file added projects/gift_tag/schematic.pdf
Binary file not shown.
11 changes: 11 additions & 0 deletions projects/gift_tag/src/bom.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Designator,Footprint,Quantity,Value,LCSC Part #
"BT1, BT2",BAT_CR2032-BS-6-1,2,CR2032-BS-6-1,
"C1, C10, C2, C3, C4, C5, C6, C7, C8, C9",0603,10,100nF,
C11,0603,1,10uF,
"D1, D10, D2, D3, D4, D5, D6, D7, D8, D9",LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm,10,WS2812B,
"R1, R10, R2, R3, R4, R5, R6, R7, R8, R9",0603,10,220Ω,
R11,0603,1,10kΩ,
SW2,modified_to_K3-1260D-L1_from_SW_Slide-03_Wuerth-WS-SLTV_10x2.5x6.4_P2.54mm,1,K3-1260D-L1,
SW4,SW_TS02-66-43-BK-260-LCR-D,1,DTS-61K-V,
U1,MCU_Seeed_ESP32C3,1,Seeed Studio XIAO ESP32-C3,
U2,SOT-23-5,1,TPS76350,
Loading
Loading