meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
home_automation:esp8266:general [2016/06/29 11:33] niziakhome_automation:esp8266:general [2020/06/05 14:43] (current) niziak
Line 38: Line 38:
 ^ Pin # ^ GPIO   ^ role / description ^^^^ ^ Pin # ^ GPIO   ^ role / description ^^^^
 | 15    | GPIO0  | FLSH      | SPI_CS2 |        | !!! Must be H during bootup. L=boot from UART | | 15    | GPIO0  | FLSH      | SPI_CS2 |        | !!! Must be H during bootup. L=boot from UART |
-| 26    | GPIO1  | UART0_TXD | SPI_CS1 |        | Uart Tx during flash programming  3,3V ! | +| 26    | GPIO1  | UART0_TXD | SPI_CS1 |        | UART TX during flash programming  3,3V ! | 
-| 14    | GPIO2  |           |                | UART Tx during flash programming | +| 14    | GPIO2  | UART1_TXD |                | UART TX during flash programming | 
-| 25    | GPIO3  | UART0_RXD |                | Uart Rx during flash programming  3,3V ! |+| 25    | GPIO3  | UART0_RXD |                | UART Rx during flash programming  3,3V ! |
 | 16    | GPIO4  |                          | | | 16    | GPIO4  |                          | |
 | 24    | GPIO5  |                          | | | 24    | GPIO5  |                          | |
Line 50: Line 50:
 | 20    | GPIO11 |           | SPI_CS0 | SD_CMD | | | 20    | GPIO11 |           | SPI_CS0 | SD_CMD | |
 | 10    | GPIO12 | HSPI_MISO | MTDI    |        | | | 10    | GPIO12 | HSPI_MISO | MTDI    |        | |
-| 12    | GPIO13 | HSPI_MOSI | MTCK    | UART0_CTS | |+| 12    | GPIO13 | HSPI_MOSI | MTCK    | UART0_CTS / UART0_RXD2 Note: there is UART Swap register, and UART0 can be muxed to GPIO13 and GPIO15 |
 | 9     | GPIO14 | HSPI CLK  | MTMS    |           | | | 9     | GPIO14 | HSPI CLK  | MTMS    |           | |
-| 13    | GPIO15 | HSPI CS   | MTDO    | UART0_RTS | !!! Must be L durign bootup (H=SDIO mode) |+| 13    | GPIO15 | HSPI CS   | MTDO    | UART0_RTS / UART0_TXD2 | !!! Must be L durign bootup (H=SDIO mode) |
 | 8     | GPIO16 | XPD_DCDC  |                   | Depp sleep Timer output / USER / WAKE. Connect it to reset ping to wakeup from Deep Sleep mode | | 8     | GPIO16 | XPD_DCDC  |                   | Depp sleep Timer output / USER / WAKE. Connect it to reset ping to wakeup from Deep Sleep mode |
 |              |                             | | |              |                             | |
Line 87: Line 87:
 ===== Arduino ===== ===== Arduino =====
 [[https://github.com/esp8266/Arduino]] [[https://github.com/esp8266/Arduino]]
 +
 +[[https://github.com/markszabo/IRremoteESP8266]]