Show Posts
|
|
Pages: [1]
|
|
3
|
Using Arduino / Sensors / Re: Guide to gyro and accelerometer with Arduino including Kalman filtering
|
on: February 11, 2013, 02:41:44 pm
|
|
Hi Lauszus,
I've been learning a lot from your code, thanks very much for putting it on here.
I have a board with single axis gyro with 3 axis accelerometer, analogue outputs.
I'm looking to find the Roll angle, so the single gyro board will need to be orientated up on its end so that the Roll axis goes through the middle of the gyro. The accelerometers with then be: X=up/down, Y=left/right, Z=forward/backward.
In this configuration which combination of the X,Y and Z accelerometers should I be using in the code?
I am guessing that it's the X and Y as the Z axis accelerometer is not effected by roll when the board is mounted on it's end
Your code uses X and Z and Y and Z in the arctan function, so I should use X and Y, correct?
|
|
|
|
|
5
|
General Category / General Discussion / wifi - why so exepensive?
|
on: June 15, 2012, 07:06:24 am
|
|
Is it really cheaper to make a wifi interface for an Arduino from a Raspberry Pi and an Edimax usb wifi dongle???
Or for an even cheaper route, use an Edimax wifi router/repeater (less than £20) and stick OpenWrt on it???
Seems all wrong to me?
|
|
|
|
|
6
|
General Category / General Discussion / xmega
|
on: June 15, 2012, 03:05:55 am
|
|
What is the score with an Xmega Arduino? I have found a few general purpose dev boards with xmega on but no sign of an arduino compatible one???
|
|
|
|
|