gyroscope
TG
Posts: 36
I am going to build a project that requires a gyroscope to measure angular acceleration. Any suggestions where to buy a gyroscope?
Comments
read through the documentation (@ Analog Devices) to make sure it can be interfaced with a stamp.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
·1+1=10
Many people use the Memsic 2125 available directly from parallax to measure angular acceleration:
http://www.parallax.com/detail.asp?product_id=28017
Description from the page:
If you use this part, you can get support and coding examples directly from parallax. and it's cheaper too!
Vern
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
The accelerometer specs say "* Dual-axis tilt sensing for autonomous robotics applications"
but is that the same as a gyro?
Maybe the gyro has more than just tilt sensing and gives a tilt value?
I am just guessing here..
and I allready have the memsic 2125, just havnt had a chance to put it on my project yet
++
The traditional gyro used a spinning mass in the center and the motors were both large and often prone to failure.
The new gyros are quite small and in some way I begin to think they are just the same as an accelerometer. Both are operating on 'one plane' which is 'dual axis'
The Memsics do not have a complete 360 degree range, but three together will give comprehensive coverage in any direction. It seems that three gyros are required to do the same task.
The Memsics come in 2g force and 10g force, maybe more options.
So again, I have a bit of trouble sorting out the differences. Is the Memsic the OEM product that is calibrated and repackaged as a gyro?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"When all think alike, no one is thinking very much.' - Walter Lippmann (1889-1974)
······································································ Warm regards,····· G. Herzog [noparse][[/noparse]·黃鶴 ]·in Taiwan
Post Edited (Kramer) : 2/12/2006 3:20:05 PM GMT
It doesnt use the spinning mass technology but a weaton bridge of thermistances around a packaged box in which a gaz bubble is heated. It is the inertia of the buble gaz that is used to detect accelerations through temperature rising of some of thermistances when the bubble has moved. Im a clear [noparse]:)[/noparse]) ??
Can you tell us more about the project ?
++
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
·1+1=10
Post Edited (Paul Baker) : 2/11/2006 7:03:17 PM GMT
kelvin
Parallax is now selling a 3-axis Hitachi unit [noparse][[/noparse]accelerometer].· Rated at 3 Gs. How does that fit into the comparison?· I guess it is still just accelerometers in a better package.
From what I thought, the traditional gyros·were considered genrally obsolete.· Technically interesting, but no longer in use.· [noparse][[/noparse]Apparently GPS has taken over much of their navigational role].
On the other hand, you refer to a DOF [noparse]/noparse]Department of Defence?[noparse][[/noparse]OH! you mean Six Degrees of Freedom unit that has 3 of each.· Apparently for some things [noparse][[/noparse]like cruise missles] they still require the inertial guidance because they need to be fully autonomous and highly responsive to whatever motion they produce [noparse][[/noparse]including spin about themselves].
I begin to see that the spinning really separates the utility of the accelerometer from the gyro.
I went to the site refered and see a 'breakout board' for a small gyro, but does the price include the gyro? And do you need 3 of these gyros for X, Y, and Z?
Still, gyros require a period of time to get up to speed and to be set to a reference before they are functional. Right?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"When all think alike, no one is thinking very much.' - Walter Lippmann (1889-1974)
······································································ Warm regards,····· G. Herzog [noparse][[/noparse]·黃鶴 ]·in Taiwan
Post Edited (Kramer) : 2/15/2006 3:10:52 PM GMT
The system used by the AS5020-E refered to in the N&V#92 is much more capable of measuring angular velocities, but this isn't the memsic.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
·1+1=10
Post Edited (Paul Baker) : 2/13/2006 7:41:40 PM GMT
2.Yes all gyros should be at thier operating speed to get reliable readings, the benifit of MEMs gyros is the reduced mass undergoing rotation typically means the start up time is less than traditional gyros. Id check out the docs from Analog Devices to see what the start up time is.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
·1+1=10
Sadly, the Encoder hasn't put out anything since Winter of 2004.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"When all think alike, no one is thinking very much.' - Walter Lippmann (1889-1974)
······································································ Warm regards,····· G. Herzog [noparse][[/noparse]·黃鶴 ]·in Taiwan
I have a suggestion.· "Muffin fans" make effective gyroscopes, 6V or 12V fans should do nicely (??).
I have a need in determining the difference between acceleration due to a change in lateral motion and that which is due to the force of gravity. I needed something with a completely different reference then that of the accelerometer alone in order to achieve this.
I have been searching however for some BASIC code help with integrating the data so that I end up with degrees or position. I hope thay you or someone out there can help me.