Board-dat/EGA/EGA1010-dat/EGA1010-dat.md
... ...
@@ -19,3 +19,6 @@
19 19
- 1x pin
20 20
21 21
22
+## ref
23
+
24
+- [[EGA1010]]
... ...
\ No newline at end of file
Tech-dat/EDA-dat/eaglecad-dat/2024-04-02-14-24-27.png
... ...
Binary files /dev/null and b/Tech-dat/EDA-dat/eaglecad-dat/2024-04-02-14-24-27.png differ
Tech-dat/EDA-dat/eaglecad-dat/2024-04-02-14-24-54.png
... ...
Binary files /dev/null and b/Tech-dat/EDA-dat/eaglecad-dat/2024-04-02-14-24-54.png differ
Tech-dat/EDA-dat/eaglecad-dat/eaglecad-dat.md
... ...
@@ -0,0 +1,28 @@
1
+
2
+# eagle-CAD-dat
3
+
4
+- https://github.com/Edragon/Eagle-CAD-dat
5
+- ~~https://github.com/Edragon/CAD-Eagle-part~~
6
+
7
+
8
+## Tips
9
+
10
+### oval, or oblong shapes
11
+
12
+Unfortunately there is still no option for creating a plated slot in the library editor with the ease you can an SMD or PAD. However, you can do as @millingm suggested or the variation I prefer which is a PAD on each end of the slot and then draw each of the inner/outer layer pad areas with a polygon on each of the 16 routing layers. The also draw the slot as a line on the Milling layer. You end up with something like this in your library:
13
+
14
+![](2024-04-02-14-24-27.png)
15
+
16
+And when it is in the board you end up with:
17
+
18
+![](2024-04-02-14-24-54.png)
19
+
20
+https://forums.autodesk.com/t5/eagle-forum/slotted-pads/td-p/7487203
21
+
22
+
23
+
24
+
25
+
26
+## ref
27
+
28
+- [[eagle-cad]]
... ...
\ No newline at end of file
Tech-dat/EDA-dat/kicad-dat/2023-12-11-00-04-17.png
... ...
Binary files /dev/null and b/Tech-dat/EDA-dat/kicad-dat/2023-12-11-00-04-17.png differ
Tech-dat/EDA-dat/kicad-dat/kicad-dat.md
... ...
@@ -0,0 +1,15 @@
1
+
2
+# kicad-dat
3
+
4
+- lib 旧版 符号文件
5
+
6
+### DCM = documentation file
7
+
8
+If you don’t copy the DCM files, you will lose the documentation. I believe that the library will otherwise still function but don’t quote me on that; you can try it and find out.
9
+
10
+(maybe goes with out saying, but in v6 you only have a single .kicad_sym file which contains all the info)
11
+
12
+## .mod
13
+** Files that end in “.kicad_mod”, typically in folders with names that end in “.pretty”, are the 2014(?) version of modules (a KiCad “module” is called a “footprint” or a “decal” in other CAD software), one footprint per file, lots of files in the entire “.pretty” library.*
14
+
15
+** Files that end in “.mod” are module libraries (a KiCad “module” is called a “footprint” or a “decal” in other CAD software)*
... ...
\ No newline at end of file
Tech-dat/EDA-dat/kicad-dat/kicad-workflow.md
... ...
@@ -0,0 +1,32 @@
1
+
2
+# kicad work flow
3
+
4
+- prerequisite shortcuts - https://docs.kicad.org/7.0/en/kicad/kicad.html
5
+
6
+- add symbols and assign footprint
7
+ - enter "E" for properties, and assign the footprint
8
+
9
+
10
+## PCB
11
+
12
+commom layers
13
+
14
+| layers | explain | CN |
15
+| -------------- | ------- | ------ |
16
+| edge.cuts | | 边框层 |
17
+| F/B Silkscreen | | 丝印层 |
18
+| F/B Mask | | 阻焊层 |
19
+| F/B Paste | | 锡膏层 |
20
+| F/B Cu | | 铜箔层 |
21
+
22
+* F for front and B for back
23
+
24
+### PCB init setup
25
+
26
+![](2023-12-11-00-04-17.png)
27
+
28
+- 网络线宽
29
+- 钻孔尺寸
30
+- 网格 1.0 mm
31
+- 缩放
32
+
service-dat/EDA-dat/eaglecad-dat/2024-04-02-14-24-27.png
... ...
Binary files a/service-dat/EDA-dat/eaglecad-dat/2024-04-02-14-24-27.png and /dev/null differ
service-dat/EDA-dat/eaglecad-dat/2024-04-02-14-24-54.png
... ...
Binary files a/service-dat/EDA-dat/eaglecad-dat/2024-04-02-14-24-54.png and /dev/null differ
service-dat/EDA-dat/eaglecad-dat/eaglecad-dat.md
... ...
@@ -1,28 +0,0 @@
1
-
2
-# eagle-CAD-dat
3
-
4
-- https://github.com/Edragon/Eagle-CAD-dat
5
-- ~~https://github.com/Edragon/CAD-Eagle-part~~
6
-
7
-
8
-## Tips
9
-
10
-### oval, or oblong shapes
11
-
12
-Unfortunately there is still no option for creating a plated slot in the library editor with the ease you can an SMD or PAD. However, you can do as @millingm suggested or the variation I prefer which is a PAD on each end of the slot and then draw each of the inner/outer layer pad areas with a polygon on each of the 16 routing layers. The also draw the slot as a line on the Milling layer. You end up with something like this in your library:
13
-
14
-![](2024-04-02-14-24-27.png)
15
-
16
-And when it is in the board you end up with:
17
-
18
-![](2024-04-02-14-24-54.png)
19
-
20
-https://forums.autodesk.com/t5/eagle-forum/slotted-pads/td-p/7487203
21
-
22
-
23
-
24
-
25
-
26
-## ref
27
-
28
-- [[eagle-cad]]
... ...
\ No newline at end of file
service-dat/EDA-dat/kicad-dat/2023-12-11-00-04-17.png
... ...
Binary files a/service-dat/EDA-dat/kicad-dat/2023-12-11-00-04-17.png and /dev/null differ
service-dat/EDA-dat/kicad-dat/kicad-dat.md
... ...
@@ -1,15 +0,0 @@
1
-
2
-# kicad-dat
3
-
4
-- lib 旧版 符号文件
5
-
6
-### DCM = documentation file
7
-
8
-If you don’t copy the DCM files, you will lose the documentation. I believe that the library will otherwise still function but don’t quote me on that; you can try it and find out.
9
-
10
-(maybe goes with out saying, but in v6 you only have a single .kicad_sym file which contains all the info)
11
-
12
-## .mod
13
-** Files that end in “.kicad_mod”, typically in folders with names that end in “.pretty”, are the 2014(?) version of modules (a KiCad “module” is called a “footprint” or a “decal” in other CAD software), one footprint per file, lots of files in the entire “.pretty” library.*
14
-
15
-** Files that end in “.mod” are module libraries (a KiCad “module” is called a “footprint” or a “decal” in other CAD software)*
... ...
\ No newline at end of file
service-dat/EDA-dat/kicad-dat/kicad-workflow.md
... ...
@@ -1,32 +0,0 @@
1
-
2
-# kicad work flow
3
-
4
-- prerequisite shortcuts - https://docs.kicad.org/7.0/en/kicad/kicad.html
5
-
6
-- add symbols and assign footprint
7
- - enter "E" for properties, and assign the footprint
8
-
9
-
10
-## PCB
11
-
12
-commom layers
13
-
14
-| layers | explain | CN |
15
-| -------------- | ------- | ------ |
16
-| edge.cuts | | 边框层 |
17
-| F/B Silkscreen | | 丝印层 |
18
-| F/B Mask | | 阻焊层 |
19
-| F/B Paste | | 锡膏层 |
20
-| F/B Cu | | 铜箔层 |
21
-
22
-* F for front and B for back
23
-
24
-### PCB init setup
25
-
26
-![](2023-12-11-00-04-17.png)
27
-
28
-- 网络线宽
29
-- 钻孔尺寸
30
-- 网格 1.0 mm
31
-- 缩放
32
-
service-dat/PCBA-dat/PCBA-dat.md
... ...
@@ -0,0 +1,3 @@
1
+
2
+# PCBA-dat
3
+
service-dat/PCBA-dat/penalization-dat/penalization-dat.md
... ...
@@ -0,0 +1,6 @@
1
+
2
+# penalization-dat
3
+
4
+- [[stamp-holes-dat]]
5
+
6
+- [[拼板]]
... ...
\ No newline at end of file
tools-dat/51-28-15-19-12-2022.png
... ...
Binary files /dev/null and b/tools-dat/51-28-15-19-12-2022.png differ
tools-dat/serial-monitor.md
... ...
@@ -0,0 +1,10 @@
1
+
2
+
3
+### demo test for esp32-C2
4
+
5
+1、打开串口工具ThingsTurn_Serial_Tool.exe,默认波特率74880
6
+
7
+![](51-28-15-19-12-2022.png)
8
+
9
+
10
+
tools/51-28-15-19-12-2022.png
... ...
Binary files a/tools/51-28-15-19-12-2022.png and /dev/null differ
tools/serial-monitor.md
... ...
@@ -1,10 +0,0 @@
1
-
2
-
3
-### demo test for esp32-C2
4
-
5
-1、打开串口工具ThingsTurn_Serial_Tool.exe,默认波特率74880
6
-
7
-![](51-28-15-19-12-2022.png)
8
-
9
-
10
-