Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thingssdk/thingsswitch
https://github.com/thingssdk/thingsswitch
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thingssdk/thingsswitch
- Owner: thingsSDK
- Created: 2016-11-30T23:10:29.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-02T21:21:09.000Z (about 8 years ago)
- Last Synced: 2024-11-06T13:53:52.596Z (2 months ago)
- Language: C++
- Size: 1.36 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/thingsSDK/thingsSwitch.svg?branch=master)](https://travis-ci.org/thingsSDK/thingsSwitch)
# thingsSwitch
__thingsSwitch__ is a simple way to connect an ESP8266 to an Amazon Echo.
## Installation
To install thingsSwitch on your ESP8266:
1. [Download Flasher.js](https://github.com/thingsSDK/flasher.js/releases).
2. Select the _Serial Port_ from the drop
1. If you don't see your device you may require drivers
3. Select the latest version of thingsSwitch from the _Binaries_ drop down
4. Click _Flash!_![Flasher.js with thingsSwitch selected](img/flasher.png)
## Configuration
1. Connect to _thingsSwitch_ WiFi hot spot
2. Configure your WiFi
3. Add a device name
4. Add a pin you want to switch on and off
5. Save configuration
6. Ask Alexa to "discover devices"
7. Tell Alexa to "turn on" or "turn off"![Connect to thingsSwitch](img/connect_to_thingsSwitch.jpg)
![Captive portal screen](img/configure.jpg)
![Configure values](img/config_values.jpg)
## Developer
Check out the [contributing doc](CONTRIBUTING.md).