Difference between revisions of "ESP8266"

From Makers Local 256
Jump to: navigation, search
m (Random resources)
m (Random resources)
Line 6: Line 6:
 
* 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.
 
* 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.
 +
* https://github.com/Makuna/NeoPixelBus - Arduino NeoPixel library compatible with ESP8266. Use the "DmaDriven" or "UartDriven" branches for ESP8266. Includes HSL color support and more.
  
 
[[Category:ESP8266]]
 
[[Category:ESP8266]]

Revision as of 14:19, 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