Skip to content

Commit 0d21cb4

Browse files
Readme fix video link added
1 parent 628f291 commit 0d21cb4

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,17 @@
1111

1212
---
1313

14+
[<img src="/docs/video_pic.jpg" height="250" alt="Alexa-enabled devices with Raspberry Pi Pico W">](https://youtu.be/laeV6GgGJMA)
15+
1416
### Introduction
1517

16-
There is an open source project called [FauxmoESP](https://github.com/vintlabs/fauxmoESP) which emulates lights and plugs for Amazon Echo devices using ESP microcontrollers. Back in the day, I used to use this library with ESP8266 to make Alexa enabled devices. So I ported to Raspberry Pi Pico W and added some features that I think were necessary.
18+
This project helps you create your custom voice controlled smart devices for Amazon Alexa with Raspberry Pi Pico W. You can make Amazon Alexa voice controlled lights, devices etc. It also includes features like Wifi Config manager and Firmware update over Web interface for ease of installation. Start controlling your devices with Amazon Alexa and Raspberry Pi Pico W today!
19+
20+
I'm happy if you consider [supporting me](#you-can-support-my-work). Thanks.
21+
22+
#### Background
1723

18-
I also made Config Manager for ease of installation. I'm happy if you consider [supporting me](#you-can-support-my-work). Thanks.
24+
There was an open source project called [FauxmoESP](https://github.com/vintlabs/fauxmoESP) which emulates lights and plugs for Amazon Echo devices using ESP microcontrollers. Back in the day, I used to use this library with ESP8266 to make Alexa enabled devices. So I ported to Raspberry Pi Pico W and added some features that I think were necessary.
1925

2026
### Features
2127

@@ -60,7 +66,7 @@ I put Config Manager and Fauxmo to corresponding sample folders so that you can
6066

6167
### Compilation
6268

63-
1. Check out [this video](https://www.youtube.com/channel/UCf-BfpqjqvPKGXFc22rkR9w) on YouTube.
69+
1. Make sure you watch the video at the top of the page.
6470
1. Install [Arduino IDE](https://www.arduino.cc/en/software) 1.8 or 2.0 to your OS.
6571
1. Install [Raspberry Pi Pico Arduino core](https://github.com/earlephilhower/arduino-pico).
6672
1. Install [AsyncTCP_RP2040W library](https://github.com/khoih-prog/AsyncTCP_RP2040W).
@@ -103,7 +109,7 @@ Fauxmo Belkin Plug only works with Gen 1,2 because to work with Gen 3, TCP port
103109

104110
### Documentation
105111

106-
Check out [this video](https://www.youtube.com/channel/UCf-BfpqjqvPKGXFc22rkR9w) on YouTube
112+
Check out the video at the top of the page.
107113

108114
### Credits
109115

docs/video_pic.jpg

39.4 KB
Loading

0 commit comments

Comments
 (0)