Author |
Message |
Topic: How to declare 64 bit float in PIC16F877A?!?!?!?!? |
mugheesahmed
Replies: 3
Views: 4770
|
Forum: General CCS C Discussion Posted: Wed Mar 14, 2007 8:17 am Subject: How to declare 64 bit float in PIC16F877A?!?!?!?!? |
hello everybody!!!
Is there anyway that i could declare a 64 bit floating point number in a PIC 16F877A ?!?!?!?!?!?!?!?
32 bit float is not enough to store the decimal places of 7 and above which ... |
Topic: 20 ms time period PWM - 4MHz Osc. - PIC 16f877A |
mugheesahmed
Replies: 1
Views: 6882
|
Forum: General CCS C Discussion Posted: Sat Jan 13, 2007 2:24 am Subject: 20 ms time period PWM - 4MHz Osc. - PIC 16f877A |
Hi,
I want to generate 20 ms time period PWM with variable duty cycle using PIC 16F877A with oscillator 4MHz.
Could anyone please help me out ASAP? I will be very thankful.
Waiting for your rep ... |
Topic: interfacing an Electronic Speed Controller (ESC) with a PIC |
mugheesahmed
Replies: 1
Views: 4123
|
Forum: General CCS C Discussion Posted: Fri Jan 12, 2007 1:26 am Subject: interfacing an Electronic Speed Controller (ESC) with a PIC |
hello again everyone...
i think i have found the solution for the problem....
heres the link if in case someone faces the same problem again in future....
http://www.phidgetsusa.com/forums/archiv ... |
Topic: interfacing an Electronic Speed Controller (ESC) with a PIC |
mugheesahmed
Replies: 1
Views: 4123
|
Forum: General CCS C Discussion Posted: Fri Jan 12, 2007 1:02 am Subject: interfacing an Electronic Speed Controller (ESC) with a PIC |
Hi!!!
i want to connect an electronic speed control i.e. a TEU-101BK(Tamiya's) with the PIC to be able to make my remotely controlled car into a robot...
now the problem is that i dont know the ... |
Topic: PROBLEM IN EXTRACTING THE REQUIRED STRING FROM SERIAL DATA |
mugheesahmed
Replies: 1
Views: 4329
|
Forum: General CCS C Discussion Posted: Mon Nov 13, 2006 12:45 pm Subject: PROBLEM IN EXTRACTING THE REQUIRED STRING FROM SERIAL DATA |
following is tha serial data(one packet) i am getting form a GPS at 4800 baud with small intervals.(each new line starts before the $ sign and there is a carriage return after each line)
------------ ... |
Topic: EXTERNAL EEPROM... |
mugheesahmed
Replies: 2
Views: 4464
|
Forum: General CCS C Discussion Posted: Mon Jul 17, 2006 11:57 pm Subject: EXTERNAL EEPROM... |
hello there...
i want to use an external eeprom 12C. i am only a beginner so dont really know where to begin...
can anyone please help me and if u have any links to some good tutorials or help onl ... |
Topic: CAN'T PASS BACK AN ARRAY..!!! |
mugheesahmed
Replies: 3
Views: 5085
|
Forum: General CCS C Discussion Posted: Mon Jul 17, 2006 1:01 am Subject: CAN'T PASS BACK AN ARRAY..!!! |
okay im doing this.... ->
--------------------
[/code][code][/code][code][/code][code][/code] |
Topic: FGETC(SERIAL) :S :S :S :S :S :S :S :S :S :S :S :S :S :S :S |
mugheesahmed
Replies: 1
Views: 3805
|
Forum: General CCS C Discussion Posted: Mon Jun 19, 2006 11:42 pm Subject: FGETC(SERIAL) :S :S :S :S :S :S :S :S :S :S :S :S :S :S :S |
[/b]
[size=9]#byte port_a=5
#use rs232(baud=2400,xmit=PIN_C6,rcv=PIN_C7,stream=Serial,ERRORS)
read_tag();
sout_id();
char arr[12];
main()
{
while(TRUE)
{
SET_TRIS_a(0) ... |
Topic: recursion??? |
mugheesahmed
Replies: 1
Views: 3380
|
Forum: General CCS C Discussion Posted: Mon Jun 19, 2006 4:08 am Subject: recursion??? |
CAN WE DO RECURSION IN PIC C COMPILER??? if not then why???
moreover i am having a problem in fgetc(arr[i],stream)....it only gets first ten characters of a character string coming in serially and ... |
|