An open API service indexing awesome lists of open source software.

https://github.com/thingssdk/espruino-examples


https://github.com/thingssdk/espruino-examples

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Espruino Example for the ESP8266

## [Blink](01_blink.js) - 01_blink.js

Blinks blue LED on all ESP8266 boads.

## [Simple Wifi](02_wifi.js) - 02_wifi.js

Connect to Wifi and prints out current IP

## [Wifi with HTTP Server](03_wifi_webserver.js) - 03_wifi_webserver.js

Connect to Wifi, starts HTTP server and displays access points. Also has simple HTML generator code.

## More Info

* Install Esperuino on the ESP8266 with [Flasher.js](https://github.com/thingsSDK/flasher.js)
* [Espruino JavaScript Reference](http://espruino.com/Reference)