Author |
Message |
Topic: Read multiple channels MCP3424 |
khwoo
Replies: 4
Views: 14088
|
Forum: General CCS C Discussion Posted: Sun Oct 23, 2011 7:13 pm Subject: Re: Read multiple channels MCP3424 |
Can the above code be applicable to PIC24HJ128GP206?
Does the above code allow MCP3424 to read 18 bits through 4 channels / Microchip PIC store the data in the registers? |
Topic: Need help in MCP3424 read 18 bits and store in register |
khwoo
Replies: 2
Views: 6073
|
Forum: General CCS C Discussion Posted: Sun Oct 23, 2011 7:16 am Subject: Need help in MCP3424 read 18 bits and store in register |
Hi,
I am in the trouble of writing a code for
MCP3424, ADC chip reading 18 bits through its 4 channels.
Microchip PIC24HJ128GP206 sends commands, receive and store the data in its registers.
... |
Topic: Read multiple channels MCP3424 |
khwoo
Replies: 4
Views: 14088
|
Forum: General CCS C Discussion Posted: Wed Oct 19, 2011 8:37 pm Subject: MCP3424 read 18 bits and send to PIC24HJ128GP206 |
I saw the previous reply on the above topic.
And now I am doing the same thing which is
- to issue address/commend to MCP3424
- how the 18 bit data is read from MCP3424 to PIC24HJ128GP206
Sa ... |
Topic: PIC16f877a Timer and interrupt problem |
khwoo
Replies: 4
Views: 11212
|
Forum: General CCS C Discussion Posted: Thu Jul 02, 2009 3:46 am Subject: Problem on ccs compiler ver. 4.068 code |
#include <16f877a.h>
#use delay (clock = 20000000)
#fuses NOWDT,NOPUT,HS,NOPROTECT
#include <LCD.C>
#define INTS_PER_10SECOND 153 // (4000000/(4*256*256*0.1)& ... |
Topic: PIC16f877a Timer and interrupt problem |
khwoo
Replies: 4
Views: 11212
|
Forum: General CCS C Discussion Posted: Wed Jul 01, 2009 6:12 am Subject: PIC16f877a Timer and interrupt problem |
I am doing a programming on a rpm (revolution per minute) counter for a toy car. When an IR sensor signal input to the PIC, interrupt will be enabled and timer 0 will started to count the rpm and disp ... |
Topic: Display RPM from an IR sensor to LCD |
khwoo
Replies: 7
Views: 10268
|
Forum: General CCS C Discussion Posted: Mon Jun 08, 2009 7:59 pm Subject: Display RPM from an IR sensor to LCD |
1. Put your questions in other part of forum.
2. We can, but you have to do your part of work too, and when in doubt post the question here...
So to help you on theoretical approach:
To measur ... |
Topic: Display RPM from an IR sensor to LCD |
khwoo
Replies: 7
Views: 10268
|
Forum: General CCS C Discussion Posted: Sun Jun 07, 2009 4:42 am Subject: Display RPM from an IR sensor to LCD |
1. Put your questions in other part of forum.
2. We can, but you have to do your part of work too, and when in doubt post the question here...
So to help you on theoretical approach:
To measur ... |
Topic: Display RPM from an IR sensor to LCD |
khwoo
Replies: 7
Views: 10268
|
Forum: General CCS C Discussion Posted: Sun Jun 07, 2009 4:40 am Subject: where and what to program? |
#include <16F877A.H>
#fuses HS,NOWDT,NOPROTECT,NOLVP
#use delay(clock=20000000)
#include <lcd.c>
void main(){
lcd_init();
lcd_putc("\f ... |
Topic: Display RPM from an IR sensor to LCD |
khwoo
Replies: 7
Views: 10268
|
Forum: General CCS C Discussion Posted: Sun Jun 07, 2009 3:45 am Subject: Display RPM from an IR sensor to LCD |
Hi all!
Can anyone help me in programming to display rpm in LCD from an IR sensor? I am using PIC16f877a.
Thanks. |
Topic: Urgent!! facing problem PIC 18f2550 |
khwoo
Replies: 5
Views: 4011
|
Forum: General CCS C Discussion Posted: Wed May 27, 2009 4:49 am Subject: Urgent!! facing problem PIC 18f2550 |
...Oh I see, so who can help me?
No, I don't think you do see. This forum is composed of volunteers. The way to get volunteers to help you is to make it as easy as possible for them to help you. T ... |
Topic: Urgent!! facing problem PIC 18f2550 |
khwoo
Replies: 5
Views: 4011
|
Forum: General CCS C Discussion Posted: Tue May 26, 2009 7:08 pm Subject: Urgent!! facing problem PIC 18f2550 |
You mean aside from the fact it has two "main" routines, and can never work therefore.....
Best Wishes
Oh I see, so who can help me? |
Topic: Urgent!! facing problem PIC 18f2550 |
khwoo
Replies: 5
Views: 4011
|
Forum: General CCS C Discussion Posted: Tue May 26, 2009 2:13 am Subject: Urgent!! facing problem PIC 18f2550 |
Can anyone check for me the code below:
#include <18F2550.h>
#fuses HSPLL,NOWDT,NOPROTECT,NOLVP,NODEBUG,USBDIV,PLL3,CPUDIV1,VREGEN
#use delay(clock=48000000)
#define USB_HID_DEVICE ... |
|