phyphox Forums

Full Version: sensor statistics + nano 33 ble sense
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,
I am trying to learn xml programming in order to build educational laboratory experiences for my students.
Using the solution from Sensor_Statistics (https://phyphox.org/wiki/index.php/Sensor_Statistics) and Gautier Creutzer's solution for nano 33 ble sense, I wrote a program to read the pressure sensor statistically.
I am attaching the sketch and the phyphox file, to find out if there are errors. 
Thanks.

https://raw.githubusercontent.com/Andrea...x_vAD3.ino

https://raw.githubusercontent.com/Andrea...a2.phyphox
Hello Andrea,
Pressure sensor of Arduino Nano Sense has a problem. See https://phyphox.org/forums/showthread.ph...70#pid2470
For a correct statistics you should not activate the motion sensor.
Some version which may be useful. Only pressure sensor is activated in Arduino...

[attachment=492]
Thanks for your help. But
I prefer to use a single sketch for multiple experiments.
As you suggested, I disabled the accelerometers (IMU.end ()) while reading the pressure.
Thank you again.