Difference between revisions of "ESP8266"
From Makers Local 256
m (→Random resources) |
m (→Random resources) |
||
Line 5: | Line 5: | ||
* http://frightanic.com/iot/comparison-of-esp8266-nodemcu-development-boards/ | * http://frightanic.com/iot/comparison-of-esp8266-nodemcu-development-boards/ | ||
* https://github.com/cnlohr/esp8266ws2812i2s | * https://github.com/cnlohr/esp8266ws2812i2s | ||
+ | * https://github.com/esp8266/Arduino/blob/master/doc/libraries.md#esp-specific-apis Might be useful for making a demo sketch. also talks about general ESP functions. | ||
[[Category:ESP8266]] | [[Category:ESP8266]] |
Revision as of 13:07, 30 June 2016
Overview
This is a collection of resources for software/hardware/firmware development on/with an ESP8266. To be fleshed out Soon(tm).
Random resources
- http://frightanic.com/iot/comparison-of-esp8266-nodemcu-development-boards/
- https://github.com/cnlohr/esp8266ws2812i2s
- https://github.com/esp8266/Arduino/blob/master/doc/libraries.md#esp-specific-apis Might be useful for making a demo sketch. also talks about general ESP functions.