Skip to content

Commit 5f41852

Browse files
authored
Merge pull request #674 from arduino/karlsoderby/alexa-iotc-changes
[MKC-748] Update Alexa IoTC docs
2 parents e63d900 + 2b99c77 commit 5f41852

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

content/arduino-cloud/01.getting-started/06.cloud-variables/cloud-variables.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,24 @@ void onTvChange() {
491491
492492
```
493493

494+
## Alexa Variables
495+
496+
The integration between Alexa & Arduino IoT Cloud supports a limited amount of variables, see the list below:
497+
498+
- [Colored Light](#coloredlight) - `bool` and `float` (complex type).
499+
- [Dimmed Light](#dimmedlight) - `bool` and `float` (complex type).
500+
- [Television](#television) - `bool` and `int` (complex type)
501+
- [Contact Sensor](#specialized-types) - `bool`
502+
- [Light](#specialized-types) - `bool`
503+
- [Motion Sensor](#specialized-types) - `bool`
504+
- [Smart Plug](#specialized-types) - `bool`
505+
- [Switch](#specialized-types) - `bool`
506+
- [Temperature Sensor](#specialized-types) - `float`
507+
508+
Other variables used will not appear in the Amazon Alexa app.
509+
510+
***To synchronize your Arduino Cloud with the Amazon Alexa service, you can check out the [Arduino Cloud Alexa Tutorial](/arduino-cloud/tutorials/alexa-mkr-rgb-shield).***
511+
494512
## Summary
495513

496514
In this article, we have covered how to use variables in the Arduino IoT Cloud, and what variables are available.

content/arduino-cloud/03.tutorials/alexa-mkr-rgb-shield/alexa-mkr-rgb-shield.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Arduino IoT Cloud, MKR RGB Shield and Alexa integration'
2+
title: 'Alexa & Arduino IoT Cloud Integration'
33
compatible-products: [mkr-wifi-1010, mkr-rgb-shield]
44
difficulty: intermediate
55
description: 'Learn how to build a smart lamp by integrating the Arduino IoT Cloud and Alexa.'
@@ -12,7 +12,15 @@ featuredImage: 'cloud'
1212

1313
## Introduction
1414

15-
In this tutorial, we will find out how to create a smart colored light with the help of Arduino IoT Cloud and the Alexa app. We will set it up so that we can control the brightness and color of the pixels onboard the [MKR RGB Shield](https://store.arduino.cc/arduino-mkr-rgb-shield).
15+
<iframe width="100%" height="400" src="https://www.youtube.com/embed/Lfv3WJnYhX0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
16+
17+
In this tutorial you will learn how to integrate the [Arduino IoT Cloud](https://create.arduino.cc/iot/) with the [Amazon Alexa skill](https://www.amazon.com/Arduino-LLC/dp/B07ZT2PK2H). At the end of this tutorial, we will be able to change the color of an RGB matrix, using only voice commands in the Alexa app.
18+
19+
This tutorial focuses on using the [MKR RGB Shield](https://store.arduino.cc/products/arduino-mkr-rgb-shield) but can easily be modified to use other matrices.
20+
21+
***While this tutorial focuses on creating a smart lamp, it also shows the steps needed to integrate the two services, so you can essentially follow this tutorial to create other cool projects!***
22+
23+
***You can also find all variables that can be synchronized between Arduino Cloud and Alexa in the [IoT Cloud Variables guide](/arduino-cloud/tutorials/alexa-mkr-rgb-shield#alexa-variables).***
1624

1725
## Goals
1826

0 commit comments

Comments
 (0)