|
|
|
![]() |
|
|||||||
|
||||||||
|
|
Thread Tools | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi, i've coded a VERY simple code for a gyro ..... the gyro outputs 10bits so i shifted 2....but now the gyro stays at 135 even when not moving or being shaked etc... I can't figure out the problem...the gyro is working (we monitored voltage)
can you please read the code and help thank you Code:
gyro1=rc_ana_in01;
2<<gyro1;
if(gyro1>136)
{
heading++;
}
if(gyro1<119)
{
heading=heading-1;
}
if(mode==1)
{
if(heading<turn+error)
{
pwm01=184;
pwm02=70;
}
if(heading>turn-error) //error is a tolerance!!!! i set it to 400
{
pwm01=70;
pwm02=184;
}
}
Thank You Salik Syed Team 701 btw we are using the BEI gyro from 2k3 (we know...its not allowed...we'll get another gyro soon) |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| IR reflective (tape) sensor code problems | Argoth | Programming | 8 | 07-02-2004 21:32 |
| problems assigning unsigned chars in FRC Code | LoyolaCubs | Programming | 6 | 26-01-2004 23:21 |
| ADC problems with C library and new code | Larry Barello | Programming | 1 | 09-01-2004 22:31 |
| gyro code | odin892 | Programming | 2 | 08-04-2003 14:50 |
| [white paper] Auto-Balance Gyro Code | Brandon Martus | Technical Discussion | 3 | 21-06-2001 10:36 |