Difference between revisions of "Protocol decoder:Esp8266"
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
}} | }} | ||
The '''esp8266''' protocol decoder supports the UART command protocol spoken by modules equipped with an [https://espressif.com/en/products/esp8266/ ESP8266] WiFi transceiver chip. | |||
== Hardware == | |||
The ESP8266 chip contains a [http://ip.cadence.com/ipportfolio/tensilica-ip/xtensa-customizable Xtensa] LX106 CPU and a radio for IEEE 802.11 b/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. | |||
== Resources == | == Resources == |
Revision as of 15:27, 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 a Xtensa LX106 CPU and a radio for IEEE 802.11 b/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.