Well, using 3.3 seems to be steady. My water temp, as it is much cooler now, is staying at a 95 - 96F range.
I console.log(E.getAnalogVRef()); and the value fluctuates. Now I understand why I was getting those fluctuations as I mentioned earlier. I though getAnalogVRef() was a constant 3.3v, OOOOPS.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
@Gordon
Well, using 3.3 seems to be steady. My water temp, as it is much cooler now, is staying at a 95 - 96F range.
I
console.log(E.getAnalogVRef());
and the value fluctuates. Now I understand why I was getting those fluctuations as I mentioned earlier. I though getAnalogVRef() was a constant 3.3v, OOOOPS.