When I was thinking about your monophonic project I always thought it was unfortunate that the signals were not available on a per string basis as that would have made processing simpler. At that time I thought that using one SMD inductor as a pickup per string just to provide "hints" as to what string was struck could help with processing. I also thought that multiple processors could be used on the problem because in some instances if I recall correctly the code blocks. I would be careful to understand where the ESP32 might block, especially if it has so many ADCs.
You could get additional ADCs on RP2040 by using more of them. If you use one RP2040 per string aren't you dealing with a problem you have solved before?
I haven't tried it yet, but I wanted to do some work with state machines to see if they would apply to your project.
You could get additional ADCs on RP2040 by using more of them. If you use one RP2040 per string aren't you dealing with a problem you have solved before?
I haven't tried it yet, but I wanted to do some work with state machines to see if they would apply to your project.
Comment