You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I have recently started using your High-Pricision_AD_HAT for a university project.
I have successfully used it to read and log sensor values using a raspberry Pi and custom python script (which uses code from the included software). However, I noticed that ADS1263_GetAll function reads the channel values sequentially, therefore each reading is taken at a slightly different time. This is an issue as we are hoping to sample at high frequencies (200-500 Hz).
I was wondering if it is possible to read these values in parallel, i.e. all readings are taken at exactly the same time.
Thank you for your help,
Fin
The text was updated successfully, but these errors were encountered:
This ADC is multiplexed and cannot be sampled in multiple channels simultaneously.
You can try increasing the sampling rate and try to get a "synchronized" effect.
Hello, I have recently started using your High-Pricision_AD_HAT for a university project.
I have successfully used it to read and log sensor values using a raspberry Pi and custom python script (which uses code from the included software). However, I noticed that ADS1263_GetAll function reads the channel values sequentially, therefore each reading is taken at a slightly different time. This is an issue as we are hoping to sample at high frequencies (200-500 Hz).
I was wondering if it is possible to read these values in parallel, i.e. all readings are taken at exactly the same time.
Thank you for your help,
Fin
The text was updated successfully, but these errors were encountered: