Board-dat/DPR/DPR1103-dat/DPR1103-dat.md
... ...
@@ -0,0 +1,4 @@
1
+
2
+# DPR1103-dat
3
+
4
+https://www.electrodragon.com/product/usb-rs-485-debugger-programmer-tool/
... ...
\ No newline at end of file
Board-dat/NWI/NWI1245-DAT/NWI1245-DAT.md
... ...
@@ -69,6 +69,10 @@ https://www.electrodragon.com/product/esp32-can-rs-485-wire-interface-shield/
69 69
70 70
https://www.youtube.com/shorts/TeaZ1xKcAqg
71 71
72
+- tested work with [[DPR1103-dat]]
73
+
74
+
75
+
72 76
## ref
73 77
- code please refer to our ESP32 arduino github repository
74 78
- https://github.com/Edragon/Arduino-ESP32/tree/master/BSP/NWI1245/power-switch-test
SDK-dat/AVR-dat/UPDI-dat/2024-05-31-15-23-35.png
... ...
Binary files /dev/null and b/SDK-dat/AVR-dat/UPDI-dat/2024-05-31-15-23-35.png differ
SDK-dat/AVR-dat/UPDI-dat/UPDI-dat.md
... ...
@@ -5,6 +5,7 @@
5 5
- https://create.arduino.cc/projecthub/john-bradnam/create-your-own-updi-programmer-1e55f1
6 6
- https://www.hackster.io/john-bradnam/create-your-own-updi-programmer-1e55f1
7 7
8
+The Programmer needs to be set to jtag2updi (megaTinyCore).
8 9
9 10
![](2022-10-15-18-38-28.png)
10 11
... ...
@@ -15,11 +16,18 @@ power supply setup
15 16
16 17
- [[arduino-nano-dat]]
17 18
19
+## Upload firmware to arduino NANO
18 20
19
-## official programmer
21
+![](2024-05-31-15-23-35.png)
20 22
21
-- ateml ICE
22 23
24
+## programmers
25
+
26
+## atmel ICE
27
+- official
28
+
29
+### DIY ATtiny HV UPDI Programmer
30
+https://github.com/Dlloydev/jtag2updi/wiki/DIY-ATtiny-HV-UPDI-Programmer
23 31
24 32
25 33
... ...
@@ -37,6 +45,13 @@ power supply setup
37 45
38 46
- [[megaCoreX-dat]]
39 47
48
+## command mode
49
+
50
+avrdude -C D:\avrdude.conf -c jtag2updi -P com285 -p avr128db64 -v -v -v -v
51
+
52
+avrdude -C D:\avrdude.conf -c jtag2updi -P com285 -p avr128db64 -t -F
53
+
54
+
40 55
41 56
## Demo
42 57
... ...
@@ -45,4 +60,8 @@ power supply setup
45 60
46 61
## Boards
47 62
48
-- [[DAR1060-dat]]
... ...
\ No newline at end of file
0
+- [[DAR1060-dat]] - [[DAR1064-dat]]
1
+
2
+- [[UPDI]]
3
+
4
+- [[atmel-ice]]
... ...
\ No newline at end of file
SDK-dat/AVR-dat/atmel-ice-dat/2024-05-31-17-43-15.png
... ...
Binary files /dev/null and b/SDK-dat/AVR-dat/atmel-ice-dat/2024-05-31-17-43-15.png differ
SDK-dat/AVR-dat/atmel-ice-dat/atmel-ice-dat.md
... ...
@@ -0,0 +1,7 @@
1
+
2
+# atmel-ice-dat
3
+
4
+
5
+## UPDI programming
6
+
7
+![](2024-05-31-17-43-15.png)
... ...
\ No newline at end of file
SDK-dat/avrdude-dat/avrdude-dat.md
... ...
@@ -92,6 +92,11 @@ Flash bootloader for Arduino UNO
92 92
avrdude -CD:\Git-code\arduino\arduino-1.8.12-windows\arduino-1.8.12\hardware\tools\avr\etc\avrdude.conf -c usbasp -p m328p -b 19200 -U flash:w:"D:\Git-code\arduino\arduino-1.8.12-windows\arduino-1.8.12\hardware\arduino\avr\bootloaders\optiboot\optiboot_atmega328.hex":a
93 93
94 94
95
+## with conf file
96
+
97
+avrdude -C D:\avrdude.conf -c jtag2updi -P com285 -p avr128db64
98
+
99
+
95 100
## Supported List
96 101
97 102
- Commands: avrdude -p ?
Tech/arduino-boards-dat/arduino-nano-dat/arduino-nano-dat.md
... ...
@@ -6,6 +6,12 @@ https://store.arduino.cc/products/arduino-nano
6 6
SCH - https://docs.arduino.cc/resources/schematics/A000005-schematics.pdf
7 7
8 8
9
+## Boards
10
+
11
+- [[DAR1040-dat]] - [[DAR1053-dat]] - [[DAR1020-dat]]
12
+
13
+- [[DAR1026-dat]]
14
+
9 15
## ref
10 16
11
-- [[FT232-dat]]
... ...
\ No newline at end of file
0
+- [[FT232-dat]] - [[UPDI-dat]] - [[avrdude-dat]]
... ...
\ No newline at end of file