Thank you for reading
Just need to get the quiescent current down whist in sleep mode. Currently seeing around the 2mA mark.
I am hoping we can get it lower than that…?
Thank you for...
Type: Posts; User: andybarrett1; Keyword(s):
Thank you for reading
Just need to get the quiescent current down whist in sleep mode. Currently seeing around the 2mA mark.
I am hoping we can get it lower than that…?
Thank you for...
FOR / NEXT Instruction worked…
One Cycle of my loop takes a .5 Seconds so :-
Timeout = 0 to 240
Code…
………..
Next Timeout
GOTO Label
Idea in the night of using a FOR / NEXT loop with a IF / THEN / GOTO
Easy Fix ??
Wil try later !!!
Just had a play with this….
Sorted a few problems out around the sleep…. Still got issues jumping out of the main loop to go to sleep…But the sleep works !!
Missed this...
Thanks TABSoft..... Will try later.
Let you know how I get on
BR
Andy
Hello again...
Have put together some code as I see it... :-
' Name : PI.pbp
' Compiler : PICBASIC PRO Compiler 2.5
' Assembler : MPASM
' Target PIC : PIC16F628A or similar...
Hi thank you for reading…
Using a 16f818/819
I am attempting to put something together that is asleep most of the time and only wakes up for a minute or so to read a display when a button is...