As raspberry pi takes digital input rather than analog input, we need to send signal to pi as digital. Normally for one analog input, we can resolve the matter with SPI or using 8 digital pins of raspberry pi depending upon what sort of A.D.C chip is used. For our project for the power quality improvement, i need to use 12 Analog signals of voltage and current and convert into the digital signal equivalent to it, what might be the way of the interface to pi so that we can convert 12 Analog signal into the digital signal in real time and process the data of it using the raspberry pi.
Thank you.