Author |
Message |
Topic: ocean-server compass |
ronnarone.r
Replies: 1
Views: 3270
|
Forum: General CCS C Discussion Posted: Thu Jun 03, 2010 10:29 pm Subject: ocean-server compass |
#include <18F8722.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdlibm.h>
#include <string.h>
#include <math.h>
#fuses HS,NOPROTECT,NOLVP,NOBROWNOUT
... |
Topic: how to convert float to int16? |
ronnarone.r
Replies: 4
Views: 28238
|
Forum: General CCS C Discussion Posted: Sat Mar 13, 2010 6:44 am Subject: how to convert float to int16? |
I want to convert float to int16. How to? |
Topic: ac 3 phase motor |
ronnarone.r
Replies: 3
Views: 4181
|
Forum: General CCS C Discussion Posted: Tue Mar 02, 2010 8:48 pm Subject: ac 3 phase motor |
I mean detail of components in circuit. |
Topic: ac 3 phase motor |
ronnarone.r
Replies: 3
Views: 4181
|
Forum: General CCS C Discussion Posted: Tue Mar 02, 2010 12:05 pm Subject: ac 3 phase motor |
Please help me. I read AN843 in figure B-3 power sector:
http://ww1.microchip.com/downloads/en/AppNotes/00843a.pdf
I want to know, work or not ? And anybody can give detail in circuit diagram. |
Topic: interface Microstrain 3DM |
ronnarone.r
Replies: 7
Views: 7771
|
Forum: General CCS C Discussion Posted: Tue Feb 16, 2010 12:16 pm Subject: interface Microstrain 3DM |
this is my device : http://www.microstrain.com/3dm.aspx |
Topic: ac motor |
ronnarone.r
Replies: 2
Views: 4041
|
Forum: General CCS C Discussion Posted: Tue Feb 16, 2010 12:30 am Subject: ac motor |
I am working with ac motor. Anybody can tell me? What is functions or operation ? I have to study. |
Topic: interface Microstrain 3DM |
ronnarone.r
Replies: 7
Views: 7771
|
Forum: General CCS C Discussion Posted: Wed Feb 10, 2010 9:43 pm Subject: 3dm-m is 3dm-g |
3dm-m is 3dm-g |
Topic: interface Microstrain 3DM |
ronnarone.r
Replies: 7
Views: 7771
|
Forum: General CCS C Discussion Posted: Wed Feb 10, 2010 1:38 pm Subject: interface Microstrain 3DM |
IT WORK WITH development kit. BUT WHEN DISPLAY ON HYPER TERMINAL. IT IS NOT. WHY? |
Topic: interface Microstrain 3DM |
ronnarone.r
Replies: 7
Views: 7771
|
Forum: General CCS C Discussion Posted: Wed Feb 03, 2010 11:19 am Subject: interface Microstrain 3DM |
I work with 3DM-M. & PIC18F8722. Please help me how to interface 3DM
( Direct to PIC or via MAX232) and sample code. |
Topic: value not change in math (GPS) |
ronnarone.r
Replies: 1
Views: 3218
|
Forum: General CCS C Discussion Posted: Sun Dec 27, 2009 7:57 pm Subject: value not change in math (GPS) |
I use gps. Array convert to float and calculate in math (sin, cos, tan)
but when I change position, value in math not change. Can you tell me
how to do? |
Topic: how to convert to float ? |
ronnarone.r
Replies: 2
Views: 4915
|
Forum: General CCS C Discussion Posted: Thu Dec 24, 2009 10:39 pm Subject: how to convert to float ? |
I use gps and want to convert array for ( i= 13 ; i<= 36; i++ ) to float.
Output for ( i= 13 ; i<= 36; i++ ) : 1350.6955,N,10034.1684,E
I want to convert (float) :13.506955,n,100.34168 ... |
Topic: How to interface 2 GPS? |
ronnarone.r
Replies: 3
Views: 4285
|
Forum: General CCS C Discussion Posted: Wed Dec 02, 2009 11:20 pm Subject: How to interface 2 GPS? |
I use 18F8722 and want to connect with one pc and two GPS.
How can I do ? |
|