Hi,
I am getting started with the Arduino and Nau7802 load cell sensor and am using a barely modified example code (“Example2_CompleteScale”). I am studying the output through the built in serial port monitor in the Arduino software.
The sampling rate of my data seems to be 1/9 of the nominal rate.
For example, if I set the sample rate to NAU7802_SPS_320, presumably 320 samples per second, I actually acquire data at 35.5 samples per second. NAU7802_SPS_80 gives 8.9 samples per second. NAU7802_SPS_10 gives 1.1 samples per second.
Always 1/9 of the nominal rate.
I notice that Nuvoton’s documentation refers to “conversion rate select,” CRS, but also uses the acronym SPS, presumably samples per second. Is there a difference?
Any insight would be appreciated.
Thanks,
Andrew