Garage door opener, Need a separate website to be created


first of new programming.  i network guy, managing routers , switches @ local hospital.  

i need add separate webpage script feature below.
i wanted add this: https://youtu.be/onkm5lsthny

what like:
http: [local ip address]/garage.html
garage door 1  [button- trigger garage door]   [button- status of garage door- reply if door open or closed]

i need code garage door 1, can rest additional doors , status.



const byte door1enable = 15;
const byte door2enable = 14;

//interrupt definition
const byte door1status1 = 12;  //open
const byte door1status2 = 13;  //closed
const byte door2status1 = 4;  //open
const byte door2status2 = 5;  //closed

i've seen tutorials on using arduino + esp8266 smarthome appliances, problem?  :)

lg, couka


Arduino Forum > Using Arduino > Project Guidance > Garage door opener, Need a separate website to be created


arduino

Comments

Popular posts from this blog

DHT11 Time out error using v0.4.1library

Sketch upload fails with Java error (___REMOVE___/bin/avrdude)!

Arduino Uno + KTY81/210 temperature sensor