I have collected 4 hours of data with my sensor on a raspberry pi and saved it in the .rawdata file with the right format using the pi3g library. The problem I'm facing is that when i try to load the data inside the BME AI Studio it only takes into consideration a smaller amount of time In the image it is possible to see how there's data from 10.57 to 12.07 (roughly) while the amount of time that the sensor was turned on and taking samples is higher, as shown in this image Does anybody know why this can happen? EDIT: I made sure to have the data actually saved. Checking the timestamps on the initial sample in the dataBlock list i have 1676282521 this value that corresponds to Mon Feb 13 2023 11:02:01 to my local time and date, while on the last sample the value is 1676299089 that is Mon Feb 13 2023 15:38:09, so the values are actually there
... View more