Author |
Message |
Topic: USB: Schematic for PIC16F877 and USBN9604 |
bdavis
Replies: 21
Views: 46626
|
Forum: General CCS C Discussion Posted: Fri Oct 22, 2004 3:04 pm Subject: USB: Schematic for PIC16F877 and USBN9604 |
I just used the .pdf's... |
Topic: USB: Schematic for PIC16F877 and USBN9604 |
bdavis
Replies: 21
Views: 46626
|
Forum: General CCS C Discussion Posted: Fri Oct 22, 2004 12:26 am Subject: USB: Schematic for PIC16F877 and USBN9604 |
Oops - forgot to log in last time...
Thanks for the links ! The mini-wave looks really nice. I'll probably sell my Edsyn iron, since they don't have mini-wave tips for it that I have seen. ... |
Topic: USB: Schematic for PIC16F877 and USBN9604 |
bdavis
Replies: 21
Views: 46626
|
Forum: General CCS C Discussion Posted: Thu Oct 14, 2004 9:08 pm Subject: USB: Schematic for PIC16F877 and USBN9604 |
Trampas-
What is the mini-wave tip? ie: what mfg and what size? I have done many 0805 type caps and resistors, but find the fine pitch smt packages a bit scary to solder.
Also - could you post ... |
Topic: PIC18 struct size limit? |
bdavis
Replies: 1
Views: 7748
|
Forum: General CCS C Discussion Posted: Sat Sep 25, 2004 12:17 am Subject: PIC18 struct size limit? |
I remember a bug fix for 256 byte structs - look in the version.txt in the download section. |
Topic: How to get correct Pulse Width..?? |
bdavis
Replies: 3
Views: 10666
|
Forum: General CCS C Discussion Posted: Fri Sep 24, 2004 12:27 am Subject: How to get correct Pulse Width..?? |
You may want to use the #priority directive to tell the CCS compiler to service Timer1 before Timer0(RTCC). I would think that would fix it if your RTCC ISR was very short as to not miss a Timer1 int ... |
Topic: Transitioning from M to H |
bdavis
Replies: 11
Views: 21206
|
Forum: General CCS C Discussion Posted: Thu Sep 23, 2004 7:05 pm Subject: Transitioning from M to H |
Most of the 18Fxxx devices also have single cycle multiply - very nice. If you use the latest compiler, most issues are minor and can be easily worked around. In looking for a 18 pin PIC, they have ... |
Topic: RS232 communications question |
bdavis
Replies: 3
Views: 12843
|
Forum: General CCS C Discussion Posted: Thu Sep 23, 2004 6:47 pm Subject: RS232 communications question |
Runtime -
I have seen several posts concerning GSM modems, and the WaveCom seems popular. I looked at their website, and they don't seem to give out much specific information (ie: data sheets, pri ... |
Topic: 16 bit timers |
bdavis
Replies: 2
Views: 7906
|
Forum: General CCS C Discussion Posted: Wed Sep 22, 2004 6:39 pm Subject: 16 bit timers |
I use it without any issues...
When writing the timer, write the high value, then the low value.
When reading the timer, you need to do it in a certian order also, or use CCS's built in functions.
... |
Topic: How sensitive is an RC clock over temp ? |
bdavis
Replies: 9
Views: 19095
|
Forum: General CCS C Discussion Posted: Wed Sep 22, 2004 12:35 pm Subject: How sensitive is an RC clock over temp ? |
I would recommend not going below 100pf, because it won't help. The error is more from the type of cap, not the size of the cap. If you go too large for the cap, then leakage can be a source of erro ... |
Topic: How sensitive is an RC clock over temp ? |
bdavis
Replies: 9
Views: 19095
|
Forum: General CCS C Discussion Posted: Wed Sep 22, 2004 12:31 pm Subject: How sensitive is an RC clock over temp ? |
I would recommend making your own chart - measure at ambient temp (25 degrees C), then at min temp, and finally at max temp.
That would give you a fairly good idea of typical. For maximum, you w ... |
Topic: Open collector |
bdavis
Replies: 6
Views: 12594
|
Forum: General CCS C Discussion Posted: Wed Sep 22, 2004 12:17 pm Subject: Open collector |
Yes, that is correct - you don't need the pullup if they have a pullup already internally.... |
Topic: Negative float Number |
bdavis
Replies: 1
Views: 7959
|
Forum: General CCS C Discussion Posted: Tue Sep 21, 2004 10:37 pm Subject: Negative float Number |
Just use float. It is possible to do a signed and unsigned float, but you would need to make your own routines and it would be a lot of work...
Currently there is IEEE type and a Microchip type that ... |
Topic: Open collector |
bdavis
Replies: 6
Views: 12594
|
Forum: General CCS C Discussion Posted: Tue Sep 21, 2004 10:32 pm Subject: Open collector |
On the 18F452, RA4 is Open Collector or Open Drain.
Use RA4 with a pullup resistor - ie: 4.7K resistor between RA4 and +5V, then tie RA4 to your GSM thingy...
Oh - and then have fun! |
Topic: How sensitive is an RC clock over temp ? |
bdavis
Replies: 9
Views: 19095
|
Forum: General CCS C Discussion Posted: Tue Sep 21, 2004 10:27 pm Subject: How sensitive is an RC clock over temp ? |
Also, don't use carbon resistors - at least use metal film, and you can get special low noise and low temp coef. resistors, but typically have to special order them.
At least use NPO caps, but I th ... |
Topic: Voice/sound recognition |
bdavis
Replies: 15
Views: 37221
|
Forum: General CCS C Discussion Posted: Tue Sep 21, 2004 9:58 pm Subject: Voice/sound recognition |
Radio Shack used to cary a small chip (about 16-20 pins) for voice recognition. I don't think they sell it any longer, but it was cheap (like $5 retail) and could recognize about 4-8 commands - spea ... |
|