b56399353c0c6740adc9cd6f34bfcd6ed3b1b527
Tech-dat/SBC-dat/RPI-dat/RPI-26P-dat/2024-01-14-11-12-16.png
... | ... | Binary files a/Tech-dat/SBC-dat/RPI-dat/RPI-26P-dat/2024-01-14-11-12-16.png and /dev/null differ |
Tech-dat/SBC-dat/RPI-dat/RPI-26P-dat/RPI-26P-dat.md
... | ... | @@ -1,4 +0,0 @@ |
1 | - |
|
2 | -# RPI-26P-dat |
|
3 | - |
|
4 | -![](2024-01-14-11-12-16.png) |
|
... | ... | \ No newline at end of file |
Tech-dat/SBC-dat/RPI-dat/RPI-dat.md
... | ... | @@ -2,8 +2,9 @@ |
2 | 2 | # raspberry pi dat |
3 | 3 | |
4 | 4 | |
5 | +## hardware |
|
5 | 6 | |
6 | - |
|
7 | +- [[rpi-pin-dat]] |
|
7 | 8 | |
8 | 9 | - [[RPI3-dat]] |
9 | 10 |
Tech-dat/SBC-dat/RPI-dat/RPI-pin-dat/2024-01-14-11-12-16.png
... | ... | Binary files /dev/null and b/Tech-dat/SBC-dat/RPI-dat/RPI-pin-dat/2024-01-14-11-12-16.png differ |
Tech-dat/SBC-dat/RPI-dat/RPI-pin-dat/2024-10-03-20-12-54.png
... | ... | Binary files /dev/null and b/Tech-dat/SBC-dat/RPI-dat/RPI-pin-dat/2024-10-03-20-12-54.png differ |
Tech-dat/SBC-dat/RPI-dat/RPI-pin-dat/RPI-pin-dat.md
... | ... | @@ -0,0 +1,36 @@ |
1 | + |
|
2 | +# RPI-pin-dat |
|
3 | + |
|
4 | + |
|
5 | + |
|
6 | +## RPI-26P-dat |
|
7 | + |
|
8 | +![](2024-01-14-11-12-16.png) |
|
9 | + |
|
10 | + |
|
11 | +## pin |
|
12 | + |
|
13 | +| note | GPIO | pin | pin | GPIO | note2 | |
|
14 | +| ------ | ---- | --- | --- | ---- | ------ | |
|
15 | +| 3V3 | - | 1 | 2 | - | 5V | |
|
16 | +| SDA | 2 | 3 | 4 | - | 5V | |
|
17 | +| SCL | 3 | 5 | 6 | - | Ground | |
|
18 | +| | 4 | 7 | 8 | 14 | TXD | |
|
19 | +| Ground | - | 9 | 10 | 15 | RXD | |
|
20 | +| ce1 | 17 | 11 | 12 | 18 | ce0 | |
|
21 | +| | 27 | 13 | 14 | - | Ground | |
|
22 | +| | 22 | 15 | 16 | 23 | | |
|
23 | +| 3V3 | - | 17 | 18 | 24 | | |
|
24 | +| MOSI | 10 | 19 | 20 | - | Ground | |
|
25 | +| MISO | 9 | 21 | 22 | 25 | | |
|
26 | +| SCLK | 11 | 23 | 24 | 8 | CE0 | |
|
27 | +| Ground | - | 25 | 26 | 7 | CE1 | |
|
28 | +| ID_SD | 0 | 27 | 28 | 1 | ID_SC | |
|
29 | +| | 5 | 29 | 30 | - | Ground | |
|
30 | +| | 6 | 31 | 32 | 12 | | |
|
31 | +| | 13 | 33 | 34 | - | Ground | |
|
32 | +| miso | 19 | 35 | 36 | 16 | ce2 | |
|
33 | +| | 26 | 37 | 38 | 20 | mosi | |
|
34 | +| Ground | - | 39 | 40 | 21 | sclk | |
|
35 | + |
|
36 | +![](2024-10-03-20-12-54.png) |
|
... | ... | \ No newline at end of file |
code-dat/RPI-python-dat/RPI-python-dat.md
... | ... | @@ -45,4 +45,6 @@ build-in library: |
45 | 45 | |
46 | 46 | ## ref |
47 | 47 | |
48 | +- [[rpi-dat]] |
|
49 | + |
|
48 | 50 | - [[python-dat]] |
... | ... | \ No newline at end of file |
code-dat/RPI-python-dat/pigpio-dat.md
... | ... | @@ -5,27 +5,3 @@ |
5 | 5 | - examples - https://abyz.me.uk/rpi/pigpio/examples.html |
6 | 6 | |
7 | 7 | |
8 | -## pin |
|
9 | - |
|
10 | -| note | GPIO | pin | pin | GPIO | note2 | |
|
11 | -| ------ | ---- | --- | --- | ---- | ------ | |
|
12 | -| 3V3 | - | 1 | 2 | - | 5V | |
|
13 | -| SDA | 2 | 3 | 4 | - | 5V | |
|
14 | -| SCL | 3 | 5 | 6 | - | Ground | |
|
15 | -| | 4 | 7 | 8 | 14 | TXD | |
|
16 | -| Ground | - | 9 | 10 | 15 | RXD | |
|
17 | -| ce1 | 17 | 11 | 12 | 18 | ce0 | |
|
18 | -| | 27 | 13 | 14 | - | Ground | |
|
19 | -| | 22 | 15 | 16 | 23 | | |
|
20 | -| 3V3 | - | 17 | 18 | 24 | | |
|
21 | -| MOSI | 10 | 19 | 20 | - | Ground | |
|
22 | -| MISO | 9 | 21 | 22 | 25 | | |
|
23 | -| SCLK | 11 | 23 | 24 | 8 | CE0 | |
|
24 | -| Ground | - | 25 | 26 | 7 | CE1 | |
|
25 | -| ID_SD | 0 | 27 | 28 | 1 | ID_SC | |
|
26 | -| | 5 | 29 | 30 | - | Ground | |
|
27 | -| | 6 | 31 | 32 | 12 | | |
|
28 | -| | 13 | 33 | 34 | - | Ground | |
|
29 | -| miso | 19 | 35 | 36 | 16 | ce2 | |
|
30 | -| | 26 | 37 | 38 | 20 | mosi | |
|
31 | -| Ground | - | 39 | 40 | 21 | sclk | |