1

I am making a temperature sensor that can go in a freezer and I am trying to figure out what the best method is.

My research has taken me all over the place an I can't seem to find a straight answer. Some sites recommend using LiFePo4, while others say absolutely not, because it needs to be regulated.

One question I have is: could I use more voltage, say 6V from a series of batteries and connect it to the 5V pin since it is regulated, or is it better to go with an external regulator for the 3.3V pin with less voltage?

ocrdu
1,7953 gold badges12 silver badges24 bronze badges
asked Jan 22, 2021 at 15:54
8
  • For battery operation always use an external switching regulator (not an LDO regulator) to 3.3V. It will double your battery life over using the 5V pin. Also: will the whole thing be in the freezer? What temperature freezer? Commented Jan 22, 2021 at 16:00
  • Which ESP32 unit are you considering? Does it have an internal voltage regulator? Commented Jan 22, 2021 at 16:08
  • @Majenko, yes it is meant to be entirely in the freezer and the temp has been a consideration as well. Commented Jan 22, 2021 at 16:39
  • @DuncanC, I am using the ESP32 Dev KitC V4. It has an internal voltage regulator on the 5V pin, not the 3.3V, which is why I was wondering if it would be easier to use the 5V rather than messing with the 3.3V pin and needing a regulator Commented Jan 22, 2021 at 16:40
  • 1
    Before you get too carried away figuring out how you're going to power it with batteries you might see if you can even get a signal through your freezer walls at all. If you can't, it means your running wires anyway, maybe just a thermocouple wire. So far as I can tell, you are basically asking about putting a wireless device inside of a Faraday cage. Commented Jan 22, 2021 at 16:43

1 Answer 1

1

Since it is a freezer (operating temperature unknown) I am assuming it is connected to the mains why not do the same with the electronics. This will save you a lot work and time and when you find out it will not work in a Faraday cage as stated by timemage. Leave the sensor wire long enough to mount the electronics outside just in case. Also consider packaging, it will be cold, possibly below the operating range of some of the components requiring you to keep them warm (above minimum temperature). I would assume your freezer like ours has moisture concerns as ice will form when opened then removed by a defrost cycle. You will also have to protect for that. Then there is the operating temperature range of the batteries, are they capable of operating at your freezer temperatures. I would suggest you redefine your problem before starting the design, this process saves me a lot of grief.

answered Jan 22, 2021 at 21:55
2
  • Just wanted to let everyone know that I tested the signal and we had NO issues connecting to the WiFi from inside the freezer! Still looking for advice for a battery solution..... Commented Feb 1, 2021 at 20:10
  • I would recommended that the best type of battery for the freezer are the lithium variety. Keep in mind these are 100% disposable. So as much as I normally recommend rechargeable batteries for just about EVERY application, these are better for use in very cold sub zero temperatures. Commented Feb 2, 2021 at 2:23

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.