# ESP8266App **Repository Path**: skynine/ESP8266App ## Basic Information - **Project Name**: ESP8266App - **Description**: App and Utils for ESP8266. - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 19 - **Created**: 2014-12-30 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #ESP8266App

This project is a app collections of ESP8266 WiFi SoC.

Include:

1.App as fireware using SDK.
but not include SDK,which provide by www.espressif.com.
2.Arduino app using ESP8266Lib,a opensource lib.
At https://git.oschina.net/supergis/ESP8266Lib
3.Other MCU app based esp8266 module.
4.Apps for Android/iOS/Linux/Windows.
5.Utilies for test and flash IC.

2014-12-30:
Add more Interesting project for esp8266 with opensource.
include: **nodemcu,nodelua,mpython,rtos,at,mqtt,frankstein**.
can using x-git clone this project quickly.
latest build placed at ./firmware.

2014-12-28:
Add a esp8266 resource list, on **./resources/esp8266_resources.txt**.

2014-12-26:
Add esp8266-examples and wixcmd all sourcecode. wixcmd implement XCMD protocol,which transmit data with Arduino or other MCU smartly.
XCMD like AT commandset,but with "@+" head other than "AT+".
If data-string not begin with "@",then transmit data between uart and wifi Immediately, which fast and simple than any other protocol.