Giter VIP home page Giter VIP logo

openrov-software-arduino's People

Contributors

bransorem avatar brianadams avatar codewithpassion avatar dominik-fretz avatar estackpole avatar gilborty avatar jtrezzo avatar mikemccand avatar simonech avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

openrov-software-arduino's Issues

Motor linear adjustments need to be independent of motor reverse

Motor reverse is supposed to swap the sign of the signal sent to the motor. The current linear correction is happening after the sign is altered. It should be based on the sign before it is altered.

I suspect if you reverse one thruster it will actually go twice as fast when going forward because the modifier of 2 is applied as if it were in the reverse direction due to the sign.

[META] MPU9150 locks up.. a lot

This issue covers all of the current investigation that is going in to the MPU9150 issue.

The problem is that after a few seconds, the MPU9150 appears to stop responding which originally then cause the Arduino's watchdog timer to trigger because the I2C library was hanging waiting for a response.

We have since updated the I2C wire library to include timeouts on those operations which will then reset the I2C bus if it happens. We have seen that when we reset the bus a lot the MPU9150 can get in crazy staight (reporting massive roll or freezing and no longer initializing)

We noticed that the library was pounding the I2C bus, presumably for requests for new data every time the Arduino looped. We added a timer to match the data rate of the MPU9150 DMP checks. This did lower traffic and seemed to reduce the lockups. Further reading suggests we need to be careful as you can overflow the fifo buffer in the MPU9150 if it is not serviced fast enough which would create similar behavior to what we are trying to solve.

We confirmed that hardware package has not had any revision since we introduced the device.

We have also observed some IMUs seem to consistently be trouble free. Others not so. No idea what the difference might be. We do see general slow down on the number of loops the Arduino is able to process with certian IMUs, which may be an indicator of longer wait states for some reason.

There are comments in the 'NET' that say the current MPU9150 library we are using has known I2C issues, but I have not found any concrete reports of these.

Related issues:
#6

OpenROV/openrov-software#278
OpenROV/openrov-software#246

Port MPU-9150 library from the emd5 to the new 6.0 driver to get 9-axis fusion

Moved from: OpenROV/openrov-software#254
It is with great pleasure to announce our latest software release to the Developers Corner, Embedded MotionDriver 6.0 (eMD 6.0). This is our first ever 9-axis solution that is NOT locked to a particular MCU. eMD 6.0 is supported across all ARM Mx core architectures allowing for increased platform flexibility and is compatible with the InvenSense MPU-6000, 6050, 6500, 9150, and 9250 devices. This solution will allow you to now easily leverage and configure numerous features of the DMP and also take advantage of and benefit from dynamic features in the MPL software library.

Your collective voice was heard loud and clear as we strive to meet your current and future needs. We could not have done this without your feedback. Similarly, please provide any additional feedback on this beta version of eMD 6.0 by sending an email to [email protected].

eMD 6.0 can be downloaded from our Developers Corner.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.