Greetings Richard,
thank you so much for your time. Your code looks impressive.
There are lots of bits that I don't understand yet but it's great because I like to learn.
Will study your code...
that's it
just to keep my hand in i made this, one with the lot [ slight differences in led pins]
#CONFIG
CONFIG OSC = IRCIO67 ; Internal oscillator block, port function on RA6 and...
Greetings Richard,
sorry for the late reply... Been busy lately...
Will check all your suggestions, thanks for that.
Just one question regarding this one: "alias your leds to lat regs not...
ABS reading times 2.5uV divided by 100. Is current in uAmps.
ABS readings time 25 is current in nA. If I didn't make some mistake...
EDIT: max current is 0.84mA...
I think your resistor is too...
Post your code, your PIC, your setup, maybe a video too.
Ioannis
Oh, man! You put a lot of work and effort into this, right? And I am sure you have the longest list of parts!
I wonder when I will organize my stuff too. Have less parts but in any case it is good...
maybe you mean
while(1){
LATAbits.LATA4=1;
_delay(1000000);
LATAbits.LATA4=0;
_delay(1000000);
}
while(1)
just a few comments
trying to capture a serial stream with a bit-banged routine triggered from an isr is difficult to make reliable far better to use the eusart module.
to reset rbcif flag you...
Re: ina226 code for current with r100 resistor
What value is appropriate for the CALIBRATION number in the settings?
raywmson Today, 11:38