mirror of
https://github.com/System-End/hackpad.git
synced 2026-04-20 00:35:24 +00:00
Add Wang01 content
This commit is contained in:
parent
da23114a1c
commit
a2ad661281
4 changed files with 52 additions and 0 deletions
52
website/src/pages/submissions/Wang01/Wang01.mdx
Normal file
52
website/src/pages/submissions/Wang01/Wang01.mdx
Normal file
|
|
@ -0,0 +1,52 @@
|
|||
import schemantic from './wang01_sch.png';
|
||||
import pcb from './wang01_pcb.png';
|
||||
import cad from './wang01_cad.png';
|
||||
|
||||
|
||||
# Wang01
|
||||
|
||||
The Wang01 is a 16 key macropad with rotary encoder.
|
||||
|
||||
## Overview:
|
||||
- PLA plastic 3D printed case
|
||||
- EC11 Rotary encoder
|
||||
- 4 keys
|
||||
|
||||
## CAD Model
|
||||
The macropad fits together using 4 M3 bolts and heatset inserts.
|
||||
It was made using OnShape!
|
||||
|
||||
<img src={cad} alt="picture of case" width="500"/>
|
||||
|
||||
## PCB:
|
||||
Here is the PCB. It was made with love using KiCad! A silkscreen was made using Figma.
|
||||
|
||||
<img src={schemantic} alt="picture of schemantic" width="500"/>
|
||||
|
||||
<img src={pcb} alt="picture of pcb" width="500"/>
|
||||
|
||||
## Firmware:
|
||||
The firmware was entirely built using [QMK](https://qmk.fm/).
|
||||
|
||||
- the rotary encoder allows user to scroll down a page
|
||||
- the 16 keys are a numpad with a decimal key, four functions keys, and an enter key
|
||||
- nothing happens when you press the rotary encoder yet
|
||||
|
||||
## BOM:
|
||||
Everything you need!
|
||||
|
||||
- 16x Gateron Milky Yellow Switches
|
||||
- 16x DSA Keycaps
|
||||
- 4x M3x16mm SHCS bolts
|
||||
- 16x 1N4148 DO-35 Diodes
|
||||
- 1x EC11 Rotary encoder
|
||||
- 1x Xiao RP2040
|
||||
- 1x 3D printed case
|
||||
- 1x PCB
|
||||
|
||||
## Fun facts
|
||||
|
||||
- the firmware worked as expected the first time (yesssss)
|
||||
- the hole for the USB-C cable was lined up (yesssss)
|
||||
- the case was slightly too short and the lid is not flush (noooooo)
|
||||
- the holes for the heatsets were too small (nooooo)
|
||||
BIN
website/src/pages/submissions/Wang01/wang01_cad.png
Normal file
BIN
website/src/pages/submissions/Wang01/wang01_cad.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 171 KiB |
BIN
website/src/pages/submissions/Wang01/wang01_pcb.png
Normal file
BIN
website/src/pages/submissions/Wang01/wang01_pcb.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 127 KiB |
BIN
website/src/pages/submissions/Wang01/wang01_sch.png
Normal file
BIN
website/src/pages/submissions/Wang01/wang01_sch.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 74 KiB |
Loading…
Add table
Reference in a new issue