Author |
Message |
Topic: Help to interface with HDPM01 compass module! |
redkit_redkit
Replies: 2
Views: 7214
|
Forum: General CCS C Discussion Posted: Tue Nov 09, 2010 6:04 am Subject: Help to interface with HDPM01 compass module! |
Thanks it's working.
Actually I tried to give 32khz to mclk and it didn't work. and also other people who get it worked said to me they didn't used mclk because they didn't need to read pressure. ... |
Topic: Help to interface with HDPM01 compass module! |
redkit_redkit
Replies: 2
Views: 7214
|
Forum: General CCS C Discussion Posted: Mon Nov 08, 2010 6:39 am Subject: Help to interface with HDPM01 compass module! |
Hi guys;
I'm trying to interface hdpm01 compass module with pic18f452. And i could'nt make it work. It uses I2C bus. I found some codes who can actually interface with this compass module.
this is ... |
Topic: Problem with calling a char from GPS |
redkit_redkit
Replies: 4
Views: 5350
|
Forum: General CCS C Discussion Posted: Wed Aug 18, 2010 7:23 am Subject: Problem with calling a char from GPS |
I found out what is wrong. I changed my fuses settings like below
#fuses XT,NOWDT,NOPROTECT,NOLVP
I get first sentence. But i'm missing some characters now, as you said. Now i will try what you sa ... |
Topic: Problem with calling a char from GPS |
redkit_redkit
Replies: 4
Views: 5350
|
Forum: General CCS C Discussion Posted: Wed Aug 18, 2010 6:53 am Subject: Problem with calling a char from GPS |
I can't even get only one character. Even when i wrote like this code below, i cant see anything on terminal. Shouldn't i see even one character on terminal?
void main ( )
{
while& ... |
Topic: Problem with calling a char from GPS |
redkit_redkit
Replies: 4
Views: 5350
|
Forum: General CCS C Discussion Posted: Wed Aug 18, 2010 6:03 am Subject: Problem with calling a char from GPS |
Hi guys;
I'm trying toget gps data from my gps modul. My code is below. When i connect my gps to my computer i can see gps data.
I can send and receive data between pic<->computer but i could ... |
|