Tag: Electronics

  • Arduino Flickering Candle

    Update December 24, 2013: Mokus refined his code so that the distribution is now well-behaved (nearly normal) and the PSD no longer turns up at high frequencies). The plots and post have been updated to reflect this change. He will push code to the same link as available. In my previous post on Candle Flame…

  • Candle Flame Flicker

    For a project I wanted to make an LED flicker like a candle. I searched for the signal statistics of candle flicker, and I found no data. One student web site suggests that candle flame flicker is a 1/f-type random signal with roll-off of 20 dB per decade increase in frequency. Similar processes are typical…

  • That Noisy Fan–Calibrated Measurement

    I am working with the freetronics microphone module, which is described as having a sensitivity of “-40 dB typical”—let us assume it is dB (SPL) referenced to 20 micropascals root mean square (rms) at 1 KHz. When I think of an electronic element’s sensitivity, though, I’m thinking volts per micropascal and this is not provided.…

  • Arduino Analog Sample Rate

    The Arduino Uno is not the ultimate signal processing machine, but it can do some light duty work on burst data. I had trouble finding the maximum sample rate the Uno can support, which is totally critical for most kinds of work. With native prescale Samples, type casts into floats, and stores in an array…

  • Does the Bathroom Fan Do Anything?

    Other than make noise, that is. I built the most recent version of my Arduino-based data logger (the RIMU), and was looking for something to log. I’ve had this question for many, many years—does the bathroom fan actually do anything? It makes noise, deafening Niagara falls thundering noise. The mirror still gets foggy, though, and…

  • Refigured Data Logger

    The RIMU data logger I built last year received a major upgrade. I added a sound pressure level meter to learn how noisy it is and updated the case to make the switches easy to find, label, and operate. It took a long time to get it working, mainly because I forgot that using the…

  • RIMU Calibration

    I turned the freezer up to 7. I’m sure yours goes to 11, but I am not so lucky. After being turned up to 7, the resulting mean temperature is still too high at 18.8°F. And with that, we bid adieu to our refrigerator. It is around 20 years old—no way to be sure, and…

  • Freezer Swan Song

    The last few weeks our ice cream sandwiches have been awful. I’m throwing away ice cream sandwiches, and I’m only marginally pickier than my dog. They’ve been gummy, almost squishy. We have been suspicious of the refrigerator since we smelled a hot electric odor—like burning dust. I monitored the fridge with the RIMU, and it…

  • Heat Less with Better Blinds?

    Evidence is mounting that closing the blinds can reduce the rate of heat decline—at least when the wind is mostly still. The figure compares the heat loss rate to the indoor-outdoor contrast. Higher rates are bad. Closing the blinds keeps reduces the temperature loss rate by about 0.1 degree F/hour. Integrate that loss rate over…

  • Estimating the Home’s Heat Loss Rate

    I’ve been collecting various sets of data with my Arduino-based RIMU.1 environmental data logger. In particular, I have seven nights worth of overnight records showing both indoor and outdoor temperatures. The data were all taken with the recorder in the same locations. Some nights are contiguous, but the 7-night set spans about 10 days. The…