Author |
Message |
Topic: interfacing PIR sensor directly with PIC |
mcdnkfc
Replies: 4
Views: 11071
|
Forum: General CCS C Discussion Posted: Tue Jan 12, 2010 10:45 pm Subject: interfacing PIR sensor directly with PIC |
I never use PIR sensor before.
But from the schematic, the C4 (1UF) can be use to block dc voltage, and the pin P07 of CY8C27 is an analog pin.
So, I guess this PIR sensor is giving you the analog s ... |
Topic: Problem with array when using PIC24FJ128GA010 |
mcdnkfc
Replies: 6
Views: 7535
|
Forum: General CCS C Discussion Posted: Tue Jan 12, 2010 6:08 pm Subject: Problem with array when using PIC24FJ128GA010 |
I tried but still the same problem.
I already gave up v4.088 and changed to C30. |
Topic: Problem with array when using PIC24FJ128GA010 |
mcdnkfc
Replies: 6
Views: 7535
|
Forum: General CCS C Discussion Posted: Tue Jan 12, 2010 3:03 am Subject: Problem with array when using PIC24FJ128GA010 |
So, is there any solution others than I change my compiler?
bcos I'm stuck here....  |
Topic: Problem with array when using PIC24FJ128GA010 |
mcdnkfc
Replies: 6
Views: 7535
|
Forum: General CCS C Discussion Posted: Tue Jan 12, 2010 1:38 am Subject: Problem with array when using PIC24FJ128GA010 |
Hi all, I'm using PIC24FJ128GA010, and compiler ver4.088.
Here is the problems:
#include <24fj128GA010.h>
#fuses HS,PR_PLL // Crystal HS, 4xPLL
#fuses NOIESO // No 2-speed Start ... |
|