-
Notifications
You must be signed in to change notification settings - Fork 16
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
Arduino DUE: every second data package being 0 #4
Comments
Eva, |
Hey, thanks for the fast response. I installed the library today from github, so it is the most recent one. Also, after running into this trouble, i went back to your example code TFMPI2C_example.ino and ran it without any changes from my side. Regular Wire bus speed, FRAME_20, and delay(50) in the loop. I have used those sensors in UART mode before, where i had set different frame update rates, but I don't imagine those changes would somehow influence the behavior now? I'll see if I can test with a different Arduino model. |
Okay, I can now confirm that everything works fine with Arduino UNO and MEGA. |
evsc - Did you resolve the issues with the Arduino Due? Please let me know. |
I have not. Got sidetracked with other projects. I might get back to it in the next months. |
Thank you for both TFMiniPlus libraries! I am just switching over to the I2C version.
I noticed that every second data package I receive has 0 values.
My output looks like this
The sensor status still reports back as TFMP_READY on each reading.
I tried with a different sensor, and I also tested different measurement+frame rates.
Is that a behavior you've observed before?
[Arduino DUE, Arduino 1.8.5 on Ubuntu]
The text was updated successfully, but these errors were encountered: