Fun, Learning, Friendship and Mutual Respect START  HERE


Unregistered
Go Back   HeliFreak > R/C Electronics Support > Skookum Robotics


Skookum Robotics Skookum Robotics SK-360 SK-540 & SK-720 Digital Flybar


Reply
 
LinkBack Thread Tools Display Modes
Old 12-13-2009, 07:30 PM   #181 (permalink)
Registered Users
 
Posts: 1,301
 

Join Date: Sep 2008
Default

The MEMS unit is an accelerometer.

Rick
rickn816 is offline        Reply With Quote Quick reply to this message
Sponsored Links
Advertisement
 
Old 12-16-2009, 03:38 AM   #182 (permalink)
Registered Users
 
Posts: 13,576
 

Join Date: Apr 2005
Default

Quite sure there is two different things ;

Accelerometers
http://www.analog.com/en/mems/low-g-...s/product.html

Gyroscope
http://www.analog.com/en/mems/gyrosc...s/product.html

Both are MEMS, one can only detect rate changes (gyroscope) and one can detect gravity (accelerometer)

Below a good description on the difference

Quote:
To explain the difference: While the Acceleration sensor measures LINEAR ACCELERATION (which is the CHANGE of speed), the gyro sensor measures ROTATIONAL SPEED (not acceleration).
It's important to always remember: Speed is the change of position (how fast am I moving from a to b ), and acceleration is the change of speed (how fast am I going from slow movement to quick movement, for example).
Both of these quantities can be linear, like "from here to there", or rotational, like "how much or how fast is this thing spinning"...


So, that's easy to understand: The gyro measures rotational speed. 0 means, no rotation around that axis, and a value of x means x degrees per second, fine. (You can also see the rotational acceleration, when you just look at the speed x changing: if it goes from to 100, you know the spinning has accelerated).


The big problem or feature with the acceleration sensor is gravity. Gravity is an acceleration towards the center of the earth. It's hard to understand at first why it is an acceleration, but that's not a problem right now. When using the accelerometer, you always get a reading of 1G pointing down. That's gravity, ok, no surprise.
This HELPs you when trying to sense tilting. Once you see the 1G pointing to the side somewhere, your sensor is "not straight" anymore. Much like when you hold a jo-jo or a pendulum inside a stopped car that is parked on a slope / hill. Even without looking out of the window, you can tell that the car is "not straight", if the jo-jo is not pointing straight to the ground.

So far so good. Now, when you move the accelerometer, you change its speed. And that's an acceleration. If you were in space, that wouldn't be a big problem. You could always tell you're changing the speed of the sensor (and hence the speed is changing it's position, if you want to put it that way), and you could work out where it is.

But now, on earth, gravitiy and the movement of the sensor mix, and it's hard to seperate them. If you see a picture of the inside of your car, with the jo-jo (pendulum) NOT pointing straight to the ground, you'd immediately think: Hey, that's a car parked at a slope.

BUT: It could also be a car on a perfectly level plane, accelerating....

This is just the beginning, behind all of this is plain physics (mechanics) :-)

And now, the last thing: Accelerometers can't detect rotations around their center. Basically the sensor doesn't notice this rotation as you don't move it along a certain length. You'd need a compass or a gyro to detect this rotation.

However, if an accelerometer is rotated, but not around its center -- you can detect that. If you were to grab the accelerometer by its cable and spin it around yourself (like a hammer thrower), you could detect that. It's just a bit more complicated (you'd get sinus-like accelerations on different axes)
__________________
Gone fishing.. or hunting or something..
http://heli.dacsa.net

Last edited by MrMel; 12-16-2009 at 09:27 AM..
MrMel is offline        Reply With Quote Quick reply to this message
Old 12-16-2009, 03:19 PM   #183 (permalink)
Registered Users
 
Posts: 1,301
 

Join Date: Sep 2008
Default

https://www.helifreak.com/showthread.php?t=76808

Rotational acceleration.
rickn816 is offline        Reply With Quote Quick reply to this message
Old 12-17-2009, 12:09 AM   #184 (permalink)
Registered Users
 
Posts: 13,576
 

Join Date: Apr 2005
Default

Quote:
Rotational acceleration.
??

Mems Gyroscope is a Gyroscope (20 dollar part), Mems accelerometer (2 dollar part) is a Accelermoter, they are not the same was what I mean, they call it Gyroscope as where accelerometer is a specific part.
You need both of them as a accelerometer cannot do gyro stuff, and gyro cannot do leveling like bailout.
__________________
Gone fishing.. or hunting or something..
http://heli.dacsa.net
MrMel is offline        Reply With Quote Quick reply to this message
Old 12-17-2009, 08:13 AM   #185 (permalink)
Registered Users
 
My HF Map location
Join Date: Dec 2007
Default

I dont know if this will claify anything but my understanding of these difference between these things is this:

A gyro monitors the motion of an axis, and depending on how its programmed it can stabilize that motion or hold that axis in a paticular orientation.

An accelerometer measures the RATE at which the motion of an axis is changing. I.e. how quickly the motion in a paticular axis is changing. Or in other words Velocity (how fast) is not what an accelerometer measures... accelerometers measure CHANGES in velocity.

Chris.
c_forthofer is offline        Reply With Quote Quick reply to this message
Old 12-17-2009, 03:55 PM   #186 (permalink)
Registered Users
 

Join Date: May 2007
Default

Quote:
Originally Posted by c_forthofer View Post
A gyro monitors the motion of an axis, and depending on how its programmed it can stabilize that motion or hold that axis in a paticular orientation.
A gyro(meter) measures change of rotational speed around an axis. It'a also called a rate gyro. A position gyro integrates rotational speed with time to get the position. Example: If you have rotated with 15 deg/s for 5 s, you have rotated to a position 15*5=75 degrees different from where you started.


Quote:
An accelerometer measures the RATE at which the motion of an axis is changing. I.e. how quickly the motion in a paticular axis is changing. Or in other words Velocity (how fast) is not what an accelerometer measures... accelerometers measure CHANGES in velocity.
Change in velocity = accelleration. So yes, an accelerometer measures changes in velocity. The rate of change of velocity. It's measured along the axis. If we integrate acceleration with time, we get velocity. And velocity integrated with time gives distance. If you accelerate with 2 m/s^2 for 3 seconds, your speed is 2*3=6 m/s. If you move 6 m/s for 5 seconds, you have moved 6*5=30 meters.

With gyros and accelerometers in 3 axis, X - Y - Z, you can keep track of the position and orientation.

Take a look at this circuit; tri axis gyroscope and tri-axis accelerometer: http://www.analog.com/en/sensors/ine...s/product.html
Attached Thumbnails
Click image for larger version

Name:	ADIS16360_fbs.png
Views:	77
Size:	10.3 KB
ID:	129219  
flatin is offline        Reply With Quote Quick reply to this message
Old 12-19-2009, 06:54 PM   #187 (permalink)
Registered Users
 

Join Date: May 2006
Default waypoints

Skookum,
You mention that the first add-on will be GPS. Sorry if I've missed this, but are waypoint capabilities to be expected? tnx
__________________
Username: I saw it on a license plate and giggled all the way home
6sic6 is offline        Reply With Quote Quick reply to this message
Old 12-19-2009, 06:56 PM   #188 (permalink)
Registered Users
 
Posts: 43,815
 
My HF Map location
Join Date: May 2008
Default

AND.... anymore clues on ETA?
__________________
"It's not just a hobby... it's a lifestyle" - Pete ϟ MINNESOTA!
Goblin 500 + 700 / SK540 / Jives / DX8 / Quantum / RJX servos / 306b / Deep cycles
Slyster is offline        Reply With Quote Quick reply to this message
Old 12-19-2009, 08:58 PM   #189 (permalink)
Registered Users
 
Posts: 256
 

Join Date: Oct 2007
Default

I have 2 FBL heads sitting at the post office waiting for pickup (RJX for 500 and 700). The machines are sitting there waiting. I just put one on my 600 and decided to install one of my 360's. I have one unused 360 left but would rather install a 720.

Art, throw us a bone and maybe hint where you are at. Have you done preliminary release (beta). Anything.
__________________
G200 FBL, Mini-V
CX500
G550 FBL, SK360
Compass 600e, FBL SK360
Compass 690e, WIP
gpach is offline        Reply With Quote Quick reply to this message
Old 12-21-2009, 10:13 AM   #190 (permalink)
t2o
Registered Users
 
Posts: 841
 

Join Date: Apr 2008
Default

Which ever comes out first the 720 or the Total-G I am buying and donating to inside- heli for a Radikal review!


There... that will get them moving!

Seriously though, the part about which ever comes out first is truth. My Predator 90 is waiting and ready for a controller.
t2o is offline        Reply With Quote Quick reply to this message
Old 12-21-2009, 12:51 PM   #191 (permalink)
Registered Users
 

Join Date: Jul 2009
Default

C'mon, don't make me beg.

Will it work with a DX6i and AR7000 or would I need a DX7?

I need to be ready for the blessed day.
__________________
"There's no such thing as gravity. The earth just sux"
T-Rex 250, Align FBL, T-Rex 250 DFC
500 ESP, RJX FBL

Skookum SK-720
airnoob is offline        Reply With Quote Quick reply to this message
Old 12-21-2009, 01:38 PM   #192 (permalink)
Registered Users
 
Posts: 43,815
 
My HF Map location
Join Date: May 2008
Default

We know it will work with anything... since for FBL you only need a 1 servo swash.
__________________
"It's not just a hobby... it's a lifestyle" - Pete ϟ MINNESOTA!
Goblin 500 + 700 / SK540 / Jives / DX8 / Quantum / RJX servos / 306b / Deep cycles
Slyster is offline        Reply With Quote Quick reply to this message
Old 12-21-2009, 02:40 PM   #193 (permalink)
t2o
Registered Users
 
Posts: 841
 

Join Date: Apr 2008
Default

The 360 had bank-switching and remote-gain so it is nice to have the extra channel of a 7 channel Tx//Rx if you are interested using those features. The 720, I believe uses the mini satillite recievers so your ar7000 won't be needed. But you will need the satillite and I guess an extra satillte also if its a larger heli.

On a side note the Total-G was rumered to be out late 2009, its getting late I think.
t2o is offline        Reply With Quote Quick reply to this message
Old 12-21-2009, 04:53 PM   #194 (permalink)
Registered Users
 
Posts: 1,301
 

Join Date: Sep 2008
Default

Quote:
Originally Posted by t2o View Post
The 360 had bank-switching and remote-gain so it is nice to have the extra channel of a 7 channel Tx//Rx if you are interested using those features. The 720, I believe uses the mini satillite recievers so your ar7000 won't be needed. But you will need the satillite and I guess an extra satillte also if its a larger heli.

On a side note the Total-G was rumered to be out late 2009, its getting late I think.
Apparently is it more difficult to construct these little boxes than we imagined.

Rick
rickn816 is offline        Reply With Quote Quick reply to this message
Old 12-21-2009, 08:25 PM   #195 (permalink)
t2o
Registered Users
 
Posts: 841
 

Join Date: Apr 2008
Default

Quote:
Originally Posted by rickn816 View Post
Apparently is it more difficult to construct these little boxes than we imagined.

Rick

Yea, you are certainly correct and in all truth, I would rather have it right, then have it right now.

These new features are wanted, in particular (for me anyway) the dropping of the Rx to clean things up and reduce connections. I have considered just bailing out and buying another 360 but then again....I'll wait
t2o is offline        Reply With Quote Quick reply to this message
Reply




Quick Reply
Message:
Options

Register Now

In order to be able to post messages on the HeliFreak forums, you must first register.
Please enter your desired user name, your REAL and WORKING email address and other required details in the form below.
User Name:
Password
Please enter a password for your user account. Note that passwords are case-sensitive.
Password:
Confirm Password:
Email Address
Please enter a valid email address for yourself. Use a real email address or you will not be granted access to the site. Thank you.
Email Address:
Location
Where do you live? ie: Country, State, City or General Geographic Location please.
Name and Lastname
Enter name and last name here. (This information is not shown to the general public. Optional)
Helicopter #1
Enter Helicopter #1 type and equipment.
Helicopter #2
Enter Helicopter #2 type and equipment.
Helicopter #3
Enter Helicopter #3 type and equipment.
Helicopter #4
Enter Helicopter #4 type and equipment.

Log-in


Thread Tools
Display Modes

Posting Rules
You may post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




Copyright © Website Acquisitions Inc. All rights reserved.
vBulletin Security provided by vBSecurity v2.2.2 (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.

SEO by vBSEO 3.6.1