Hello, all.
I have a project where I need to capture 4 analogue signals
using Arduino Nano (size factor is important).
I cant use analogue pins at Nano as these have too low resolution for me.
The resolution of ADC I do look for must be 24 bits.
I do look for SPS around 400.
There is another controller which will read all ADC values from Nano over its FTDI chip and it only reads using 115200 baud rate over its USB.
The Nano is not buffer the ADC data but will send these straight out.
The serial packet size is 29 bytes (1+6+1+6+1+6+1+6+1).
The fundamental point is that that 4 channel ADC must use simultaneous sampling, so the
phase for all 4 signals will be same with zero time shift if possible.
Seems the ADC will have SPI interface as I understand now days.
Does anybody has experience with simultaneous multichannel ADC he/she may recommend me?
I used HX-711 before with external 16MHZ clock, these work but have some strange sync issue,
when these all start they a bit shift and keep that shift forever until power is reset.
I will answer any question, really need advice for right ADC I asked.
Ideal would be if also there is a library existing for Atmel328P for that ADC chip as well.
Thank you for reading so far and lets discuss the options!
Alex