I'm trying to figure out how fast I can obtain samples with continuous scans with the DLPNIRNANOEVM.
In the user manual, I read that it's proportional to "digital resolution", "exposure time", and "number of scans to average". This makes sense. For example, if I use an exposure time of 1 ms, 50 wavelengths, and 2 scans to average, the scan itself will take 100 ms.
I guess setting the mirrors will take additional time for each wavelength, from what I understand, this can be done at 2880 Hz, so around +17 ms for 50 wavelengths.
What other factors are there? Can I obtain the raw data from the scans and store it at the SD card, or even send it through UART? The ADC is 24 bit, so for 50 wavelengths each scan should contain 150 bytes of data, which should be quite fast to send through UART or save to the SD card. Or do the device need to process the data after the scan? If so, how long time does it take?
I guess back-to-back mode is what I want, but I can't find any information regarding how many times it can run the scans back-to-back, and how fast I can receive the data.