sensor statistics + nano 33 ble sense - Printable Version +- phyphox Forums (https://phyphox.org/forums) +-- Forum: Discussion (https://phyphox.org/forums/forumdisplay.php?fid=1) +--- Forum: Experiments and Ideas (https://phyphox.org/forums/forumdisplay.php?fid=4) +--- Thread: sensor statistics + nano 33 ble sense (/showthread.php?tid=1486) |
sensor statistics + nano 33 ble sense - andrea.colonna - 12-19-2021 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/AndreaColonna/AndreaColonna/main/nano_phyphox_vAD3.ino https://raw.githubusercontent.com/AndreaColonna/AndreaColonna/main/Pressione-statistica2.phyphox RE: sensor statistics + nano 33 ble sense - solid - 12-19-2021 Hello Andrea, Pressure sensor of Arduino Nano Sense has a problem. See https://phyphox.org/forums/showthread.php?tid=1368&pid=2470#pid2470 For a correct statistics you should not activate the motion sensor. RE: sensor statistics + nano 33 ble sense - solid - 12-19-2021 Some version which may be useful. Only pressure sensor is activated in Arduino... RE: sensor statistics + nano 33 ble sense - andrea.colonna - 12-20-2021 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. |