-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Data capturing #5
Comments
Attach your code to a txt file. I can take a look. |
Thank you for your time @imberest . |
SdDatSDIO.txt |
From first look it seems that you are blocking writing with do while cycle. |
I don´t think this is the problem, because everything works fine, if I am using a sensor with analog output. But in this case I need a sensor with digital output. But all in all thank you very much so far. |
If you want i could help you with debugging, but would like to go off this comment thing. TNI will get tons of notifications, and this is not the best place to chat :) so if you have any ideas how we can get in touch privately, i will help you as much as i can. |
Okay, thank you. Now there is a new problem, it starts writting to the SD Card, but no bytes are written. |
Hey there,
I got a problem implementing my Data capturing.
void captureData() {
ret = Dps310PressureSensor.measurePressureOnce(pressure_dps310, oversampling);;
logEntry( { pressure_dps310 } );
}
If I am adding my Data capturing like this, the code never starts logging Data. It stops in Line 327 in the original code.
Any suggestions what I am doing wrong?
Best regards!
The text was updated successfully, but these errors were encountered: