332d12ac8e3d03a52070475c4daa6da5de86df65
Board-dat/DAS/DAS1069-dat/das1069-dat.md
| ... | ... | @@ -87,4 +87,6 @@ Reserved DIO (via jumpers) |
| 87 | 87 | |
| 88 | 88 | ## ref |
| 89 | 89 | |
| 90 | +- [[ESP8266-dat]] |
|
| 91 | + |
|
| 90 | 92 | - [[arduino-dat]] |
| ... | ... | \ No newline at end of file |
Chip-cn-dat/AIT-dat/ESP-12S-DAT/ESP-12S-DAT.md
| ... | ... | @@ -15,13 +15,7 @@ https://www.electrodragon.com/product/esp-12s-wifi-module-esp8266/ |
| 15 | 15 | |
| 16 | 16 | ## internal |
| 17 | 17 | |
| 18 | -| pins | internal | Extra | |
|
| 19 | -| ----- | --------- | ---------------- | |
|
| 20 | -| reset | pull-up | extra filter cap | |
|
| 21 | -| en | pull-up | | |
|
| 22 | -| IO0 | pull-up | | |
|
| 23 | -| IO2 | pull-up | on board LED | |
|
| 24 | -| IO15 | pull-down | | |
|
| 18 | +see more at [[ESP8266-dat]] |
|
| 25 | 19 | |
| 26 | 20 |  |
| 27 | 21 |
Chip-cn-dat/Espressif-dat/ESP8266-DAT/0a-esp8266ex_datasheet_en.pdf
| ... | ... | Binary files /dev/null and b/Chip-cn-dat/Espressif-dat/ESP8266-DAT/0a-esp8266ex_datasheet_en.pdf differ |
Chip-cn-dat/Espressif-dat/ESP8266-DAT/ESP8266-DAT.md
| ... | ... | @@ -1,30 +1,37 @@ |
| 1 | 1 | |
| 2 | 2 | # ESP8266 |
| 3 | 3 | |
| 4 | -find modules here - [[esp8266-modules-dat.md]] |
|
| 4 | +find modules here - [[esp8266-modules-dat]] |
|
| 5 | 5 | |
| 6 | +## chip info |
|
| 7 | + |
|
| 8 | +- DS [[0a-esp8266ex_datasheet_en.pdf]] |
|
| 6 | 9 | |
| 7 | -### common pins |
|
| 8 | 10 | |
| 11 | +### common pins |
|
| 9 | 12 | |
| 10 | -| pin | setup | func | Note | |
|
| 11 | -| ------ | ----- | ------------------------------------- | ------- | |
|
| 12 | -| U0_RXD | GPIO3 | I/O UART Rx during flash programming | | |
|
| 13 | -| U0_TXD | GPIO1 | I/O UART TX during flash programming; | SPI_CS1 | |
|
| 14 | 13 | |
| 15 | -serial1 = U0 |
|
| 14 | +| pin | name | GPIO | function | Note | note | |
|
| 15 | +| ----- | ------ | ---- | -------- | ------- | ------------------------------------- | |
|
| 16 | +| 25 | U0_RXD | 3 | IO3 | | I/O UART Rx during flash programming | |
|
| 17 | +| 26 | U0_TXD | 1 | IO1 | SPI_CS1 | I/O UART TX during flash programming; | |
|
| 18 | +| 14 | IO2 | 2 | U1_TXD | | Flash debug output | |
|
| 19 | +| 13 | MTDO | 15 | U0_RTS | HSPI_CS | | |
|
| 20 | +| 18~23 | SDIO | |
|
| 16 | 21 | |
| 17 | 22 | |
| 18 | 23 | |
| 19 | 24 | ### bootstrap |
| 20 | 25 | |
| 21 | -| pin | setup | func | |
|
| 22 | -| ------ | -------------------- | ------------- | |
|
| 23 | -| RESET | pull up + cap 0.1 UF | | |
|
| 24 | -| EN | pull up | | |
|
| 25 | -| IO0 | pull up | | |
|
| 26 | -| IO2 | pull up | on-module LED | |
|
| 27 | -| GPIO15 | pull down | | |
|
| 26 | +| pin | default boot | Against Mode | [[ESP-12F-dat]] | [[ESP-12S-dat]] | func | |
|
| 27 | +| ------ | -------------------- | ------------------- | --------------- | --------------- | ----------------- | |
|
| 28 | +| RESET | pull up + cap 0.1 UF | Reboot | ext. | int. | | |
|
| 29 | +| EN | pull up | Reboot | ext. | int. | | |
|
| 30 | +| IO0 | pull up | Flash Mode | ext. | int. | Boot mode control | |
|
| 31 | +| IO2 | pull up | | pull-up w/LED | pull-up w/LED | on-module LED | |
|
| 32 | +| GPIO15 | pull down | Fail into SDIO Mode | ext. | int. | MTDO | |
|
| 33 | + |
|
| 34 | +- reference from chip datasheet section "Pin Definitions" Note part |
|
| 28 | 35 | |
| 29 | 36 |  |
| 30 | 37 | |
| ... | ... | @@ -36,9 +43,8 @@ serial1 = U0 |
| 36 | 43 | |
| 37 | 44 | ## ref |
| 38 | 45 | |
| 39 | -- design guidelines - https://espressif.com/en/support/download/documents?keys=&field_type_tid%5B%5D=16 |
|
| 46 | +- design guidelines - [[esp8266_hardware_design_guidelines_en.pdf]] |
|
| 40 | 47 | |
| 41 | -- CN datasheet of all series - [[esp8266系列使用手册.pdf]] |
|
| 42 | 48 | - Module datasheet please see here: https://github.com/Edragon/ESP8266-HDK/tree/master/MOD |
| 43 | 49 | |
| 44 | 50 |
Chip-cn-dat/Espressif-dat/ESP8266-DAT/esp8266_hardware_design_guidelines_en.pdf
| ... | ... | Binary files /dev/null and b/Chip-cn-dat/Espressif-dat/ESP8266-DAT/esp8266_hardware_design_guidelines_en.pdf differ |
app-dat/app-dat.md
| ... | ... | @@ -1,9 +1,9 @@ |
| 1 | 1 | |
| 2 | 2 | # app-dat |
| 3 | 3 | |
| 4 | -## working in progress |
|
| 4 | +## 2025 |
|
| 5 | 5 | |
| 6 | -- [[detecting-camera-dat]] |
|
| 6 | +- [[openpnp-dat]] |
|
| 7 | 7 | |
| 8 | 8 | - [[metal-detector-dat]] |
| 9 | 9 | |
| ... | ... | @@ -21,6 +21,10 @@ |
| 21 | 21 | |
| 22 | 22 | - [[home-plant-dat]] |
| 23 | 23 | |
| 24 | +## done |
|
| 25 | + |
|
| 26 | +- [[detecting-camera-dat]] |
|
| 27 | + |
|
| 24 | 28 | |
| 25 | 29 | ## good app maker |
| 26 | 30 |
app-dat/openpnp-dat/openpnp-dat.md
| ... | ... | @@ -0,0 +1,3 @@ |
| 1 | + |
|
| 2 | +# openpnp-dat |
|
| 3 | + |