Dear members,
I need ideas for a generator. It's requirements:
- 64 channels sinusoidal ~60cycle burst, frequency 27-40 kHz;
- every channel should have possibility to have ~50uS delay;
- output voltage under 1V
The first problem what I faced that common microcontrollers have under 2 ADC. But after that I had an idea to connect ADC over I2C, but not sure if uC can handle it: 64 channels, 8 bit resolution, 100 kHz sampling - 50 MB/s data flow.
Another idea to use field programmable gate arrays... but I am not familiar with that.
Do I need 32 units of microcontrollers? How can I make this work simpler?
Thank you,
Auger