ESP32-S3 & Arduino Leonardo #1090
Unanswered
DRCRecoveryData
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
As i found:
ADC Resolution
• ESP32-S3:
• Offers a 12-bit resolution for ADC, allowing for 4096 discrete values. This higher resolution enables more precise measurements of analog signals.
• Arduino Leonardo:
• Features a 10-bit resolution ADC, resulting in 1024 discrete values. While adequate for many applications, it provides less granularity than the ESP32-S3.
So does:
Control-Surface of 1 potentiometer code of ESP32-S3 to use with Ableton,... is 12 bit by default in MIDI function?
Control-Surface of 1 potentiometer code of Arduino Leonardo is 7 bit to use with Ableton,... as default in MIDI function?
Beta Was this translation helpful? Give feedback.
All reactions