Difference between revisions of "ESP8266"

From Makers Local 256
Jump to: navigation, search
m (Random resources)
m (Random resources)
Line 7: Line 7:
 
* 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.
 
* 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.
 +
* https://tzapu.com/sonoff-firmware-boilerplate-tutorial/ - Sonoff
 +
* https://github.com/esp8266/Arduino/blob/master/doc/libraries.md#esp-specific-apis - Library list
  
 
[[Category:ESP8266]]
 
[[Category:ESP8266]]

Revision as of 15:41, 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