Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
rocoelectrical
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container Registry
Analyze
Contributor analytics
Repository analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
rocoelec
rocoelectrical
Commits
865980c7
Commit
865980c7
authored
5 years ago
by
Jingyan Ling
Browse files
Options
Downloads
Patches
Plain Diff
update 0629 jornal
parent
88282bcf
Branches
Branches containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+19
-6
19 additions, 6 deletions
README.md
with
19 additions
and
6 deletions
README.md
+
19
−
6
View file @
865980c7
## 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
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment