Skip to content

Commit

Permalink
hardware: allow flexible buzzer sizes (closes #44)
Browse files Browse the repository at this point in the history
hardware: unroute board
hardware: cleanup schematic
hardware: drop buzzer resistor (closes #25)
doc: update identifiers in BOM (U4->U1, then add U4)
  • Loading branch information
and3rson committed Mar 23, 2024
1 parent 05f8747 commit b7bbccb
Show file tree
Hide file tree
Showing 4 changed files with 558 additions and 48,742 deletions.
30 changes: 15 additions & 15 deletions docs/assembly/components.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,21 +82,13 @@
- 5 шт в комплекті

* - 2
- R2, R5
- R2, R3
- 100K
- 100K Resistor
- `arduino.ua <https://arduino.ua/prod1549-rezistor-100-kom-5-shtyk>`__
- 2
- 5 шт в комплекті

* - 1
- R3
- 200
- 200 Ohm Resistor
- `arduino.ua <https://arduino.ua/prod339-rezistor-200-om-5-shtyk>`__
- 2
- 5 шт в комплекті

* - 1
- SW1-SW8
- Arrows + A/B/C/D
Expand Down Expand Up @@ -130,6 +122,15 @@
- 2
-

* - 1
- U1
- ESP32-S3-WROOM-1-N16R8
- ESP32-S3-WROOM-1-N16R8 Module
- - `prom.ua <https://prom.ua/ua/p2051994816-esp32-dualcore-240mhz.html>`__
- `rcscomponents.kiev.ua (проблеми з постачанням) <https://www.rcscomponents.kiev.ua/product/esp32-s3-wroom-1-n16r8_184448.html>`__
- 200
-

* - 1
- U2
- 280x240 1.69\" TFT
Expand All @@ -156,12 +157,11 @@

* - 1
- U4
- ESP32-S3-WROOM-1-N16R8
- ESP32-S3-WROOM-1-N16R8 Module
- - `prom.ua <https://prom.ua/ua/p2051994816-esp32-dualcore-240mhz.html>`__
- `rcscomponents.kiev.ua (проблеми з постачанням) <https://www.rcscomponents.kiev.ua/product/esp32-s3-wroom-1-n16r8_184448.html>`__
- 200
-
- USBLC6-2SC6
- USBLC6-2SC6 ESD Protection
- https://www.rcscomponents.kiev.ua/product/usblc6-2sc6-diodna-zbirka-smd_25302.html
- 6
- Необов'язково, але рекомендується для додаткового захисту

* - Разом
-
Expand Down
34 changes: 34 additions & 0 deletions hardware/v2/footprints/footprints.pretty/Buzzer_Wide.kicad_mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
(footprint "Buzzer_Wide" (version 20221018) (generator pcbnew)
(layer "F.Cu")
(attr through_hole)
(fp_text reference "REF**" (at 3.81 -1.19 unlocked) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.1)))
(tstamp f97ce0fa-38a7-4884-93c3-147f9efc6538)
)
(fp_text value "Buzzer_Wide" (at 3.81 2.54 unlocked) (layer "F.Fab") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 1dfd116e-6057-4379-af35-ac640857166f)
)
(fp_text user "+" (at -1.524 -0.05) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp f02411df-7493-47fd-a81c-fc1c3f5ba537)
)
(fp_text user "${REFERENCE}" (at 3.81 -2.54) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 1b43b0a6-4f44-400b-9ef0-190e79d4b933)
)
(fp_text user "+" (at -2.7 -0.05) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 3431cbff-1c3d-499e-a938-8eb34997d684)
)
(fp_circle (center 3.81 0) (end 9.81 0)
(stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 96e65f11-216d-4ec9-8163-c209ca8061fa))
(fp_circle (center 3.81 0) (end 10.06 0)
(stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp e0f4f842-5fc3-4215-889b-44d4cb5d5e51))
(fp_circle (center 1.5 0) (end 2 0)
(stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp ab8d78ae-b5e5-4d82-8a3b-7b8d116e0942))
(fp_circle (center 3.81 0) (end 9.31 0)
(stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp daa761e3-1eab-49b2-824b-b2e99bc6ecb7))
(pad "1" thru_hole rect (at 1.27 0) (size 4 2) (drill oval 2.9 0.9) (layers "*.Cu" "*.Mask") (tstamp dcdfd38b-ee6f-4c42-9b86-a9c96a18ba50))
(pad "2" thru_hole oval (at 6.35 0) (size 4 2) (drill oval 2.9 0.9) (layers "*.Cu" "*.Mask") (tstamp 17f249c1-0221-4e49-a8a1-7efdd6509d3f))
)
Loading

0 comments on commit b7bbccb

Please sign in to comment.