jkominek / piano-conversion

Hardware, and some firmware, for acoustic piano to MIDI controller conversion.
Other
42 stars 6 forks source link

ADC power supplies: linear or switching? #57

Open davidedelvento opened 1 year ago

davidedelvento commented 1 year ago

An inconsistency in the ADC kicad file:

image

As you can see the comment says "Monolithic switching regulator" but the part and its description is for a linear regulator.

Probably related (hence I am not opening a separate issue for that) is the text in https://github.com/jkominek/piano-conversion/wiki/Assembly-Notes which says

IF your firmware doesn't draw much current, you can use a linear 3.3V regulator, and save a couple of dollars per board. If you don't know what you're going to run on the board, stick with the suggested VR05S3V3

Not sure what you mean by "suggested", I initially thought that your board had a switching regulator VR05S3V3 which one could substitute with linear regulator, but instead it looks like it is now the other way round? If that is the case, does it mean that the regulator you selected should be able to provide enough current for a generic firmware, or that you measured the current for the firmware you posted and for that the linear regulator is adequate?

In any case, you might want to fix the kicad file and the wiki page

jkominek commented 1 year ago

I'm not entirely settled. Facts:

So, yeah, the docs aren't completely clear. I'll try to clear that up at some point.