wokwi / wokwi-features

Wokwi Feature requests & Bug Reports
https://wokwi.com
72 stars 17 forks source link

The ESP32S3 Servo does not work properly. #570

Open Zhentao-Lin opened 1 year ago

Zhentao-Lin commented 1 year ago

The ESP32S3 Servo does not work properly. This is my project: https://wokwi.com/projects/363419673189621761

urish commented 1 year ago

Thanks for reporting!

This is due to the missing LEDC PWM peripheral in the ESP32-S3: https://docs.wokwi.com/guides/esp32#simulation-features

Zhentao-Lin commented 1 year ago

https://wokwi.com/projects/363243142349897729 https://wokwi.com/projects/363431350256084993 Here are my two examples, which I have tested on ESP32S3. But in the case of Servo, the simulation software is still not good.

urish commented 1 year ago

I think I didn't explain it correctly - the LEDC PWM peripheral is not yet simulated in Wokwi for the ESP32-S3. It's totally working and functional on the actual hardware. It's a missing feature in the simulation.

Zhentao-Lin commented 1 year ago

Ok, so how do I use my S3 driver Servo on an emulator? Thank you for your quick reply.

Zhentao-Lin commented 1 year ago

I'm looking forward to seeing this feature added.

urish commented 1 year ago

For now, the only way would be to use it with ESP32 (or S2/C3), until we get to implement LEDC PWM for the ESP32-S3.