Amazon Polly + Google Home + Sonoff wifi [P018]
https://www.youtube.com/watch?v=IX2mUb73he8
GitHub : https://github.com/rdiot/rdiot-p018.git
* Parts
- Google Home AI Speaker [B187]
- Sonoff ITEAD WiFi Switch Module (ESP8266) [S198]
* Contents
- Install AWS CLI in Raspberry Pi
$ wget https://s3.amazonaws.com/aws-cli/awscli-bundle.zip
$ unzip awscli-bundle.zip
$ sudo ./install -i /usr/local/aws -b /usr/local/bin/aws
- Config AWS CLI
$ aws configure
- Java amazon polly development
: maven : pom.xml : https://github.com/rdiot/rdiot-p018/blob/master/pom.xml
: Source : https://github.com/rdiot/rdiot-p018/blob/master/PollyDemo.java
: Binary : polly_sonoff.tar.gz
: command.txt : ON or OFF
- Sonoff Work with Google Home
- How to connect Sonoff smart ewelink to Google Assistant
1) Tap Home control in Googlt Home App Menu
2) Uner Devices, tap the + icon in the bootom right. (add devices)
3) Tap Smart We Link
4) Enter Your eWeLink account email/phone number. (need countrycode and account, password)
5) After Logging in successfully, it will display the device.
- Run java amazon polly application
$ java - jar polly-0.0.1-SNAPSHOT.jar
'5) IoT_DataPlatform > Amazon AWS' 카테고리의 다른 글
S3 Lambda Trigger + Amazon SQS + SQSReceiver + SparkStreaming [P023] (0) | 2018.10.17 |
---|---|
Pi4J + Amazon S3 REST API + S3 Lambda Trigger + DynamoDB [P022] (0) | 2018.06.17 |
AWS IoT Core + Raspberry Pi + AWS IoT Device SDK for Java [P021] (0) | 2018.06.15 |
Pi4J + Amazon S3 REST API + Amazon Athena [P019] (0) | 2018.04.11 |
Amazon Polly TTS(Text to Speech) [P017] (0) | 2018.03.30 |