-
-
Notifications
You must be signed in to change notification settings - Fork 323
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
Status page displays 0.00 tilt but displays tilt on Ubidots #302
Comments
Here is the PuTTY terminal screen. It seems to be repeating "Acc Test Connection ERROR!". It doesn't have this error on my other device.
3.0.0-dev(c0f7b44) Double Reset detected going to Config Mode |
It seems that the getDeviceID() in MPU6050_Base::testConnection() does not equal 0x34. It was equal to 57 on one of my units. |
Interesting - can you double check which sensor you are using, is it reproducible with other iSpindels? @flowidc |
also interested if it can be related with #275 |
Sorry for the late reply. Here is the gyro sensor I am using. So far 2 of the 3 sensors I have had this issue. |
@flowidc |
Thanks for the look up. |
@Naesstrom, I don't think we were having the same issue. My issue was isolated to the Info page on the iSpindel device. On that page I would get a 0.00 for the tilt value. It worked fine when sending the tilt data to Ubidots or Craftbeerpi. In any case what I did to get it to work was to comment out the if testAccel() under the flash() function (in the file pio/src/ispindel.cpp) so it looks like:
Then compile the source code and reflash your device. Again, this probably not the same issue you are having and my "fix" for it is really just a band-aid that doesn't address the root cause. It seems that the gyros I was using was not built to spec therefore ordering another gyro might be more appropriate. |
@flowidc yeah I had a couple that sent the same data to ubidots like above but the rest that I tested had the same problem as yours with just the config screen showing 0.0 but the right values being sent! Would be great to be able to eliminate what's messing it up, and be able not to worry about getting the wrong ACC's. The ones I have "look" like the right ones but apparently there's something strange! |
I have built several units and found that on some of them the status page works correctly and displays the tilt value but on some units it shows a 0.00. All of the units send the correct tilt value to Ubidots and Craftbeerpi so the issue seems to be isolated to the status page. Could this be a hardware/soldering issue or software? I have tried using v6.0.6 and 6.1.1 and get the same results with both versions. Thanks.
The text was updated successfully, but these errors were encountered: