https://github.com/thingssdk/espruino-examples
https://github.com/thingssdk/espruino-examples
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/thingssdk/espruino-examples
- Owner: thingsSDK
- Created: 2016-07-14T05:58:03.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-14T05:59:13.000Z (almost 10 years ago)
- Last Synced: 2025-03-23T20:03:55.288Z (over 1 year ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)