-
Notifications
You must be signed in to change notification settings - Fork 193
Closed
Description
Making a small drone synth to play along, I noticed that a simple setup, based on a RP2040 with PWM output, seems to be out of tune (looks like something similar than #67 ).
Here are some measurements ("Sinewave" sketch, CPU speed: 133MHz (this does not seem to affect):
| Asked frequency (Hz) | Measured frequency (Hz) | Deviation (%) |
|---|---|---|
| 440 | 448 | 1.82 |
| 220 | 224 | 1.82 |
| 1000 | 1017 | 1.7 |
| 2000 | 2035 | 1.75 |
| 10000 | 10173 | 1.73 |
Looks fairly stable, hence the timer is probably off by that amount.
Metadata
Metadata
Assignees
Labels
No labels