From 4cad8d34f022c4a022ed047d4c97492e9e43a7ab Mon Sep 17 00:00:00 2001 From: Adam Prochazka Date: Tue, 9 May 2023 18:43:36 +0200 Subject: [PATCH] Update readme --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 10876d8..8f33190 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # Profilometer Probe +## Device was created as part of a bachelor's thesis at BUT VUT 2022/2023 named Probe for Determining the Surface Condition of Small Diameter Barrels +## Detailed description of device design and implementation is inside thesis ![alt text](https://github.com/aprochazka/ProfilometerProbe/blob/main/Probe_Render.png?raw=true) ![alt text](https://github.com/aprochazka/ProfilometerProbe/blob/main/Probe_Assembled.jpg?raw=true) @@ -16,6 +18,11 @@ - All screws are size M3 - Assembly should be done accordingly +### PCB + +- PCB should be two sided with 1.6mm width +- Design files are created in KiCad + ### Components - Development board: Nucleo L432KC @@ -25,9 +32,6 @@ ## Firmware for profilometer probe -#### Probe design block Scheme -![alt text](https://github.com/aprochazka/ProfilometerProbe/blob/main/deviceScheme.png?raw=true) - ### Build - Build using Makefile inside Firmware folder (dependency: arm-none-eabi)