-
Notifications
You must be signed in to change notification settings - Fork 219
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
Sigma-delta modulation driver #2370
Comments
katyo
added a commit
to katyo/esp-hal
that referenced
this issue
Oct 20, 2024
Solution for issue esp-rs#2370
katyo
added a commit
to katyo/esp-hal
that referenced
this issue
Oct 20, 2024
katyo
added a commit
to katyo/esp-hal
that referenced
this issue
Oct 20, 2024
Solution for issue esp-rs#2370
katyo
added a commit
to katyo/esp-hal
that referenced
this issue
Oct 20, 2024
katyo
added a commit
to katyo/esp-hal
that referenced
this issue
Oct 20, 2024
katyo
added a commit
to katyo/esp-hal
that referenced
this issue
Oct 20, 2024
katyo
added a commit
to katyo/esp-hal
that referenced
this issue
Oct 20, 2024
katyo
added a commit
to katyo/esp-hal
that referenced
this issue
Oct 20, 2024
Solution for issue esp-rs#2370
katyo
added a commit
to katyo/esp-hal
that referenced
this issue
Oct 20, 2024
katyo
added a commit
to katyo/esp-hal
that referenced
this issue
Oct 20, 2024
katyo
added a commit
to katyo/esp-hal
that referenced
this issue
Oct 20, 2024
Solution for issue esp-rs#2370
katyo
added a commit
to katyo/esp-hal
that referenced
this issue
Oct 20, 2024
katyo
added a commit
to katyo/esp-hal
that referenced
this issue
Oct 20, 2024
katyo
added a commit
to katyo/esp-hal
that referenced
this issue
Oct 20, 2024
Solution for issue esp-rs#2370
katyo
added a commit
to katyo/esp-hal
that referenced
this issue
Oct 20, 2024
katyo
added a commit
to katyo/esp-hal
that referenced
this issue
Oct 20, 2024
katyo
added a commit
to katyo/esp-hal
that referenced
this issue
Oct 20, 2024
katyo
added a commit
to katyo/esp-hal
that referenced
this issue
Oct 20, 2024
katyo
added a commit
to katyo/esp-hal
that referenced
this issue
Oct 20, 2024
Solution for issue esp-rs#2370
katyo
added a commit
to katyo/esp-hal
that referenced
this issue
Oct 20, 2024
katyo
added a commit
to katyo/esp-hal
that referenced
this issue
Oct 20, 2024
Draft
6 tasks
This was referenced Dec 6, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Motivations
Almost all ESP SoCs has Sigma-delta modulation periphery which can be used as a DAC (multi-channel).
Solution
An SDM driver as a part of HAL.
Alternatives
LEDC PWM driver also can be used in such case but SDM typically has lower noise.
Links
Wikipedia Article
IDF API documentation
IDF HAL (C3)
IDF SDM interface
IDF SDM implementation
IDF SDM example
The text was updated successfully, but these errors were encountered: