Author |
Message |
Topic: MPPT type boost /16f883/ programmation |
coyotte4845
Replies: 10
Views: 17689
|
Forum: General CCS C Discussion Posted: Fri Mar 17, 2017 8:41 am Subject: MPPT type boost /16f883/ programmation |
Yes.
However to get anything even remotely approaching 10bit accuracy, you need to be using an external Vref to the ADC. 2.2v min for the ADC (2.5v is a common value).
Why Telmah?
i can't use ... |
Topic: MPPT type boost /16f883/ programmation |
coyotte4845
Replies: 10
Views: 17689
|
Forum: General CCS C Discussion Posted: Fri Mar 17, 2017 4:28 am Subject: MPPT type boost /16f883/ programmation |
Ok TT, understood ;)
i will work with your remark, i come back.
A question about max4376, can i connect directly the output on adc input?
needed for a low pass filter?
thanks, |
Topic: MPPT type boost /16f883/ programmation |
coyotte4845
Replies: 10
Views: 17689
|
Forum: General CCS C Discussion Posted: Thu Mar 16, 2017 1:17 pm Subject: MPPT type boost /16f883/ programmation |
Hello,
Many thanks for your suggests and also for your honesty,
i'm beginner in langage C
please follow the modified code:
#include <16F883.h>
#device adc=10
#FUSES NOWDT ... |
Topic: MPPT type boost /16f883/ programmation |
coyotte4845
Replies: 10
Views: 17689
|
Forum: General CCS C Discussion Posted: Thu Mar 16, 2017 8:46 am Subject: MPPT type boost /16f883/ programmation |
Hello,
Can you help me with this code (16f883) ?
This code has to search for the mpp for a solar regulator type boost.
The PIC has a power supply fixed to 3v.
The pic has to measure 3 valu ... |
|