Skip to content
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

Handle or report all error codes returned from sensors #14

Open
ThirteenFish opened this issue Jan 22, 2014 · 1 comment
Open

Handle or report all error codes returned from sensors #14

ThirteenFish opened this issue Jan 22, 2014 · 1 comment

Comments

@ThirteenFish
Copy link
Member

We currently ignore this. I don't imagine that there are many or any errors that we can handle dynamically, so in most cases it should send the information over ethernet to the FC for logging.

How it gets sent is a matter to consider, this is a first attempt at what we came up with:
For errors attached to specific samples:

  • Send an extended data packet on the data port that has the errors amended
    For more general sensor errors:
  • Send them on a special sensor error port

The important thing is to not mix general errors on the sample specific data port.

@kwilsonpdx
Copy link
Member

Example errors: ADIS ND and EA Bits in Data Register see Table 23 in ADIS Data Sheet

@ThirteenFish ThirteenFish added this to the Launch-11 Alpha 2 milestone Jun 14, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants