This shows you the differences between two versions of the page.
— |
xpl-esp8266 [2015/01/12 19:08] (current) peteben created |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== xPL-ESP8266 ====== | ||
+ | xPL-ESP8266 is a small program, written in 'C' that can run on the ESP-8266 using the FreeRTOS SDK. | ||
+ | |||
+ | ===== Features ===== | ||
+ | |||
+ | * React to changes on GPIO2 input pin. | ||
+ | * Control an LED connected to GPIO0 pin. | ||
+ | * Sends and receives commands using xPL protocol using UDP | ||
+ | * Includes a simple xPL tester application to verify functionality | ||
+ | | ||
+ | ===== Resources ===== | ||
+ | |||
+ | * [[https://github.com/peteben/xPL-ESP8266|GitHub Project Page]] | ||
+ | * [[setup-windows-compiler-esp8266|Hardware/software setup guide]] |