Skip to content

OmerMert/Smart-Blinds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

Blinds-Controller

Wifi connected blinds with nodeMCU using Blynk

Table of Contents

Circuit Schematic

Blinds_Controller_bb

(instead of lipo battery and voltage regulator can use 5V PSU)

Blynk App

Download Blynk app from Google Play Store or App Store. Creat new project. Screenshot_20210814-154545_Blynk

Screenshot_20210814-154621_Blynk When you created new project you get an email including your Auth Token. Do not forget to write it on code. Add button and vertical slider.

Screenshot_20210814-154745_Blynk

Change button pin as virtual pin V1 and vertical slider pin as virtual pin V2. Do not forget to change the maximum value of vertical slider same as the turn number in the code.

(Optional) You can add a timer in Blynk so blinds automatically open and close at specified times.

Screenshot_20210814-155433_Blynk

Printed Parts

https://www.thingiverse.com/thing:4929543

Google Assistant Connection

Open account from the below link and use the same account in your phone.

https://ifttt.com/

Click Create ---> Click if this ---> Search Google Assistant ---> Click Say a simple phrase ---> Fill as you want.(I put ss for example)

Ekran görüntüsü 2021-08-10 232748

Click Than that ---> Search Webhooks ---> Type to url part https://local_host/aut_token/update/V1 dont forget to change the local host and token. To find local_host opem cmd from your computer and type ping blynk-cloud.com than take the ip adress.

Ekran görüntüsü 2021-08-10 234212

Type your blynk token to aut_token part.

Ekran görüntüsü 2021-08-10 233557

To close the blinds repeat the same steps but change the body part as ["0"]

Releases

No releases published

Packages

No packages published

Languages