SuperHouse / esp-open-rtos

Open source FreeRTOS-based ESP8266 software framework
BSD 3-Clause "New" or "Revised" License
1.52k stars 491 forks source link

ESP8266 for Motors #614

Open inventvictor opened 6 years ago

inventvictor commented 6 years ago

How can I use the esp8266 to control a servo, a stepper or any motor of some sort.

Thanks in advance.

Looking forward to hearing from you.

Zaltora commented 6 years ago

I use pwm library to control my brushless motor. ( and or simple dc motor) For stepper and servo, it need to develop a library for esp-open-rtos.