Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
rocoelectrical
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container Registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue 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
Jingyan Ling
rocoelectrical
Commits
88282bcf
Commit
88282bcf
authored
5 years ago
by
Jingyan Ling
Browse files
Options
Downloads
Patches
Plain Diff
update 0628 jornal
parent
37ceb5ba
Branches
Branches containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+25
-6
25 additions, 6 deletions
README.md
with
25 additions
and
6 deletions
README.md
+
25
−
6
View file @
88282bcf
...
...
@@ -29,22 +29,41 @@
### 06/28/2019
-
Compare EAGLE and KiCAD
-
EAGLE cannot import
`.pcb`
file
-
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.
-
Research on PCB editor
-
EAGLE
-
EAGLE cannot import
`.pcb`
file
-
`svg`
can be exported but not imported
-
Custom library needed if doing schematic design
-
KiCad
-
Can import
`.pcb`
file
-
`svg`
can be exported but not imported
-
LayoutEditor
-
support multiply file type
-
`svg`
can be exported with different color makers as multiple layers
-
include open-sourced auto-router
`freerouting`
-
Auto-routing package:
-
TopoR
-
Python-PCB
-
FreeRouting
-
LayoutEditor
-
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)
##### Approach A
##### Approach A
-
Use regular shape board for PCB in KiCAD
-
image processing: divide alternative shape of
`paperbot`
to multiple rectangles (openCv)
-
Pull required connections and place additional
connection
pin around edges of each rectangle
-
Pull required connections and place additional
header
pin
s
around edges of each rectangle
-
Make each connection pin to be two parallel connections so auto-router does parallel trace for each wiring.
-
Etching a pair of parallel trace provides isolation, and leave the space between traces to be conductible.
\ No newline at end of file
-
Etching a pair of parallel trace provides isolation, and leave the space between traces to be conductible.
-
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
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