Author |
Message |
Topic: L3GD20 problem in reading values *** Locked - No progress |
vrs
Replies: 31
Views: 38568
|
Forum: General CCS C Discussion Posted: Wed May 08, 2013 5:12 am Subject: L3GD20 problem in reading values *** Locked - No progress |
hi
http://mbed.org/users/bclaus/code/L3GD20/rev/62dfce144cf7
you Investigate this code
++++++++++++++++++++++++++
Locked.
Reason: 3-page thread, running forever with no progress.
rajm ... |
Topic: LSM303DLH + PIC18F2550 |
vrs
Replies: 9
Views: 21703
|
Forum: General CCS C Discussion Posted: Wed May 08, 2013 3:02 am Subject: LSM303DLH + PIC18F2550 |
http://www.ccsinfo.com/forum/viewtopic.php?t=50012&highlight=minimu9
VALLA GARDAŞ BEN DEĞEERLERİ ALDIM BURALARA YAZDIM AMA DOĞRU DEĞERLERİ ALAMADIM.
++++++++++++++++++++++++++++
Loc ... |
Topic: L3GD20 problem in reading values *** Locked - No progress |
vrs
Replies: 31
Views: 38568
|
Forum: General CCS C Discussion Posted: Wed May 08, 2013 12:25 am Subject: L3GD20 problem in reading values *** Locked - No progress |
http://forum.pololu.com/viewforum.php?f=6&start=50
http://forum.pololu.com/viewtopic.php?f=3&t=5998
http://forum.pololu.com/viewtopic.php?f=6&t=6058 |
Topic: L3GD20 problem in reading values *** Locked - No progress |
vrs
Replies: 31
Views: 38568
|
Forum: General CCS C Discussion Posted: Wed May 08, 2013 12:03 am Subject: L3GD20 problem in reading values *** Locked - No progress |
I do not know English. so I did not understand some of its.
https://github.com/pololu/MinIMU-9-Arduino-AHRS/blob/master/MinIMU9AHRS/MinIMU9AHRS.ino
https://github.com/pololu/MinIMU-9-Arduino-AHR ... |
Topic: L3GD20 problem in reading values *** Locked - No progress |
vrs
Replies: 31
Views: 38568
|
Forum: General CCS C Discussion Posted: Mon May 06, 2013 9:20 am Subject: L3GD20 problem in reading values *** Locked - No progress |
hi
last code for just gyro. and for 2 line lcd.
is as follows screenshot.
line 1 X Y Z
line 2 32000_32000_32000
|
Topic: L3GD20 problem in reading values *** Locked - No progress |
vrs
Replies: 31
Views: 38568
|
Forum: General CCS C Discussion Posted: Mon May 06, 2013 3:02 am Subject: L3GD20 problem in reading values *** Locked - No progress |
//cast gyro
sensH=0,sensL=0;
signed long sens=0;
void writeRegister(int8 reg,int8 value,int addr)
{
i2c_start();
i2c_write(addr);
i2c_write(reg);
i2c_write( ... |
Topic: L3GD20 problem in reading values *** Locked - No progress |
vrs
Replies: 31
Views: 38568
|
Forum: General CCS C Discussion Posted: Mon May 06, 2013 2:35 am Subject: L3GD20 problem in reading values *** Locked - No progress |
for ( i=40;i<46;i+=2)
b=i ====> 40===> 0x28 ===> (acceXlow LSM303_OUT_X_L_A 0x28)or(gyroXlow L3G_OUT_X_L 0x28)
b+1 ====> 41===> 0x29 ===> (acceXlow LSM303_OUT_X_L_A 0x29 )or( ... |
Topic: L3GD20 problem in reading values *** Locked - No progress |
vrs
Replies: 31
Views: 38568
|
Forum: General CCS C Discussion Posted: Sat May 04, 2013 7:55 am Subject: L3GD20 problem in reading values *** Locked - No progress |
your code
add forum |
Topic: L3GD20 problem in reading values *** Locked - No progress |
vrs
Replies: 31
Views: 38568
|
Forum: General CCS C Discussion Posted: Sat May 04, 2013 2:17 am Subject: L3GD20 problem in reading values *** Locked - No progress |
tur = gyro_add_w ===> 0b11010110
Can you add your code |
Topic: L3GD20 problem in reading values *** Locked - No progress |
vrs
Replies: 31
Views: 38568
|
Forum: General CCS C Discussion Posted: Fri May 03, 2013 6:07 am Subject: L3GD20 problem in reading values *** Locked - No progress |
#include "C:\Users\semerci\Desktop\dddd\lcdddd.h".
it does not matter. instead of "include <PIC16F877A>". Add
I do not have PIC18F4550.
I'm sorry.
copy pasted the code is ... |
Topic: L3GD20 problem in reading values *** Locked - No progress |
vrs
Replies: 31
Views: 38568
|
Forum: General CCS C Discussion Posted: Fri May 03, 2013 2:49 am Subject: L3GD20 problem in reading values *** Locked - No progress |
#include "C:\Users\semerci\Desktop\dddd\lcdddd.h"
#include <flexLCD.C>
#include <16f877a>
#include <imu.C> \\
#fuses HS,NOWDT,NOPROTECT,NOLVP
#use delay(c ... |
Topic: L3GD20 problem in reading values *** Locked - No progress |
vrs
Replies: 31
Views: 38568
|
Forum: General CCS C Discussion Posted: Thu May 02, 2013 5:02 am Subject: L3GD20 problem in reading values *** Locked - No progress |
http://www.ccsinfo.com/forum/viewtopic.php?t=50012&highlight=minimu9
here's the last I wrote the code is running.
LCD 4 x 16
row 2 gyro x y z
line 3 acce x y z
line 4 magn x y z
Values ... |
Topic: minIMu9v2 problem |
vrs
Replies: 13
Views: 19783
|
Forum: General CCS C Discussion Posted: Wed May 01, 2013 4:48 pm Subject: minIMu9v2 problem |
(16f877)
I can read values from minimu9.
Is it wrong to read the values.
Is it enough if I turn to 360 degrees for the division?
#include "C:\Users\semerci\Desktop\dddd\lc ... |
Topic: minIMu9v2 problem |
vrs
Replies: 13
Views: 19783
|
Forum: General CCS C Discussion Posted: Wed May 01, 2013 6:13 am Subject: minIMu9v2 problem |
I do not know English.. I am writing the message using Google Translate.
Using 16F877.
codes are added for illustration.
There are many error codes, reading the wrong value
To read the value from ... |
Topic: L3GD20 problem in reading values *** Locked - No progress |
vrs
Replies: 31
Views: 38568
|
Forum: General CCS C Discussion Posted: Wed May 01, 2013 6:01 am Subject: L3GD20 problem in reading values *** Locked - No progress |
using pic 16F877.
codes are added for illustration.
To read the value from minimu9v2.
working.
I do not know English. I am writing the message using Google Translate. |
|