16 Commits

Author SHA1 Message Date
AlexanderHD27
1786fa0b41 Merge branch 'motor-ctrl-firmware' of gitea.mintcalc.com:alexander/gobot into motor-ctrl-firmware 2024-09-27 23:37:57 +02:00
AlexanderHD27
f3490212bf Fixed Race-Condtion problem with arming of done_flag 2024-09-27 23:37:44 +02:00
AlexanderHD27
84e351d154 Fixed Race-Condtion problem with arming of done_flag 2024-09-27 23:21:04 +02:00
AlexanderHD27
986927d740 Added docs for Circuit Board Pinout 2024-09-27 23:20:14 +02:00
AlexanderHD27
6be2dd0b7d Added Scripts to remotly debug pico 2024-09-27 23:19:39 +02:00
AlexanderHD27
b2ffcb5d72 Added: Getting steps remaining on stop 2024-09-26 18:46:44 +02:00
AlexanderHD27
1ad6c75788 Implemented Stop on Zero Step 2024-09-25 19:46:52 +02:00
AlexanderHD27
e97472c2a3 Added Wait for compleation funcionality 2024-09-25 19:23:24 +02:00
AlexanderHD27
bba35c9622 Implement PIO-Pulser as Class for two channels Channel 2024-09-25 18:12:19 +02:00
AlexanderHD27
9640a5b747 Implement Controlled Pulses via PIO 2024-09-25 16:39:05 +02:00
AlexanderHD27
49d52ca0ed Started Implementing UART Register interface 2024-09-13 22:09:15 +02:00
AlexanderHD27
08598ca7a3 Implemented TMC2209 Register Read/Write 2024-09-12 23:52:29 +02:00
AlexanderHD27
36f6f1863b Swaped RX/TX Pins in Schematic and added 100uF Caps for drivers 2024-09-12 23:51:43 +02:00
AlexanderHD27
0c1b8f4e86 Upgrade to pico SDK 2.0.0 2024-09-11 23:32:55 +02:00
AlexanderHD27
29af5335f5 Added rpi-pico-sdk 2024-09-10 15:36:38 +02:00
AlexanderHD27
8b97a1853d Added deps. 2024-09-10 15:33:15 +02:00
4219 changed files with 4754 additions and 12576 deletions

2
.gitattributes vendored
View File

@@ -32,5 +32,3 @@ board-vision/cnn_model/data/* filter=lfs diff=lfs merge=lfs -text
*.gto filter=lfs diff=lfs merge=lfs -text *.gto filter=lfs diff=lfs merge=lfs -text
*.drl filter=lfs diff=lfs merge=lfs -text *.drl filter=lfs diff=lfs merge=lfs -text
/motor-control/motor-driver-breakout/sym-lib-table filter=lfs diff=lfs merge=lfs -text /motor-control/motor-driver-breakout/sym-lib-table filter=lfs diff=lfs merge=lfs -text
*.stl filter=lfs diff=lfs merge=lfs -text
*.3mf filter=lfs diff=lfs merge=lfs -text

BIN
.gitmodules (Stored with Git LFS) vendored

Binary file not shown.

BIN
3d-print/slicers/BoardPositionMarker.3mf (Stored with Git LFS)

Binary file not shown.

BIN
board-vision/.gitignore (Stored with Git LFS) vendored Normal file

Binary file not shown.

View File

@@ -1,15 +0,0 @@
{
"python.testing.pytestArgs": [
"--cov-report", "xml:cov.xml",
"--cov-report", "term",
"--cov=src",
"test",
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"coverage-gutters.coverageFileNames": [
"cov.xml",
],
"coverage-gutters.coverageBaseDir": "**",
"testing.coverageToolbarEnabled": true
}

View File

@@ -1,10 +0,0 @@
<mxfile host="Electron" agent="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) draw.io/26.0.3 Chrome/130.0.6723.137 Electron/33.2.1 Safari/537.36" version="26.0.3">
<diagram name="Page-1" id="pQX3soidFeX27xHFKTw3">
<mxGraphModel dx="1434" dy="843" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
</root>
</mxGraphModel>
</diagram>
</mxfile>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
board-vision/cnn_model/data/set6.zip (Stored with Git LFS) Normal file

Binary file not shown.

BIN
board-vision/cnn_model/data/set6_images.zip (Stored with Git LFS) Normal file

Binary file not shown.

BIN
board-vision/cnn_model/data_reprocessing.ipynb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
board-vision/cnn_model/fileSetUtils.py (Stored with Git LFS) Normal file

Binary file not shown.

BIN
board-vision/cnn_model/main.py (Stored with Git LFS) Normal file

Binary file not shown.

BIN
board-vision/cnn_model/model/Models.md (Stored with Git LFS) Normal file

Binary file not shown.

BIN
board-vision/cnn_model/model/modelv1.1.pth (Stored with Git LFS) Normal file

Binary file not shown.

BIN
board-vision/cnn_model/model/modelv1.1_script.pth (Stored with Git LFS) Normal file

Binary file not shown.

BIN
board-vision/cnn_model/model/modelv2.1_9k_.pth (Stored with Git LFS) Normal file

Binary file not shown.

BIN
board-vision/cnn_model/model/modelv2.1_9k_script.pth (Stored with Git LFS) Normal file

Binary file not shown.

BIN
board-vision/cnn_model/model/modelv2.2_9k_.pth (Stored with Git LFS) Normal file

Binary file not shown.

BIN
board-vision/cnn_model/model/modelv2.2_9k_script.pth (Stored with Git LFS) Normal file

Binary file not shown.

BIN
board-vision/cnn_model/model/modelv3.1_5k_.pth (Stored with Git LFS) Normal file

Binary file not shown.

BIN
board-vision/cnn_model/model/modelv3.1_5k_script.pth (Stored with Git LFS) Normal file

Binary file not shown.

BIN
board-vision/cnn_model/model/modelv4.1_2k_.pth (Stored with Git LFS) Normal file

Binary file not shown.

BIN
board-vision/cnn_model/model/modelv4.1_2k_script.pth (Stored with Git LFS) Normal file

Binary file not shown.

BIN
board-vision/cnn_model/train.ipynb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
board-vision/cnn_model/util.py (Stored with Git LFS) Normal file

Binary file not shown.

BIN
board-vision/docs/Markers.odg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
board-vision/docs/Markers.pdf (Stored with Git LFS) Normal file

Binary file not shown.

BIN
board-vision/frame.png (Stored with Git LFS)

Binary file not shown.

BIN
board-vision/frame1.png (Stored with Git LFS)

Binary file not shown.

BIN
board-vision/models/model1.pth (Stored with Git LFS)

Binary file not shown.

BIN
board-vision/notebooks/Train.ipynb (Stored with Git LFS)

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More