-->
Page 1 of 1

Button pusher

PostPosted: Sun Sep 03, 2017 10:49 am
by faxesystem
Hi ESP8266 community,

I just bought me a WeMos D1 Mini for a small project. I want to control a SG90 servo via a webinterface to activate a button in real life. So the webinterface should just show a small button that can be pressed and will than move the servo from 0 degrees to 20 degress and back to 0 degrees to push a button.

I already played around with ESPEasy and was able to control the servo via http address commands. I also tried blynk but I want to keep it simple and do not want to use another app.

So has anyone done something similar and could help me are share the code?

Thank you,

Faxe

Re: Button pusher

PostPosted: Sat Sep 09, 2017 9:34 pm
by gdsports
This is a very simple demo of an ESP8266 web server with a minimal web page with LED on and LED off buttons. There is no servo code but it turns an LED on/off via digitalWrite.

https://tttapa.github.io/ESP8266/Chap10 ... erver.html