Wiring for Temperature Probe
-
- Member
- Posts: 3
- Joined: Thu Sep 26, 2019 6:59 pm
- Division: C
- State: NY
- Has thanked: 0
- Been thanked: 0
Wiring for Temperature Probe
Since the temperature probe has to be submerged in water, I'm not sure if there'll be electrical interference while the wire is submerged or if the difference would be significant enough. What would be the most optimal insulated wiring to be used in this case? I plan to use a TMP36 analog temperature sensor with a 10mV/°C scale factor (according to its data sheet). Also, would heat shrink with adhesive, along with clear nail enamel be sufficient enough for waterproofing the entire sensor?
2019 - Astronomy, Circuit Lab, Code Busters, Mousetrap Vehicle
2020 - Chemistry Lab, Circuit Lab, Code Busters, Detector Building
I'm not very active, so I apologize in advance if I don't respond to any private messages or replies
2020 - Chemistry Lab, Circuit Lab, Code Busters, Detector Building
I'm not very active, so I apologize in advance if I don't respond to any private messages or replies
-
- Member
- Posts: 170
- Joined: Thu Mar 16, 2017 3:34 pm
- Division: C
- State: CA
- Has thanked: 0
- Been thanked: 2 times
Re: Wiring for Temperature Probe
When we used it in the mission possible, we just heat shrunk half of the sensor head. No water got in.
This time, need to test in warm water.
This time, need to test in warm water.
Re: Wiring for Temperature Probe
At the competition are we allowed to use TMP 36, because the sensor has to be non-programmable and I thought TMP 36 was pre-programmed?
-
- Member
- Posts: 111
- Joined: Tue Jul 31, 2018 2:07 pm
- Division: C
- State: CA
- Pronouns: She/Her/Hers
- Has thanked: 6 times
- Been thanked: 22 times
Re: Wiring for Temperature Probe
according to the SO, TMP36 are legal analog sensorspranayramaswamy wrote: ↑Mon Oct 21, 2019 3:41 pm At the competition are we allowed to use TMP 36, because the sensor has to be non-programmable and I thought TMP 36 was pre-programmed?
-
- Member
- Posts: 170
- Joined: Thu Mar 16, 2017 3:34 pm
- Division: C
- State: CA
- Has thanked: 0
- Been thanked: 2 times
Re: Wiring for Temperature Probe
I played with TMP36 with Arduino Due for. a while.
It outputs different voltages between USB power Arduino and 9V battery power Arduino. After all kinds of testing, we found power TMP36 from a separate power supply solved the problem.
The root cause is still not clear, we may need to borrow a scope to look at the power and output of TMP36.
Setup:
TMP36 with 0.1u capacitor between Vs and Gnd, powered by 3.3v from Arduino Due or 3.9v from 3AA Batteries.
1602 i2c LCD display on 5V power from Arduino.
Jinhu
It outputs different voltages between USB power Arduino and 9V battery power Arduino. After all kinds of testing, we found power TMP36 from a separate power supply solved the problem.
The root cause is still not clear, we may need to borrow a scope to look at the power and output of TMP36.
Setup:
TMP36 with 0.1u capacitor between Vs and Gnd, powered by 3.3v from Arduino Due or 3.9v from 3AA Batteries.
1602 i2c LCD display on 5V power from Arduino.
Jinhu