Project "Automatic Window Blinds" - Solution from a Problem

in #steempress5 years ago


Project "Automatic Window Blinds"

Thank God we gladly solved the problem regarding Servos. Now, im not going into detail for the servo because I already mentioned it yesterday. We will be using the SG90 Tower Pro Model than the MG995 Tower Pro.

GitHub Repo Link

https://github.com/Chuuuckie/ProjectArduinoWindow

Change of Codes

 //include the servo library

#include <Servo.h>
Servo servo1;
//Servo servo2;

void setup()
{

servo1.attach(8);
Serial.begin(9600);
//servo1.write(180);
}

void loop()
{

int val = analogRead(A0);
int lightValue;
unsigned int AnalogValue;
AnalogValue = analogRead(A0);

lightValue = map(val, 0, 762, 0, 180);

delay(15);
servo1.write(lightValue);
Serial.println(AnalogValue);
Serial.println(lightValue);

}


Hardware Update

  • Do not use TowerPro Model MG995. Use SG90 instead, ill be giving more specifics about the models. Since then, the LDR is not necessary for changes. Lets keep the LDR in its way.




Posted from my blog with SteemPress : http://chuckunlimited.net/index.php/2019/05/07/project-automatic-window-blinds-solution-from-a-problem/
steempress.png
SteemPress Moderator | Discord Server

Sort:  

Pwede ni ma hunt chuuck? Hahaha

Posted using Partiko iOS

Pde ra, hahaha after tanan. Nawon nato kinsa maka una hahaha. Mag add sd kog vid :P

Akoy hunt ba haha i credit tika haha

Thank you so much for participating in the Partiko Delegation Plan Round 1! We really appreciate your support! As part of the delegation benefits, we just gave you a 3.00% upvote! Together, let’s change the world!

Build something on kickstarter!!! New Zealand 🇳🇿 will support you, I am guessing.

Posted using Partiko iOS

Interesting, I think not this kind of project. This project is made for educational purposes, maybe a 3D Cube that already existed (open source), or maybe lets wait for IdeaHunt?

Sometimes things start from basic stuff! =)

mao na inyo project sa feedback?

Posted using Partiko Android

oo, dali ra :P ez raman hanggaw man mo. Mas ez man to inyo

1 day raman sad to amoa hahahaha

Posted using Partiko Android

Coin Marketplace

STEEM 0.30
TRX 0.11
JST 0.033
BTC 64104.40
ETH 3148.52
USDT 1.00
SBD 4.25