Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Forever? it shouldn't ever rise past 6V.proteus does it well the f=voltage seems to forever rise. Even when i lower the rate at which i pulse..
A 555 timer doesn't have a rail-rail output, so unless you use a CMOS version you'll need to increase the number of multiplier stages; but otherwise, yes you could use a 555.Im assuming i can use this meathod and when i find a suitable speed i can use a cheap 555 timer to accomplish the same speed (pulse) and control it with that....
heh but i have to pules it constant which will require hardware PWM or software but will kill the power when i have to do another task.
org 4 ; the ISR
btfsc PORTB,0
goto $+3
bsf PORTB,0
reti
bcf PORTB,0
reti
at 10mS pulsing it rises to 6.45v in less than a second and stays from 6.43v-6.47v
Don't think that obeys the laws of physics. Check your circuit.