Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.