-->
Page 1 of 1

To Control The Speed of The Fan using MIT app inventor&8266

PostPosted: Tue May 28, 2019 6:54 am
by Sai Prav
Am trying to do ESP8266 to the MIT App Inventor to control the speed of the fan using ac light dimmer. please help me to develop these project.


Thank You :| :|

Re: To Control The Speed of The Fan using MIT app inventor&8

PostPosted: Sat Jul 06, 2019 2:17 pm
by Luc Volders
I did something like this with an ESP8266 and MIT app-Inventor.
No dimmer but buttons.
But easliy adapted to your needs:

https://lucstechblog.blogspot.com/2018/ ... relay.html

You can also write a webserver.
Design a webpage with some sliders and use Javascript.
Then you do not need App-Inventor and uploading to the phone is much easier
as it will be just an HTML page instead of an APP.
Uses less memeory too.

Luc