×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

Design of 1-axis angular rate sensor (gyro) on I2C bus using MSP430

Design of 1-axis angular rate sensor (gyro) on I2C bus using MSP430

Design of 1-axis angular rate sensor (gyro) on I2C bus using MSP430

(OP)
Hi everybody, I need some help.
I'm working on a project of 1-axis angular rate sensor (gyroscope) able to sense an angular velocity of 10rpm...communicating with a microcontroller MSP430 on I2C bus. This sensor would be assembled aboard a small satellite, used for the attitude control subsystem.

I'm looking on web for a single axis gyro that uses the I2C interface. The only "I2C gyro" I found was the STMicro LY530AL, the others are all SPI.
Does anyone have any suggestions?

If I use an analog output gyro as ADXRS620, what can I do?
Can I use an appropriate ADC with I2C output to interface the analog output of the sensor with the microcontroller, or what else?

Does someone have some useful advices for my work, links on projects or schematic design whom I can look at?

Thank you all for your time
Joe

RE: Design of 1-axis angular rate sensor (gyro) on I2C bus using MSP430

Is it going to be one of those cubic-foot microsats? Is this a school project? Site rules prevent us from helping students with their projects. Excuse me for asking, but it needs to be asked.

If it's a microsat (with all that implies about how it is ejected into orbit), then how do you know that it'll be neatly spinning around one predefined axis? Combined with the availability of tiny MEMS 3-axis gyros (hint: iPhone 4), wouldn't it be safer and no additional mass to go with three axis?
 

RE: Design of 1-axis angular rate sensor (gyro) on I2C bus using MSP430

I would go with three axis too as it covers all your contingencies.  That might get you an I2C version.  Or the A2D method is also valid.  Why are you stuck on I2C?  I hate it myself.  You can always bit-bang SPI very easily.

Keith Cress
kcress - http://www.flaminsystems.com

RE: Design of 1-axis angular rate sensor (gyro) on I2C bus using MSP430

ST doesn't spec their gyro drift, but most such gyros can have pretty ferocious drifts.  Therefore, in addition to the suggestion of using a 3-axis gyro, you might consider something that includes a 3-axis compass as well, since you can use the compass to determine whether the gyro is lying or not.  Something like this: http://www.sparkfun.com/products/10125 might be useful.  It also includes a 3-axis accelerometer.

TTFN

FAQ731-376: Eng-Tips.com Forum Policies
Chinese prisoner wins Nobel Peace Prize

RE: Design of 1-axis angular rate sensor (gyro) on I2C bus using MSP430

What is wrong with using SPI instead?  Are you extremely limited in pin count or board space? I haven't worked with gyros, but I have used both SPI and I2C on the MSP430.  I've also used both the USI and USCI to do this.  None are especially difficult to implement.

It definitely doesn't make sense to me to use a separate ADC module just so you get I2C.

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources