Board-dat/NGS/NGS1072-DAT/NGS1072-DAT.md
... ...
@@ -6,6 +6,27 @@
6 6
- D8 - SIM800 BOOT
7 7
- D13 - PROG LED
8 8
9
+
10
+arduino pin template
11
+
12
+| arduino | Note | customize |
13
+| ------- | ---- | ------------------ |
14
+| 13 | | prog_LED |
15
+| 12 | | |
16
+| 11 | | |
17
+| 10 | | |
18
+| 9 | | |
19
+| 8 | | SIM800 BOOT |
20
+| 7 | | Relay2 |
21
+| 6 | | Relay1 |
22
+| 5 | | SIM800-soft_serial |
23
+| 4 | | SIM800-soft_serial |
24
+| 3 | | |
25
+| 2 | INT0 | |
26
+| 1 | TXD | |
27
+| 0 | RXD | |
28
+
29
+
9 30
![](15-18-22-29-03-2023.png)
10 31
11 32
- FTDI FT232RL cable match programming pins on top-left:
Chip-dat/AVR-dat/atmega328-DAT/atmega328-DAT.md
... ...
@@ -14,9 +14,24 @@
14 14
15 15
Pins
16 16
17
-| pin | Funcs | Funcs2 | arduino |
18
-| --- | ----- | ---------- | ------- |
19
-| 15 | PB5 | SCK/PCINT5 | D13 |
17
+| arduino | pin | Funcs | Funcs2 | customize |
18
+| ------- | --- | ----- | ---------- | --------- |
19
+| 13 | 17 | PB5 | SCK/PCINT5 | |
20
+| 12 | 16 | PB4 | MISO | |
21
+| 11 | 15 | PB3 | MOSI/PWM | |
22
+| 10 | 14 | PB2 | | |
23
+| 9 | 13 | PB1 | PWM | |
24
+| 8 | 12 | PB0 | | |
25
+| 7 | 11 | PD7 | | |
26
+| 6 | 10 | PD6 | PWM | |
27
+| 5 | 9 | PD5 | PWM | |
28
+| 4 | 2 | PD4 | | |
29
+| 3 | 1 | PD3 | PWM | |
30
+| 2 | 32 | PD2 | | |
31
+| 1 | 31 | PD1 | TX | |
32
+| 0 | 30 | PD0 | RX | |
33
+
34
+
20 35
21 36
22 37
- [[atmega328]]
board-series-dat/arduino-dat/2024-07-01-21-13-30.png
... ...
Binary files /dev/null and b/board-series-dat/arduino-dat/2024-07-01-21-13-30.png differ
board-series-dat/arduino-dat/arduino-dat.md
... ...
@@ -11,7 +11,7 @@
11 11
12 12
- [[arduino-code-v1-dat]]
13 13
14
-- [[usbasp-dat]]
14
+- [[usbasp-dat]] - [[avr-dat]]
15 15
16 16
17 17
## Boards
... ...
@@ -22,3 +22,45 @@
22 22
## Programmer
23 23
24 24
- [[DPR1009-dat]] - [[DPR1088-dat]]
25
+
26
+## Chip Map
27
+
28
+![](2024-07-01-21-13-30.png)
29
+
30
+
31
+| arduino | pin | Funcs | Funcs2 | customize |
32
+| ------- | --- | ----- | ---------- | --------- |
33
+| 13 | 17 | PB5 | SCK/PCINT5 | |
34
+| 12 | 16 | PB4 | MISO | |
35
+| 11 | 15 | PB3 | MOSI/PWM | |
36
+| 10 | 14 | PB2 | | |
37
+| 9 | 13 | PB1 | PWM | |
38
+| 8 | 12 | PB0 | | |
39
+| 7 | 11 | PD7 | | |
40
+| 6 | 10 | PD6 | PWM | |
41
+| 5 | 9 | PD5 | PWM | |
42
+| 4 | 2 | PD4 | | |
43
+| 3 | 1 | PD3 | PWM | |
44
+| 2 | 32 | PD2 | | |
45
+| 1 | 31 | PD1 | TX | |
46
+| 0 | 30 | PD0 | RX | |
47
+
48
+
49
+## Simplified = arduino pin template
50
+
51
+| arduino | Note | customize |
52
+| ------- | ---- | --------- |
53
+| 13 | | |
54
+| 12 | | |
55
+| 11 | | |
56
+| 10 | | |
57
+| 9 | | |
58
+| 8 | | |
59
+| 7 | | |
60
+| 6 | | |
61
+| 5 | | |
62
+| 4 | | |
63
+| 3 | | |
64
+| 2 | INT0 | |
65
+| 1 | TXD | |
66
+| 0 | RXD | |
... ...
\ No newline at end of file