Alexa support on ESP32 based simple-alexa board.
Please prepare your host system with the toolchain. Please see http://esp-idf.readthedocs.io/en/latest/get-started/index.html for the host setup.
The current application supports ESP32 based simple_alexa board (https://www.tindie.com/products/microwavemont/esp32-simple-alexabis/)
If you already have the pre-compiled images flashed on the board, please jump to the next section (Device Configuration).
$ git clone --recursive https://github.com/espressif/esp-idf.git
$ cd esp-idf; git checkout release/v3.1
$ git clone https://github.com/espressif/esp-avs-sdk.git
$ cp -r esp32-simple-alexa esp-avs-sdk/examples/
$ cd esp-avs-sdk/examples/simple_alexa
$ export IDF_PATH=/path/to/esp-idf
$ export ESPPORT=/dev/cu.SLAB_USBtoUART (or /dev/ttyUSB0 or /dev/ttyUSB1 on Linux)
$ make -j 8 flash monitor
Please use the android app available here to configure the WIFI credentials and to associate Amazon Login with the device.
To Enabling AWS IoT platform on ESP32 follow below steps:
make menuconfig -> Component config -> Amazon Web Services IoT Platform
Enter AWS IoT Endpoint Hostname
make menuconfig -> Component config -> Amazon Web Services IoT Platform -> AWS IoT Endpoint Hostname -> Enter the hostname
Copy certificate file (certificate.pem.cert and private.pem.key) to examples/simple_alexa/main/certs/ folder appropriately to communicate with AWS endpoint.
Subscribe to “test_topic/esp32” on AWS Console to see the messages.