-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESP32-S3 Series #100
Comments
Sure, I'm available to test if you like. Just tried a quick compile for S3 from master on an existing large project (SmartSpin2k). Relevant platformio.ini:
errors (Probably because you haven't implemented anything yet):
|
Thanks for your willingness to test on esp32-s3. Please be patient, because these days I am quite busy. Hope to start on the adaptation within the next two weeks. The driver already supports rmt in addition to mcpwm+pcnt. This means, two possible paths to follow. During the adaptation will see, which path generates the least effort. |
Hi guys, any progress on this? At least idea about which direction to go? |
Okay, I dis some changes and have a version that works with ESP32S3. Should I create PR? |
sure. Looking forward to this |
Hello Martin, Can you share your modifications? |
Hello gin66, I made some changes to allow support to ESP32 S3 and made a pullrequest (ESP32 S3 MCPWM/PCNT Support #162). |
Thanks for the patch. I have merged in and the github action to build the sw has worked. |
This device contains mcpwm module, but only 4 instead of 8 pulse counters.
Thus 4 steppers should be possible to be supported.
Anyone available for test, so an update of the driver makes sense ?
The text was updated successfully, but these errors were encountered: