Search found 1 match
- Fri Jan 28, 2022 5:14 pm
- Forum: ESP-IDF
- Topic: Stepper motor using freeRTOS task
- Replies: 2
- Views: 3031
Stepper motor using freeRTOS task
Hi, I have to drive a stepper motor with my esp32, with a frequency that requires a delay below milliseconds (for example 100 microseconds). The esp32 has WiFi and ESP-NOW active at the same time, receiving some data from another esp32. My idea was to create a freeRTOS task for the stepper motor on ...