163f2d081d6a77e74390f1690403e2f45ca7a504
Board/IDD/IDD1013-DAT/IDD1013-DAT.md
... | ... | @@ -25,7 +25,8 @@ Old V1 version: |
25 | 25 | |
26 | 26 | ## Demos |
27 | 27 | |
28 | -- V2 version https://twitter.com/electro_phoenix/status/1635248053392375808 |
|
28 | +- V2 version |
|
29 | +- https://twitter.com/electro_phoenix/status/1635248053392375808 |
|
29 | 30 | |
30 | 31 | |
31 | 32 | ## hardware setup |
Board/NWI/NWI1119-DAT/NWI1119-DAT.md
... | ... | @@ -17,16 +17,16 @@ |
17 | 17 | ![](39-39-16-07-02-2023.png) |
18 | 18 | |
19 | 19 | ### note |
20 | -- [[ESP32-USB]] failed on code testing, may work or not, consider it is not working if you buy. |
|
20 | +- [[ESP32-USB]] note here |
|
21 | 21 | |
22 | -- bluetooth / wifi tested with official examples, https://github.com/Edragon/Arduino-ESP32 |
|
22 | +- [[arduino-esp32]] |
|
23 | 23 | |
24 | 24 | |
25 | 25 | |
26 | 26 | ### demo video |
27 | 27 | |
28 | 28 | - https://www.youtube.com/watch?v=6Zk3WIVSvyM |
29 | - |
|
29 | +- https://twitter.com/electro_phoenix/status/1622874731493072897 |
|
30 | 30 | |
31 | 31 | ### ref |
32 | 32 |
Home.md
... | ... | @@ -31,7 +31,7 @@ test log 170004 |
31 | 31 | |
32 | 32 | |
33 | 33 | ### NWI |
34 | -- [[NWI1124-DAT]] - [[NWI1125-DAT]] - [[NWI1126-DAT]] - [[NWI1155-DAT]] - [[NWI1139-DAT]] - [[NWI1235-DAT]] - [[NWI1245-DAT]] |
|
34 | +- [[NWI1119-DAT]] - [[NWI1124-DAT]] - [[NWI1125-DAT]] - [[NWI1126-DAT]] - [[NWI1155-DAT]] - [[NWI1139-DAT]] - [[NWI1235-DAT]] - [[NWI1245-DAT]] |
|
35 | 35 | |
36 | 36 | ### SCU |
37 | 37 | - [[SCU1041-DAT]] |
SDK/Arduino-IDE-DAT/Arduino-ESP32/arduino-esp32.md
... | ... | @@ -1,19 +1,27 @@ |
1 | 1 | |
2 | 2 | |
3 | +## Guide |
|
4 | + |
|
3 | 5 | https://docs.espressif.com/projects/arduino-esp32/en/latest/getting_started.html#supported-soc-s |
4 | 6 | |
5 | -ESP32-WROOM |
|
6 | 7 | |
8 | +## Parameters |
|
7 | 9 | |
8 | 10 | ![](52-27-16-05-01-2023.png) |
9 | 11 | |
10 | 12 | |
13 | +## version |
|
14 | + |
|
11 | 15 | version 2.0.6 - 2022/2/3 |
12 | 16 | version 2.0.4 |
13 | 17 | |
18 | +## repository |
|
14 | 19 | https://github.com/espressif/arduino-esp32 |
15 | 20 | |
16 | 21 | |
17 | 22 | ## BSP demo code |
18 | 23 | |
19 | -- https://github.com/Edragon/Arduino-ESP32 |
|
... | ... | \ No newline at end of file |
0 | +- https://github.com/Edragon/Arduino-ESP32 |
|
1 | + |
|
2 | +includes |
|
3 | +- bluetooth / wifi tested with official examples |
|
... | ... | \ No newline at end of file |
SDK/ESP/ESP32-USB.md
... | ... | @@ -1,3 +1,19 @@ |
1 | 1 | |
2 | -- [[NWI1235-DAT]] |
|
2 | + |
|
3 | +# ESP32 USB |
|
4 | + |
|
5 | +## Arduino Code tested with [[ESP32-C3-WROOM-02-DAT]] |
|
6 | +- not working |
|
7 | +- maybe hardware problem, or code problem, or need further test |
|
8 | +- consider it is not working if you buy. |
|
9 | + |
|
10 | +## Arduino Code tested with [[ESP32-S2]] |
|
11 | +- working |
|
12 | + |
|
13 | + |
|
14 | +## Boards |
|
15 | + |
|
16 | +- [[NWI1119-DAT]] |
|
17 | +- [[NWI1126-DAT]] |
|
18 | +- [[NWI1235-DAT]] - [[ESP32-S2]] |
|
3 | 19 |