Difference between revisions of "Protocol decoder:Esp8266"
Line 24: | Line 24: | ||
* ESP-01 | * ESP-01 | ||
<gallery> | <blockquote> | ||
File:ESP-01.jpg|<small>ESP-01, top</small> | <gallery> | ||
File:ESP-01_flash.jpg|<small>[http://www.gigadevice.com/product/detail/5/119.html GigaDevice GD25Q40B] 4Mbit SPI flash</small> | File:ESP-01.jpg|<small>ESP-01, top</small> | ||
</gallery> | File:ESP-01_flash.jpg|<small>[http://www.gigadevice.com/product/detail/5/119.html GigaDevice GD25Q40B] 4Mbit SPI flash</small> | ||
</gallery> | |||
Connector: 2x4pin male 2.54mm header | |||
{| border="0" style="font-size: smaller; text-align: center" class="alternategrey sigroktable" | |||
|- | |||
! Function | |||
! Pin | |||
! style="border-left:2px solid gray" | Pin | |||
! Function | |||
|- | |||
| U0TXD | |||
| 1 | |||
| style="border-left:2px solid gray" | 2 | |||
| VCC | |||
|- | |||
| CHIP_EN | |||
| 3 | |||
| style="border-left:2px solid gray" | 4 | |||
| GPIO2 | |||
|- | |||
| EXT_RSTB | |||
| 5 | |||
| style="border-left:2px solid gray" | 6 | |||
| GPIO0 | |||
|- | |||
| VCC | |||
| 7 | |||
| style="border-left:2px solid gray" | 8 | |||
| U0RXD | |||
|} | |||
(Note: The PCB has two square pads at the pin header, so it's not clear which one should be pin number 1. The table above assumes that the module is oriented as shown in the picture from the top, with the antenna on the right side, pin 1 is then in the top left corner and pin 8 next to the SPI flash chip.) | |||
</blockquote> | |||
* ESP-02 | * ESP-02 | ||
TODO | <blockquote> | ||
TODO | |||
</blockquote> | |||
* ESP-03 | * ESP-03 | ||
<blockquote> | |||
TODO | TODO | ||
</blockquote> | |||
* ESP-04 | * ESP-04 | ||
<blockquote> | |||
TODO | TODO | ||
</blockquote> | |||
* ESP-05 | * ESP-05 | ||
<blockquote> | |||
TODO | TODO | ||
</blockquote> | |||
== Resources == | == Resources == |
Revision as of 21:58, 2 November 2014
Name | ESP8266 |
---|---|
Description | WiFi Serial Transceiver. |
Status | planned |
License | GPLv2+ |
Source code | decoders/ |
Input | uart |
Output | esp8266 |
Probes | — |
Optional probes | — |
The esp8266 protocol decoder supports the UART command protocol spoken by modules equipped with an ESP8266 WiFi transceiver chip.
Hardware
The ESP8266 chip contains an Xtensa LX106 CPU and a radio for IEEE 802.11b/g/n.
Modules
Various online marketplaces sell modules containing the ESP8266 (and a few assisting components) that comes preprogrammed with a TCP/IP stack that can be controlled via RS232 commands.
- ESP-01
GigaDevice GD25Q40B 4Mbit SPI flash
Connector: 2x4pin male 2.54mm header
Function Pin Pin Function U0TXD 1 2 VCC CHIP_EN 3 4 GPIO2 EXT_RSTB 5 6 GPIO0 VCC 7 8 U0RXD (Note: The PCB has two square pads at the pin header, so it's not clear which one should be pin number 1. The table above assumes that the module is oriented as shown in the picture from the top, with the antenna on the right side, pin 1 is then in the top left corner and pin 8 next to the SPI flash chip.)
- ESP-02
TODO
- ESP-03
TODO
- ESP-04
TODO
- ESP-05
TODO