Skip to content
Snippets Groups Projects
Commit 865980c7 authored by Jingyan Ling's avatar Jingyan Ling
Browse files

update 0629 jornal

parent 88282bcf
Branches
No related merge requests found
## ENGINEERING JOURNAL
### Jingyan Ling
### 06/27/2019
### 06/27/2019 (Thur)
- Compile `OldRoCo` [repo](https://git.uclalemur.com/mehtank/oldroco)
- Record of modification:
- ++line 8 of `vstart.sh`
......@@ -27,7 +27,7 @@
- TODO:
- Cut and etching from same `Inkscape` file
### 06/28/2019
### 06/28/2019 (Fri)
- Confirm that copper tape has better conductivity than aluminum sheet when attaching microcontroller pins through `H-shape` cut
- Copper tape is harder to be scratched, which provides less risk of disconnection during assessmbly.
......@@ -51,11 +51,11 @@
- Approaches:
- A. convert SVG/DXF file to schematic/board design of PCB. Use KiCAD or EAGLE to do autorouting.
- B. develop algorithm on auto routing for single layer svg/dxf file. (path finding problem)
- `A`. convert SVG/DXF file to schematic/board design of PCB. Use KiCAD or EAGLE to do autorouting.
- `B`. develop algorithm on auto routing for single layer svg/dxf file. (path finding problem)
##### Approach A
##### Approach `A`
- Use regular shape board for PCB in KiCAD
- image processing: divide alternative shape of `paperbot` to multiple rectangles (openCv)
......@@ -66,4 +66,17 @@
- Build Library for schematic design
- Schematic design helps with router to know desired connection
- Additional header pins at each side of kink mark
\ No newline at end of file
- Additional header pins at each side of kink mark
### 06/28/2019 (Sat)
##### Approach `B`
- Potential needed functions of packages
- A package enable drawing through scripts on SVG/DXF file
- A script that pulls out pins' coordinate on paper chassis
- Or a image process package (OpenCV) that reads pins' coordinate on paper chassis
- A package solves multi-node path finding problem
- Python Pathfinding package:
- [pathfinding](https://pypi.org/project/pathfinding/#description)
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment