- Joined
- Apr 16, 2016
- Messages
- 9,848
- Reaction score
- 17,081
- Location
- Pleasant Hill, Concord
- What state or country do you live in
- California
I would refrain from using normal plastic, they are known to create gas under salt water (dont know how big of a risk it is). Digital temperature probe wont work with my current code, it assumes 3 wire ds18b20 probes, which gives temperature directly. The two wire probe that you have salvaged needs quiet a bit of additional work, I am not sure about the exact details, but last time I used one I went with these:Temp controller is looking good mate, I can see your wood work is getting better as well with each one you do
I may have missed it, but which temp probe did you end up going with? I have tried to find a "salt waterproof" DS18b20 but I have only been able to find metal ones. I also cut the temp probe off of a spare digital thermometer that I have as it had a plastic covered probe but it only has 2 wires, would that be an issue?
I was thinking worst case I could get a DS18b20 and put some heat shrink plastic tube around the probe. But I don't know how well that would waterproof it. Silicone is a good idea, and it is good to hear that it doesn't cause issues with the temp reading as that was another concern I had with heat shrink wrap and I thought it would have been even more of an issue with silicone.
1) it needs to be powered by 1.5v dc supply (the internal circuitry is coin cell powered)
2) The reading from the probe is not exact temperature, it returns a numeric value which represent the temperature, you have scale it or apply some equation to deduce the temperature. I was getting values from 770->840 with the one I had. It was varying in sam fashion as the actual digital thermometer reading. so I could detect high and low temperature, 78 F was like 810 from the sensor reading.
3) I had to use an analog to digital converter (mcp3008) to read the probe ..
There is very little documentation on how to use them for DIY stuff.. :-( . DS18b20 is pretty popular, widely documented, and linux kernel has device driver, so we dont need any of that with ds18b20.



