Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sskorol/arduino-alexa-bridge
A basic bridge between Arduino / ESP32 and Alexa
https://github.com/sskorol/arduino-alexa-bridge
alexa arduino esp8266
Last synced: 16 days ago
JSON representation
A basic bridge between Arduino / ESP32 and Alexa
- Host: GitHub
- URL: https://github.com/sskorol/arduino-alexa-bridge
- Owner: sskorol
- License: apache-2.0
- Created: 2019-05-02T11:11:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-30T18:29:26.000Z (over 5 years ago)
- Last Synced: 2024-11-19T12:07:45.473Z (3 months ago)
- Topics: alexa, arduino, esp8266
- Language: C++
- Homepage:
- Size: 41 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Arduino to Alexa Bridge Library
This library provides a set of interfaces / models for Alexa-compabible messages generation. It might be useful if you want to force Alexa detecting your Arduino devices or continuously reporting their states.
## Installation
Just follow the recommended PlatformIO [instructions](https://platformio.org/lib/show/6372/arduino-alexa-bridge/installation)
In case of any manual updates, you have to clone this repository, make modifications and copy corresponding sources into **./lib/arduino-alexa-bridge** (assuming you're using PlatformIO) or **Arduino/libraries/arduino-alexa-bridge** (in case of Arduino usage) folder.
## Usage
Check [examples](https://github.com/sskorol/arduino-alexa-bridge/tree/master/examples) for details.