Skip to content

Commit

Permalink
Update 01_ESP-F.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
SmartArduino committed Jan 26, 2018
1 parent bdc70c1 commit ac096e4
Showing 1 changed file with 32 additions and 12 deletions.
44 changes: 32 additions & 12 deletions source/WiFi Module/01_ESP-F.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,31 +97,51 @@ Working mode and definition of pins:

Function Definition of Module Pins
"""""""""
+------+---+----+---------------------------------------------------------------------+
+----+-----+----+---------------------------------------------------------------------+
| Num| Pin |Type| Function |
+====+=====+====+=====================================================================+
| 1 | RST | I |Reset the signal outside (enable with low), Reset module |
+----+-----+----+---------------------------------------------------------------------+
| 2 | ADC | I |A/D pin. Input voltage 0~1V, value: 0~1024 |
+----+-----+----+---------------------------------------------------------------------+
| 3 | RST | I |high level:chip work;low level:chip closes with small current. |
| 3 | EN | I |high level:chip work;low level:chip closes with small current. |
+----+-----+----+---------------------------------------------------------------------+
| 4 | ADC | I/O|deep sleep/wakeup |
| 4 | IO16| I/O|deep sleep/wakeup |
+----+-----+----+---------------------------------------------------------------------+
| 5 | RST |I/O |GPIO14; HSPI_CLK |
| 5 | IO14|I/O |GPIO14; HSPI_CLK |
+----+-----+----+---------------------------------------------------------------------+
| 6 | ADC |I/O |GPIO12;HSPI_MISO |
| 6 | IO12|I/O |GPIO12;HSPI_MISO |
+----+-----+----+---------------------------------------------------------------------+
| 7 | RST |I/O |GPIO13;HSPI_MOSI;UART0_CTS |
| 7 | IO13|I/O |GPIO13;HSPI_MOSI;UART0_CTS |
+----+-----+----+---------------------------------------------------------------------+
| 8 | ADC |I/O |Module working voltage: 3.3V |
| 8 | VCC | P |Module working voltage: 3.3V |
+----+-----+----+---------------------------------------------------------------------+
| 9 | RST |I/O |GPIO11; SD_CMD; SPI_CS0 |
| 9 | CS0 |I/O |GPIO11; SD_CMD; SPI_CS0 |
+----+-----+----+---------------------------------------------------------------------+
| 10 | ADC |I/O |GPIO7; SD_D0, SPI_MSIO |
| 10 |MISO |I/O |GPIO7; SD_D0, SPI_MSIO |
+----+-----+----+---------------------------------------------------------------------+
| 11 | RST |I/O |GPIO9; SD_D2 PIHD; HSPIHD |
| 11 | IO9 |I/O |GPIO9; SD_D2 PIHD; HSPIHD |
+----+-----+----+---------------------------------------------------------------------+
| 12 | ADC |I/O |GPIO10; SD_D3;SPIWP; HSPIWP1 |
| 12 | IO10|I/O |GPIO10; SD_D3;SPIWP; HSPIWP1 |
+----+-----+----+---------------------------------------------------------------------+

| 13 | MOSI|I/O | |
+----+-----+----+---------------------------------------------------------------------+
| 14 |SCLK |I/O |Module working voltage: 3.3V |
+----+-----+----+---------------------------------------------------------------------+
| 15 | GND | P |GPIO11; SD_CMD; SPI_CS0 |
+----+-----+----+---------------------------------------------------------------------+
| 16 |IO15 |I/O |GPIO7; SD_D0, SPI_MSIO |
+----+-----+----+---------------------------------------------------------------------+
| 17 | IO2 |I/O |GPIO9; SD_D2 PIHD; HSPIHD |
+----+-----+----+---------------------------------------------------------------------+
| 18 | IO0 |I/O |GPIO10; SD_D3;SPIWP; HSPIWP1 |
+----+-----+----+---------------------------------------------------------------------+
| 19 | IO4 | I/O| |
+----+-----+----+---------------------------------------------------------------------+
| 20 | IO5 |I/O |GPIO11; SD_CMD; SPI_CS0 |
+----+-----+----+---------------------------------------------------------------------+
| 21 | RXD |I/O |GPIO7; SD_D0, SPI_MSIO |
+----+-----+----+---------------------------------------------------------------------+
| 22 | TXD |I/O |GPIO9; SD_D2 PIHD; HSPIHD |
+----+-----+----+---------------------------------------------------------------------+

0 comments on commit ac096e4

Please sign in to comment.