3c5a78994e0fbf233fe919883b99d94e712018e4
Board-dat/DOD/DOD1096-dat/2024-10-25-19-14-08.png
... | ... | Binary files /dev/null and b/Board-dat/DOD/DOD1096-dat/2024-10-25-19-14-08.png differ |
Board-dat/DOD/DOD1096-dat/DOD1096-dat.md
... | ... | @@ -25,6 +25,14 @@ STM32F411 开发板 |
25 | 25 | - 128 Kbytes of SRAM |
26 | 26 | |
27 | 27 | |
28 | +## schematic |
|
29 | + |
|
30 | +![](2024-10-25-19-14-08.png) |
|
31 | + |
|
32 | +## SDK |
|
33 | + |
|
34 | +the board is [[micropython-dat]] compatible, load in firmware/bootloader |
|
35 | + |
|
28 | 36 | ## ref |
29 | 37 | |
30 | 38 |
Chip-dat/ST-dat/STM32-dat/STM32F401-dat/STM32F401-dat.md
... | ... | @@ -1,6 +1,42 @@ |
1 | 1 | |
2 | 2 | # STM32F401-dat |
3 | 3 | |
4 | + |
|
5 | +## Demo Code And Reference Link |
|
6 | + |
|
7 | +* https://github.com/mcauser/WEACT_F411CEU6 |
|
8 | +* Firmware Github private |
|
9 | +* https://github.com/Edragon/STM32F4_MP-TPY |
|
10 | +* https://github.com/Edragon/STM32F4_MP2 |
|
11 | + |
|
12 | + |
|
13 | +Demo Test for accelerator - facebook dead, please visit at our youtube |
|
14 | + |
|
15 | +* https://fb.watch/bf5FTk2XWO/ |
|
16 | + |
|
17 | + |
|
18 | + |
|
19 | + |
|
20 | +## More Notes |
|
21 | + |
|
22 | +* Use devices delete and pop out devices safely option in windows |
|
23 | +* reconnect USB cable and device to fully reload code |
|
24 | + |
|
25 | + |
|
26 | + |
|
27 | +## Other Similar Boards |
|
28 | + |
|
29 | +* ISOCORE |
|
30 | +* TYP_Board |
|
31 | + |
|
32 | + |
|
33 | +## more schematic |
|
34 | + |
|
35 | +- https://w.electrodragon.com/w/Category:STM32F4_HDK |
|
36 | + |
|
37 | + |
|
4 | 38 | ## ref |
5 | 39 | |
40 | +- [[micropython-dat]] |
|
41 | + |
|
6 | 42 | - [[STM32-dat]] |
... | ... | \ No newline at end of file |
SDK-dat/AVR-dat/avrdude-dat/avrdude-dat.md
... | ... | @@ -131,4 +131,11 @@ full commands by arduino IDE, this will be failed if use alone |
131 | 131 | |
132 | 132 | ![](2023-09-12-17-52-25.png) |
133 | 133 | |
134 | + |
|
135 | + |
|
136 | +## ref |
|
137 | + |
|
138 | +- [[avr-dat]] |
|
139 | + |
|
140 | + |
|
134 | 141 | - [[avrdude]] |
... | ... | \ No newline at end of file |
SDK-dat/microPython/micropython-dat.md
... | ... | @@ -1,10 +1,10 @@ |
1 | 1 | |
2 | 2 | # micropython dat |
3 | 3 | |
4 | -https://github.com/Edragon/Code-MicroPython |
|
5 | -https://github.com/Edragon/STM32-F4-MicroPython2 |
|
6 | - |
|
4 | +- https://github.com/Edragon/Code-MicroPython |
|
5 | +- https://github.com/Edragon/STM32-F4-MicroPython2 |
|
7 | 6 | |
7 | +legacy wiki page - https://w.electrodragon.com/w/Micropython_Guide |
|
8 | 8 | |
9 | 9 | ## About micropython: |
10 | 10 | |
... | ... | @@ -17,4 +17,26 @@ Open the USB flash drive, edit the main.py file, click Save, and reset the MCU t |
17 | 17 | |
18 | 18 | ![](2024-10-08-17-35-01.png) |
19 | 19 | |
20 | -![](2024-10-08-17-35-13.png) |
|
... | ... | \ No newline at end of file |
0 | +![](2024-10-08-17-35-13.png) |
|
1 | + |
|
2 | + |
|
3 | + |
|
4 | +## Micropython Firmware / Bootloader |
|
5 | + |
|
6 | +For STM32F405RGT |
|
7 | + |
|
8 | +* Upload firmware hex by ST-link, no need reset pin |
|
9 | +* Flash Firmware - TPYBoardV102.hex |
|
10 | + |
|
11 | +* Reboot board and connect by USB, it will format itself, two LEDs ON, this takes 3-5 seconds |
|
12 | + |
|
13 | +* after this, U-disk will show up and sequential LED blink. |
|
14 | + |
|
15 | +* Now can upload new sketch into it. |
|
16 | + |
|
17 | + |
|
18 | +## compatible boards |
|
19 | + |
|
20 | +- [[STM32F401-dat]] |
|
21 | + |
|
22 | +- [[DOD1096-dat]] |