d9f958e3b1b1503b7c997f0c37e7a4d42d3d289c
Board-new/ESP32-ISO-dat/ESP32-ISO-dat.md
... | ... | @@ -8,7 +8,8 @@ |
8 | 8 | |
9 | 9 | - [[DPR1084-dat]] - [[rs485-autoboard-1]] - [[OPM1153-dat]] |
10 | 10 | |
11 | - |
|
11 | +## Use Guide |
|
12 | +- connect IO0 to GND to enter into programming mode |
|
12 | 13 | |
13 | 14 | |
14 | 15 | ## ref |
Board/Board-DAT.md
... | ... | @@ -12,7 +12,9 @@ |
12 | 12 | - [[DAS1033-DAT]] - [[DAS1043-DAT]] - [[DAS1087-DAT]] |
13 | 13 | |
14 | 14 | ### DAR |
15 | -- [[DAR1053-DAT]] - [[DAR1056-DAT]] - [[DAR1064-DAT]] - [[DAR1019-dat]] |
|
15 | +- [[DAR1053-DAT]] - [[DAR1064-DAT]] - [[DAR1019-dat]] |
|
16 | + |
|
17 | +- [[DAR1056-DAT]] |
|
16 | 18 | |
17 | 19 | ### DOD |
18 | 20 | - [[DOD1046-dat]] - [[DOD1071-DAT]] - [[DOD1074-DAT]] |
Board/CIC/CIC1053-dat.md
... | ... | @@ -0,0 +1,18 @@ |
1 | + |
|
2 | +# CIC1053-dat |
|
3 | + |
|
4 | +https://www.electrodragon.com/product/5pcs-logicgreen-lgt8f328p/ |
|
5 | + |
|
6 | +## note |
|
7 | +- all chips preloaded with arduino bootloader |
|
8 | + |
|
9 | +## historical price |
|
10 | +- 1.2 now |
|
11 | +- 1.8 |
|
12 | + |
|
13 | +[[LGT8F328-DAT]] - [[DAR1056-DAT]] - [[CIC1053-dat]] - [[NWL1097-dat]] |
|
14 | + |
|
15 | + |
|
16 | + |
|
17 | + |
|
18 | +[[CIC1053]] |
|
... | ... | \ No newline at end of file |
Board/DAR/DAR1056-DAT/DAR1056-DAT.md
... | ... | @@ -4,8 +4,11 @@ |
4 | 4 | ![](10-01-18-17-03-2023.png) |
5 | 5 | |
6 | 6 | |
7 | -backside jumper |
|
8 | 7 | |
8 | + |
|
9 | +### backside jumper setup |
|
10 | + |
|
11 | +please refer to the image below |
|
9 | 12 | - top-left capacitor for genesis arduino |
10 | 13 | - network resistor for genesis arduino |
11 | 14 | - pullup resistors in the middle for I2C |
... | ... | @@ -15,6 +18,14 @@ backside jumper |
15 | 18 | ![](51-01-18-17-03-2023.png) |
16 | 19 | |
17 | 20 | |
21 | +## Note: |
|
22 | +- Crystal no placed default, the MCU can use internal clock for most cases. |
|
23 | +- Default power selection by 3-way jumper on board, default on 5V. |
|
24 | + |
|
25 | +- Will build next version TQFP-48 footprint IC, nearly same cost but more functions. |
|
26 | + |
|
27 | + |
|
28 | + |
|
18 | 29 | ## ref |
19 | 30 | - [[LGT8F328-DAT]] |
20 | 31 | - [[DAR1056]] |
... | ... | \ No newline at end of file |
SDK/ESP-SDK/esp-idf/esp-idf.md
... | ... | @@ -1,5 +1,7 @@ |
1 | 1 | |
2 | 2 | |
3 | +# ESP IDF |
|
4 | + |
|
3 | 5 | - https://docs.espressif.com/projects/esp-idf/en/latest/esp32c2/index.html |
4 | 6 | |
5 | 7 | - https://github.com/espressif/esp-idf |
board-app/board-app-dat.md
... | ... | @@ -1,6 +1,15 @@ |
1 | 1 | |
2 | 2 | # board-app-dat |
3 | 3 | |
4 | + |
|
5 | + |
|
6 | +## ESP32 APP |
|
4 | 7 | - [[esp-relay-board-dat]] |
5 | 8 | |
6 | 9 | |
10 | + |
|
11 | +## LGT8F328 |
|
12 | + |
|
13 | +[[LGT8F328-DAT]] - [[DAR1056-DAT]] - [[CIC1053-dat]] - [[NWL1097-dat]] |
|
14 | + |
|
15 | + |
chip-cn/LGT/LGT8F328-DAT.md
... | ... | @@ -39,6 +39,24 @@ Installation: |
39 | 39 | - Copy the [hardware] directory to Arduino's sketchbook directory (see below to find out where it normally resides) |
40 | 40 | - Restart Arduino, you will see new board from [Tools]->[Board] menu. |
41 | 41 | |
42 | -## |
|
43 | 42 | |
43 | + |
|
44 | +### old bootloader |
|
45 | +- Better not used for experiment, your often daily programming learning or testing, although no problem, but if unexpected error cause the board bricked, you need special programmer to re-programme the bootloader. |
|
46 | +- Good to migrate to a low cost board instead of original expensive board. |
|
47 | +- Same way to upload sketch as pro mini, notice to choose the board |
|
48 | + - 8F328P - original IC bootloader, please use this one |
|
49 | + - 8F328D - compatible, can also upload code, but don't know if any unknow error. |
|
50 | + - Pro mini - also can upload, but active very wired |
|
51 | + |
|
52 | + |
|
53 | +## Programmer |
|
54 | + |
|
55 | +- arduino UNO can pretend as a chip programmer |
|
56 | +- please contact us if you need to order original programmer |
|
57 | + |
|
58 | + |
|
59 | +## ref |
|
60 | + |
|
61 | +- [legacy wiki page](https://www.electrodragon.com/w/Logicgreen) |
|
44 | 62 | - [[LGT8F328]] |
... | ... | \ No newline at end of file |