08-05-2021 05:30 PM
I am currently using the BME680 Sensor with an Arduino Nano. I command it to output a reading every 0.05s (20 Hz sampling rate), but it will only output at a frequency of 2.6 Hz instead (sample every 0.386s). This would possibly be due to its performReading() function. Is there a way to allow the sensor to only read the Pressure and output its data at a 20 Hz frequency?
08-06-2021 02:05 AM
Hello berna,
Could you let me know which example are you using and where you download?
Thank you.