You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks to the seamless compatibility of the Nano Matter with almost any Matter network we can easily integrate our RGB light with Amazon Alexa, Google Assistant, Apple Home, Home Assistant and even custom assistants.
Once you uploaded the example code to the Nano Matter, open the Serial Monitor and reset the board.
234
234
235
-

235
+

236
236
237
237
There you will find the URL that generates the QR for the Matter device commissioning.
238
238
239
239
### Commissioning
240
240
241
241
Copy and paste the QR code URL on your favorite web browser and a unique QR code will be generated for your board.
242
242
243
-
Go to your **Google Home** app, navigate to **devices** and tap on **Add**, select the **Matter-enabled device** option and scan the QR code.
243
+
Go to your **Amazon Alexa** app, navigate to **Devices > Add Device > Other**, select the **Matter** option and scan the QR code.
244
244
245
-

245
+

246
246
247
-

247
+

248
248
249
249
## Final Results
250
250
251
-
Finally, you will be able to monitor your room temperature from your smartphone, hub or asking to your personal assistant.
251
+
Finally, you will be able to control the RGB light from your smartphone, hub or asking your personal assistant.
252
252
253
-

253
+

254
254
255
255
You can also see the temperature value on the device OLED display.
256
256
257
257
## Conclusion
258
258
259
-
In this tutorial we have learned how to create a Matter enabled temperature sensor that can be monitored from our smartphone and personal assistant. The Nano Matter allows us to seamlessly integrate the sensor as a commercial product with our current smart home ecosystem.
259
+
In this tutorial we have learned how to create a Matter enabled RGB light that can be controlled from our smartphone and personal assistant. The Nano Matter allows us to seamlessly integrate the light as a commercial product with our current smart home ecosystem.
260
260
261
261
### Next Steps
262
262
263
-
You can take this solution even further by adding the humidity measuring capability of the DHT11 sensor and integrate it as a 2nd sensor to your Matter network.
263
+
You can take this solution even further by adding fading animations or even using the matrix to display text or graphics.
0 commit comments