Difference between revisions of "Protocol decoder:Esp8266"

From sigrok
Jump to navigation Jump to search
m
Line 18: Line 18:


The ESP8266 chip contains an [http://ip.cadence.com/ipportfolio/tensilica-ip/xtensa-customizable Xtensa] LX106 CPU and a radio for IEEE 802.11b/g/n.
The ESP8266 chip contains an [http://ip.cadence.com/ipportfolio/tensilica-ip/xtensa-customizable 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.
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
<gallery>
File:ESP-01.jpg|<small>ESP-01, top</small>
File:ESP-01_flash.jpg|<small>[http://www.gigadevice.com/product/detail/5/119.html GigaDevice GD25Q40B] 4Mbit SPI flash</small>
</gallery>
* ESP-02
TODO
* ESP-03
TODO
* ESP-04
TODO
* ESP-05
TODO


== Resources ==
== Resources ==

Revision as of 21:23, 2 November 2014

esp8266
ESP8266 closeup.jpg
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
  • ESP-02

TODO

  • ESP-03

TODO

  • ESP-04

TODO

  • ESP-05

TODO

Resources