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.
Glow3Nau said:to a positive one with 0 gain?
**broken link removed**
TEMPINREAD:
OWOUT TEMPIN,1,[$CC,$44]
HIGH TEMPIN
PAUSE 10
OWOUT TEMPIN,1,[$CC,$BE]
OWIN TEMPIN,0,[TEMPDATA.LowByte,TEMPDATA.HighByte,SKIP 7]
tSign = SIGN ' save sign bin
IF TSIGN=1 THEN
TEMPDATA = $FFFF-TEMPDATA
TEMPDATA = TEMPDATA + 1
ENDIF
TEMPDATA = TEMPDATA/16
RETURN
Hi Eric,
I get :-
"DS18S20 Testing"
"DS=+ 25.50 C' "
Warm in my shed eh!
So is that running in the background? i Noticed you are reading on B0, had me puzzled for a while.
I assume you are planning on using RB1 for the fan power? I was thinking a darlington npn as the fan is about 300mA at 5v. I did have a thought about PWM linked to the temperature but it does seem a bit of a job just to cool the unit.
Al