Commit 6c14f798 authored by Oldřich Pecák's avatar Oldřich Pecák
Browse files

rev 1.1

parent 5774b0b2
Loading
Loading
Loading
Loading
+7 −8
Original line number Diff line number Diff line
# Cube's board
This repo contains KiCAD project and associated files for Cube's control board
This repo contains KiCAD project and associated files for Cube's Control Board

## Known bugs
- the SDO_Z and SDO_nINT_C pins are swapped on K64F side
- the STSPIN820 mode select pins can't be left floating -> needs triple jumper
- REF1, REF2, REF3 can't be left floating on TMC429 when not used
- `/kicad_project` includes the source files of KiCAD project for the board
- `/bom` contains interactive bom for the PCB
- `/gerber_jlc` has **currently outdated** gerbers for manufacturing

## TODO:
1. write proper README.md
1. fix known bugs - Rev 1.1
![Cube Board](board.png)

## TODO
1. integrate MCU onto the board - Rev 2
1. switch to full trinamic driver chain - Rev 3
 No newline at end of file

board.png

0 → 100644
+243 KiB
Loading image diff...
+1220 −383

File changed.

File size exceeds preview limit.

+479 −479
Original line number Diff line number Diff line
@@ -238,6 +238,25 @@ X Pin_2 2 -200 -100 150 R 50 50 1 1 P
ENDDRAW
ENDDEF
#
# Cube_Board-rescue_R_POT_Small-Device
#
DEF Cube_Board-rescue_R_POT_Small-Device RV 0 40 Y N 1 F N
F0 "RV" -175 0 50 V V C CNN
F1 "Cube_Board-rescue_R_POT_Small-Device" -100 0 50 V V C CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
$FPLIST
 Potentiometer*
$ENDFPLIST
DRAW
S 30 71 -30 -71 0 1 10 N
P 6 0 1 0 35 0 25 0 65 15 65 -15 25 0 35 0 F
X 1 1 0 100 25 D 25 25 1 1 P
X 2 2 100 0 39 L 25 25 1 1 P
X 3 3 0 -100 25 U 25 25 1 1 P
ENDDRAW
ENDDEF
#
# Device_CP1
#
DEF Device_CP1 C 0 10 N N 1 F N
@@ -314,25 +333,6 @@ X 2 2 100 0 40 L 50 50 0 1 P
ENDDRAW
ENDDEF
#
# Device_R_POT_Small
#
DEF Device_R_POT_Small RV 0 40 Y N 1 F N
F0 "RV" -175 0 50 V V C CNN
F1 "Device_R_POT_Small" -100 0 50 V V C CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
$FPLIST
 Potentiometer*
$ENDFPLIST
DRAW
S 30 71 -30 -71 0 1 10 N
P 6 0 1 0 35 0 25 0 65 15 65 -15 25 0 35 0 F
X 1 1 0 100 25 D 25 25 1 1 P
X 2 2 100 0 39 L 25 25 1 1 P
X 3 3 0 -100 25 U 25 25 1 1 P
ENDDRAW
ENDDEF
#
# Device_R_Small
#
DEF Device_R_Small R 0 10 N N 1 F N
Loading