Hi all,
I have three sensors attached to my GrovePi zero (a current sensor, an acceleration sensor & a loudness sensor). However, those sensors have an insufficient sampling frequency. I wrote a python script and they are all sampling in independent threads to speed up things. Is there a possibility to further increase sampling frequency?
Right now I get between 60 (analog) and 120 (I2C) data points per second when they are all sampling simultaneously.
I appreciate any help I can get on this topic :).