Search found 6 matches

by MacArell
Mon Feb 27, 2012 2:18 pm
Forum: Software development
Topic: dev20120225 orientation warning!!!
Replies: 26
Views: 13132

Re: dev20120225 orientation warning!!!

My example before was for you can see changes, you can see my personal orentations: my old: #define ACC_ORIENTATION(X, Y, Z) {accADC[ROLL] = -Y; accADC[PITCH] = X; accADC[YAW] = Z;} #define GYRO_ORIENTATION(X, Y, Z) {gyroADC[ROLL] = X; gyroADC[PITCH] = Y; gyroADC[YAW] = Z;} #define MAG_ORIENTATION(X...
by MacArell
Mon Feb 27, 2012 11:08 am
Forum: Software development
Topic: dev20120225 orientation warning!!!
Replies: 26
Views: 13132

Re: dev20120225 orientation warning!!!

Hi, changes are like this: Old: #define ACC_ORIENTATION(X, Y, Z) {accADC[ROLL] = X; accADC[PITCH] = Y; accADC[YAW] = Z;} #define GYRO_ORIENTATION(X, Y, Z) {gyroADC[ROLL] = X; gyroADC[PITCH] = Y; gyroADC[YAW] = Z;} #define MAG_ORIENTATION(X, Y, Z) {magADC[ROLL] = X; magADC[PITCH] = Y; magADC[YAW] = Z...
by MacArell
Thu Sep 22, 2011 9:41 am
Forum: Shields, boards and sensors
Topic: The Poor Man Accelerometer.
Replies: 47
Views: 23978

Re: The Poor Man Accelerometer.

Thank You, finaly i buy "AeroQuad Shield v1.9" with voltage level converter for my Arduino Uno.
I will use my KIT3468MMA7455L after... thank you again.

Sylvain ;)
by MacArell
Tue Sep 13, 2011 10:54 am
Forum: Shields, boards and sensors
Topic: The Poor Man Accelerometer.
Replies: 47
Views: 23978

Re: The Poor Man Accelerometer.

Hi, I'm a newbie and want make a Quadcopter with this Accelerometer Sensor, my sensor is KIT3468MMA7455L (From an old project) i will use an Arduino UNO (From an old project too) and i don't know for the gyro but certainly a WMP... I'll let you know. Sylvain Hi, i want just use this accelerometer w...
by MacArell
Tue Sep 06, 2011 9:31 am
Forum: Shields, boards and sensors
Topic: The Poor Man Accelerometer.
Replies: 47
Views: 23978

Re: The Poor Man Accelerometer.

Hi, I'm a newbie and want make a Quadcopter with this Accelerometer Sensor, my sensor is KIT3468MMA7455L (From an old project) i will use an Arduino UNO (From an old project too) and i don't know for the gyro but certainly a WMP...
I'll let you know. ;)

Sylvain
by MacArell
Tue Sep 06, 2011 8:31 am
Forum: Shields, boards and sensors
Topic: Arduino UNO shield
Replies: 8
Views: 7720

Re: Arduino UNO shield

Hi All, I'm a newbie and I'm interested to by your shield, can you make a pdf or gerber file with schematic and pcb borad? I'm not an user Eagle, it's a free? i use Kicad and it work very well. In an another way I want use a WMP and a MMA7455 for make a QuadCopter, but the MMA7455 use 3V and i think...