Skip to content

Commit b9c1e6f

Browse files
committed
Almost finished v2
1 parent d7b361f commit b9c1e6f

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed
1.17 MB
Loading
360 KB
Loading
2.8 MB
Loading
413 KB
Loading

content/hardware/03.nano/boards/nano-matter/tutorials/matter-rgb-light/content.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ software:
2323

2424
This tutorial will teach you how to create a Matter RGB Lightbulb to light up any room with colors.
2525

26-
![RGB lightbulb overview](assets/thumbnail-v1.png)
26+
![RGB lightbulb overview](assets/thumbnail-v2.png)
2727

2828
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.
2929

@@ -232,32 +232,32 @@ void handle_button_press() {
232232

233233
Once you uploaded the example code to the Nano Matter, open the Serial Monitor and reset the board.
234234

235-
![QR Code URL](assets/serial-monitor.png)
235+
![QR Code URL](assets/serial-monitor-v2.png)
236236

237237
There you will find the URL that generates the QR for the Matter device commissioning.
238238

239239
### Commissioning
240240

241241
Copy and paste the QR code URL on your favorite web browser and a unique QR code will be generated for your board.
242242

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.
244244

245-
![Adding the device to Google Home app](assets/add-device.png)
245+
![Adding the device to Google Home app](assets/add-device-alexa.png)
246246

247-
![Your device is successfully added](assets/add-device-2.png)
247+
![Your device is successfully added](assets/add-device-alexa-2.png)
248248

249249
## Final Results
250250

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.
252252

253-
![Temperature sensor final result](assets/temp-sensor.png)
253+
![RGB light final result](assets/rgb-light.png)
254254

255255
You can also see the temperature value on the device OLED display.
256256

257257
## Conclusion
258258

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.
260260

261261
### Next Steps
262262

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.

content/hardware/03.nano/boards/nano-matter/tutorials/matter-temp-sensor/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ Go to your **Google Home** app, navigate to **devices** and tap on **Add**, sele
200200

201201
## Final Results
202202

203-
Finally, you will be able to monitor your room temperature from your smartphone, hub or asking to your personal assistant.
203+
Finally, you will be able to monitor your room temperature from your smartphone, hub or asking your personal assistant.
204204

205205
![Temperature sensor final result](assets/temp-sensor.png)
206206

0 commit comments

Comments
 (0)