You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm doing something similar on nodeMCU and Maverick ET-73 probe.
Only 1 probe and sampling for now.
I used same resistor 22kOhm, and same coefficient and approach, but i'm struggling on scale resistor probe and coefficients...
Can you clarify why here:
SumTemp += (int) (maverick_temp((ads1015.readADC_SingleEnded(analogpin) * 0.003 / voltage) * 1023));
you adjust reading with ... * 0.003 / voltage) * 1023)
instead of go directly the analogpin read value? In the end having 3.3v it's adjusted of 0,93 but i don't understand why.
thanks
The text was updated successfully, but these errors were encountered:
Hi,
I'm doing something similar on nodeMCU and Maverick ET-73 probe.
Only 1 probe and sampling for now.
I used same resistor 22kOhm, and same coefficient and approach, but i'm struggling on scale resistor probe and coefficients...
Can you clarify why here:
SumTemp += (int) (maverick_temp((ads1015.readADC_SingleEnded(analogpin) * 0.003 / voltage) * 1023));
you adjust reading with ... * 0.003 / voltage) * 1023)
instead of go directly the analogpin read value? In the end having 3.3v it's adjusted of 0,93 but i don't understand why.
thanks
The text was updated successfully, but these errors were encountered: