Realtek Ameba RTL8195 - Smart Curtain System

Michael Zhang

Mar 5, 2020
21
Joined
Mar 5, 2020
Messages
21
The focus of this project is to demonstrates how easy it is for Ameba Wi-Fi Dev. board to communicate with our smart phone via MQTT protocol. Phone to microcontroller communication used to be very difficult as they use totally different hardware interface and phone get its data mainly through the network. Now with a Wi-Fi enabled microcontroller like Ameba RTL8195AM, communication with our phone becomes a bliss. 

Of course, in this video, only a mini window is used for demonstration purpose, but controlling a real  window should not be a problem if you simply replace the servo motor with a bigger DC step motor and change the source code accordingly. 

With this smart curtain system, you may,
1. Remotely control your curtain to open or close instantaneously
2. Check your curtain status according to the MQTT message received 
3. Link with the previous weather station project and automate your room from there




GitHub page
https://github.com/Realtek-AmebaApp/Ameba_Examples/tree/master/RTL8195AM/005_SMART_CURTAIN

Official pages
https://www.amebaiot.com.cn/en/
https://www.amebaiot.com/en/

Facebook pages
https://www.facebook.com/groups/AmebaIoT/

BiliBili channel
https://space.bilibili.com/45777743

SmartCurtainSystem_Connection.png

 

G_i_o

Aug 23, 2020
3
Joined
Aug 23, 2020
Messages
3
On 4/14/2020 at 4:00 PM, Michael Zhang said:

The focus of this project is to demonstrates how easy it is for Ameba Wi-Fi Dev. board to communicate with our smart phone via MQTT protocol. Phone to microcontroller communication used to be very difficult as they use totally different hardware interface and phone get its data mainly through the network. Now with a Wi-Fi enabled microcontroller like Ameba RTL8195AM, communication with our phone becomes a bliss. 

Of course, in this video, only a mini window is used for demonstration purpose, but controlling a real  window should not be a problem if you simply replace the servo motor with a bigger DC step motor and change the source code accordingly. 

With this smart curtain system, you may,
1. Remotely control your curtain to open or close instantaneously
2. Check your curtain status according to the MQTT message received 
3. Link with the previous weather station project and automate your room from there

Cool

 
Top