Nixie Thermometer Destined For Custom PC Case

There’s no denying the retro appeal of the warm glow of a set of Nixies, and when a friend was looking for a unique touch for the case of his new liquid-cooled PC, [Luca] pitched in with this sweet Nixie thermometer.

From the look of [Luca]’s detailed blog entries, he’s been at this build since the New Year. He starts with a list of requirements, including the oddly specific need for a round PC board. For the thermometer, three Nixies are enlisted for the display, two for the temperature and one for the units. Everything was prototyped on perf board before committing to a PCB design, but even with careful planning, the Nixie sockets on the final PCB came out a tiny bit too close together. Luckily the tubes still fit, even if they are snuggled together some. And yes, the tube bases all include the hated RGB LEDs – hey, it’s what the customer wanted. The specs are for the colors to change at the touch of a button; we’d like to see a color gradient linked to the temperature – blue for “nice and cool”, red for “leave the room.” You can see the finished thermometer in action below the break.

The recent run of Nixie projects continues unabated, and this one has a nice look that’s sure to complement the finished case. We’ve asked [Luca] to keep us up-to-date on the project, so hopefully we’ll get a look at why a round PCB is needed. While we wait for that, check out an earlier Nixie thermometer build with a bar graph twist.

Continue reading “Nixie Thermometer Destined For Custom PC Case”

BBQ Thermometers Get Serious

You can write with a fifty cent disposable pen. Or you can write with a $350 Montblanc. The words are the same, but many people will tell you there is something different about the Montblanc. Maybe that’s how [armin] feels about meat thermometers. His version uses a Raspberry Pi and has a lengthy feature list:

  • 8 Channel data logging
  • Plotting
  • Webcam (USB or Raspicam)
  • Alarms via a local beeper, Web, WhatsApp, or e-mail
  • Temperature and fan control using a PID
  • LCD display

You can even use a Pi Zero for a light version. There’s plenty of information on Hackaday.io, although the full details are only in German for the moment. As you can see in the video below, this isn’t your dollar store meat thermometer.

Even though a disposable pen does the same job as a Montblanc, most of us would rather have a Montblanc (although Hackday would have to hand out some pretty steep raises before we start using the Meisterstück Solitaire Blue Hour Skeleton 149).

We might have done more with an ESP8266 and then done more work on the client, but we have to admit, this is one feature-packed thermometer. We’ve seen simpler ones that use Bluetooth before, along with some hacks of commercial units.

Continue reading “BBQ Thermometers Get Serious”

Vintage Microammeter Now Tells Temperature

[Craig] sent in this tip about a simple hack he built to convert an old analog micro-ammeter into a thermometer using a few parts. There’s a certain charm to retro analog meters, and there was enough space inside the old meter to accommodate the tiny breadboarded circuit and the three AA batteries to convert it into a cool looking centerpiece which is useful too!

He used the 3-pin MCP9700 analog temperature sensor connected to a LTC1541 – a combined comparator, op-amp and band gap reference voltage all rolled into one package. The thermometer displays 1uA per degree Celsius, has an output of 1mV per degree Celsius for external temperature monitoring / data logging, and draws just about 20uA. While the build itself is pretty simple, [Craig] took the time to walk through every design decision he made in the video after the break. This starts with the design for his circuit, and  moves on to the selection of parts and their values. The video is a must-watch for anyone wanting to learn more about precision op-amp based designs.

The three batteries will drain over time, and a circuit like this one requires a stable reference voltage. That is taken care by the bandgap reference voltage from the LTC1541. This eliminates the use of additional voltage regulators, and allows the circuit to work from 4.5V down to about 3.3V. Check the video after the break to listen to [Craig] describe how it works. We’re not sure how quickly it responds to changes in ambient temperature since the sensor is enclosed inside the meter, so maybe some vents at the back, or bringing out the sensor might be a good idea.

Continue reading “Vintage Microammeter Now Tells Temperature”

Reverse-Engineering A Wireless BBQ Thermometer

[Bob] has his own smoker and loves to barbecue, but doesn’t like spending all day checking on his smoker’s temperature. He thought about building his own wireless thermometer setup, which would have been pretty awesome, but then he had a better idea: why not hack an existing wireless barbecue thermometer? [Bob] purchased an off-the-shelf wireless BBQ thermometer and reverse-engineered its wireless protocol to make his own wireless thermometer setup.

The first problem [Bob] encountered was figuring out the frequency of the transmitter. Thankfully [Bob] had access to a spectrum analyzer, where he discovered the transmitter was running at 433.92MHz (a cheap RTL-SDR dongle would also get the job done). Next, [Bob] started digging into the manufacturer’s FCC filings and found that it actually called out the transmit frequency, which matched the transmit frequency he measured. He also found a ton of other helpful information in the filing, like a block diagram and full transmitter schematic.

[Bob] used a Radiometrix RF module to receive the thermometer’s signal. He hooked up the output to his logic analyzer to start decoding the protocol. After a quick visual analysis, [Bob] found that the signal was a preamble followed 13 bytes of Manchester-encoded data being transmitted at 2kbps. He started collecting data with known temperatures, created a table of the data, and began looking for patterns. After quite a bit of searching [Bob] was successfully able to find and parse the temperature values out of the data stream. [Bob] did a great job of documenting his process and results, so check out his writeup if you want to try it out yourself.

Modular Arduino Based Infrared Thermometer

IRTemperature

[Brian] started out with a clear and concise goal, “allow a regular human to associate an audible tone with a temperature from an infrared contactless thermometer.” With his latest project, the ESPeri.IRBud, he has achieved this goal.

One of our favorite parts of [Brian’s] post is his BOM. Being able to easily see that the IR temperature sensor costs $26 at DigiKey is unbelievably helpful to readers. This specific sensor was chosen because others have successfully interfaced it with the Arduino. Not having to reinvent the wheel is good thing! For the build, [Brian] decided to hook up the IR temperature sensor to a re-purposed flexible iPhone headset wire. Having used headphone sockets to connect to the sensor and speakers, the actual device is quite modular. Hearing this thing in action is quite cool, it almost sounds like old-school GameBoy music! Check it out after the break.

Have you used an IR temperature sensor in one of your projects? Let us know.

Continue reading “Modular Arduino Based Infrared Thermometer”

Building A Tool To Measure Melting Point

melting-point-apparatus

When working with chemical reactions it may be necessary to test the purity of the components you’re using. This is especially true with hobby chemists as they often acquire their raw materials from the hardware store, garden center, or pool supply. [Ken] figured out how to get around the $500 price tag of a commercial unit by building this DIY melting point test apparatus.

In this image he’s using a thermocouple to monitor the temperature of the melting surface, but mentions that you can do this with an inexpensive dial thermometer and will still have great results. That melting surface is the hexagonal head of a bolt which he drilled out to provide a concave surface for the test compound. Inside the PVC pipe is the heating element from a 40W hot glue gun. He wrapped it in fiberglass fabric which is sold in the plumbing supply to protect the area around pipe joints during soldering. The rotary light dimmer feeds the electricity to the element, allowing for adjustments to the ramping speed.

Nixie Tube Thermometer

nixie_therm

After seeing a picture of a thermometer using a bargraph style nixie tube in place of a mercury column, [Juergen Grau] decided he wanted to build his own. Dubbed the “Nixietherm”, his replica looks even better than the original. He used an IN-9 Nixie tube mounted on top of a custom plastic case, all powered by a 5v USB connection. He points out that his version does not use a PIC or any other sort of processor – it is built entirely from analog circuits. There are some RGB LEDs embedded in the plastic case that make for a cool effect, but they seem to simply cycle through the colors rather than represent how warm or cold the temperature is at any given time.

[Juergen] does not give a lot of details regarding the build as far as PCB layout or a parts list is concernred, but most of that can be extrapolated from the wiring schematic he provided. He also mentions that he will be making kits available in the near future. Be sure to keep reading to see the thermometer in action.

Thanks [Brian]

Continue reading “Nixie Tube Thermometer”