Author |
Message |
Topic: AD7705 not reading full 16 bits ? |
ac34856
Replies: 10
Views: 13876
|
Forum: General CCS C Discussion Posted: Wed Mar 24, 2010 1:25 pm Subject: Fixed .. well sort of |
Just in case anyone wondered what the outcome was, .. simple .. as I couldnt get it to read above 30,000 just multiply the output by 2 and add or subtract 1 periodically ..
Cheating yes but noone w ... |
Topic: AD7705 not reading full 16 bits ? |
ac34856
Replies: 10
Views: 13876
|
Forum: General CCS C Discussion Posted: Sun Mar 14, 2010 10:42 am Subject: AD7705 not reading full 16 bits ? |
Well it sounds like I need to get reading again.
thanks |
Topic: AD7705 not reading full 16 bits ? |
ac34856
Replies: 10
Views: 13876
|
Forum: General CCS C Discussion Posted: Sun Mar 14, 2010 7:55 am Subject: AD7705 not reading full 16 bits ? |
Postscript:
I believe that the AD7705 internally disconnects the input when it does
a zero calibration so assuming this is correct it shouldnt matter whats going on with the input pins so long as th ... |
Topic: AD7705 not reading full 16 bits ? |
ac34856
Replies: 10
Views: 13876
|
Forum: General CCS C Discussion Posted: Sun Mar 14, 2010 7:53 am Subject: AD7705 not reading full 16 bits ? |
Well I see your point if it were working in bipolar mode but alas it isnt
working in offset binary format so I think the issue with the mode is that the mode command definitions must have an error - ... |
Topic: AD7705 not reading full 16 bits ? |
ac34856
Replies: 10
Views: 13876
|
Forum: General CCS C Discussion Posted: Sat Mar 13, 2010 6:19 am Subject: AD7705 not reading full 16 bits ? |
Apology for posting a similar thread.. running to a deadline I'm afraid and didnt think to check.
I changed the mode between BIPOLAR and UNIPOLAR but didnt get
anywhere incidentally .. but it app ... |
Topic: AD7705 not reading full 16 bits ? |
ac34856
Replies: 10
Views: 13876
|
Forum: General CCS C Discussion Posted: Fri Mar 12, 2010 11:28 am Subject: AD7705 not reading full 16 bits ? |
I'm back to the AD7705 which has been the only glitch with my design.
The following code reads back 22547 at 2.45V with a 2.5V reference in
unipolar mode and somewhere near 23100 at 2.49V. I seem to ... |
Topic: AD7705 Conversion time (sigma-delta ADC) |
ac34856
Replies: 4
Views: 7049
|
Forum: General CCS C Discussion Posted: Fri Mar 12, 2010 11:24 am Subject: AD7705 Conversion time (sigma-delta ADC) |
Yes but I was wondering whether there is some buffering setting or combination that would improve things. As per usual the gremlins have gone away and its working (mostly) correctly now. |
Topic: AD7705 Conversion time (sigma-delta ADC) |
ac34856
Replies: 4
Views: 7049
|
Forum: General CCS C Discussion Posted: Fri Mar 12, 2010 5:32 am Subject: AD7705 Conversion time (sigma-delta ADC) |
It gets slower as the input voltage increases ... very annoying.
It also locks up and the frequency with which it locks up depends
on the level of the input voltage.
At present my code forces a r ... |
Topic: AD7705 Conversion time (sigma-delta ADC) |
ac34856
Replies: 4
Views: 7049
|
Forum: General CCS C Discussion Posted: Thu Mar 11, 2010 12:24 pm Subject: AD7705 Conversion time (sigma-delta ADC) |
I've been testing a design with an AD7705 ADC using the standard bit banged CCS driver code.
I noticed that as the DC voltage to the ADC goes up the conversion speed
drops dramatically by a factor ... |
Topic: Code for getch() |
ac34856
Replies: 3
Views: 4693
|
Forum: General CCS C Discussion Posted: Tue Feb 23, 2010 12:56 pm Subject: Code for getch() |
I'd like to modify the code for getc() or getch() or getchar().
Is this defined somewhere, I cant find it ? |
Topic: Watchdog timer doesn't turn off 18F4620 PIC |
ac34856
Replies: 2
Views: 7464
|
Forum: General CCS C Discussion Posted: Wed Feb 17, 2010 10:37 am Subject: Watchdog timer doesn't turn off 18F4620 PIC |
Thanks .. that is an excellent piece of information ! |
Topic: Watchdog timer doesn't turn off 18F4620 PIC |
ac34856
Replies: 2
Views: 7464
|
Forum: General CCS C Discussion Posted: Tue Feb 16, 2010 9:44 am Subject: Watchdog timer doesn't turn off 18F4620 PIC |
I'm having trouble getting the WDT to turn off. The following code
runs but the line setup_wdt(WDT_OFF) doesnt work - in other words the WDT still runs. I would also like to dynamically change the W ... |
Topic: AD7705 (again) Max value reading 31806 (0x7c3f) |
ac34856
Replies: 1
Views: 4165
|
Forum: General CCS C Discussion Posted: Fri Feb 05, 2010 9:54 am Subject: AD7705 (again) Max value reading 31806 (0x7c3f) |
I'm just wrapping up a job. The AD7705 Zeroes itself but the offset required for zero volts is 0.45V and after this the maximum output I can get in UNIPOLAR mode is 31807 (0x7c3f).
I'd like it to z ... |
Topic: AD7705 Reading 26922 at Zero volts ??? |
ac34856
Replies: 2
Views: 5264
|
Forum: General CCS C Discussion Posted: Thu Feb 04, 2010 4:55 pm Subject: AD7705 Reading 26922 at Zero volts ??? |
Thanks again, I stuck the code in the program rather than as a separate
file as I read there were errors in the driver and I wanted to make sure it
wasnt loading a file from somewhere I didnt expect ... |
Topic: AD7705 Reading 26922 at Zero volts ??? |
ac34856
Replies: 2
Views: 5264
|
Forum: General CCS C Discussion Posted: Thu Feb 04, 2010 10:43 am Subject: AD7705 Reading 26922 at Zero volts ??? |
I've been testing an AD7705 and it works but value read at zero
volts wont display as zero but has an offset of around 26922.
I've tried the UNIPOLAR and BIPOLAR configurations with no
success. ... |
|