connecting Servo motors to the ESP8266
Posted:
Sun Nov 29, 2015 10:11 am
by Muhammad Niazi
I have a project in mind where I will control 1 servo motor connected to 2 buttons. I have an Arduino UNO, I have the esp8266 working and had it connect with my mobile too. I just cant figure what code I will need and how will I change the state of my digital pins using the wifi and my phone.
Thanks!
Re: connecting Servo motors to the ESP8266
Posted:
Sun Nov 29, 2015 2:51 pm
by freedom2000
Muhammad Niazi wrote:I have a project in mind where I will control 1 servo motor connected to 2 buttons. I have an Arduino UNO, I have the esp8266 working and had it connect with my mobile too. I just cant figure what code I will need and how will I change the state of my digital pins using the wifi and my phone.
Thanks!
try the servo library : examples/servo/sweep
JP