Public Lab Research note


Mini Pearl Jam

by cfastie | July 01, 2017 05:00 01 Jul 05:00 | #14598 | #14598

Above: Some perfectly good resistors that I removed from some perfectly good PCBs in hopes of lowering the sleep current of the Mini Pearl Logger.

Today I deployed the Mini Pearl Logger in the compost pile for the third time. The first two times the batteries did not last very long (Table 1), so I am continuing to apply the modifications that Ed Mallon has perfected in his Cave Pearl Project.

Table1longevity.PNG

The first two deployments used a microSD card board suitable for either 3.3 or 5 volt operation. That flexibility requires a voltage regulator and a level shifter on the board which makes it hard to sleep the board at low current between data logging events. So I bought some new boards and followed Ed's instructions to remove three resistors which draw current unnecessarily.

mini_20170630-9789.JPG
Above: The original microSD card board (left) and the new one which operates only at 3.3 volts (right). The new board has had three resistors removed.

Resistors were also removed from the Arduino Pro Mini and real time clock (RTC) boards. This disabled the LEDs on those boards which are not needed for long term unattended deployments. I was hopeful that these modifications would allow the Mini Pearl logger to last for many weeks on four AAA batteries.

mini_20170630-9731.JPG
Above: The Mini Pearl Logger is inside the Nalgene bottle and four sensors are outside the bottle. The wires pass through KAPtery Hull Penetrators so the Mini Pearl and battery case are weatherproof. The 70 cm PVC tubes are inserted into the compost pile and a MCP9808 sensor is slid to the bottom of each tube. A BME280 sensor for barometric pressure, temperature, and humidity collects data about ambient conditions.

If the logger lasts a long time, I will have to wait a long time to find out how long long is. So I tried to learn how to use a multimeter to measure the actual sleep current of the logger. The sketch uses a low power library to put the Pro Mini to sleep, and the SD card should sleep when the Pro Mini does. Ed says these components should sleep with less than 0.25 milliamps of current.

mini_20170630-9719.JPG
Above: This compost pile was built a month ago and stayed hot for about three weeks. Before I inserted the temperature sensors this time, I turned the pile which entailed moving the pile's wire mesh enclosure next to the pile and forking the pile back into the enclosure. In the process I added some more of the winter rye and hairy vetch cover crop.

The results I got from trying to measure the sleep current of the Mini Pearl were a little disappointing but nonetheless revealing. The lowest current I measured was three times higher than the 0.25mA I was hoping for. But the current was dependent on things I didn't think it would be (Table 2).

Table2amperage.PNG

I was warned that the size of the microSD card would make a difference, and it did. I confirmed Ed's advice to use cards smaller than 4GB unless they are Muve Music cards. I did not expect that having sensors connected to the logger would make a big difference. When the sketch uses a sensor that sensor gets initialized and powered up. Some sensors can be explicitly put to sleep between uses, but that was not happening here. So the sleep current of just a logger is not always the same as the sleep current of a logger with sensors.

mini_20170630-9740.JPG
Above: Film vials cover the tops of the PVC tubes to keep rain out. Tape secures the vials and I hope discourages ants which laid lots of eggs in the tubes last time.

Even more surprising was the result that even when the sketch does not initialize the sensor, its presence increases the sleep current. So to get the sleep current as low as possible (0.7mA) I had to remove the sensors from the logger. That makes the logger somewhat less useful.

Aside from all the fascinating things I'm learning, the key finding is that the Mini Pearl Logger is not sleeping as deeply as it probably should be. I don't have any good ideas about what to try next other than to find out if I am using the multimeter correctly, and maybe whether having the wrong fuse in it makes a difference (the 250mA fuse in it was blown and nobody in Vermont seems to have anything smaller than 500mA).

At least I finally got the compost pile turned.

Here is the sketch running in the compost pile: Mini_3MCP9808_0.4depy.txt


I did this Help out by offering feedback! Browse other activities for "mini-pearl-logger"


People who did this (0)

None yet. Be the first to post one!


2 Comments

I checked on the Mini Pearl logger in the compost pile today and swapped SD cards. It was still logging after 7.5 days, so that's a new record. I need to start using the compost, so I removed some of it to spread on the garden. The rest of it I mixed with fresh grass clippings and weeds I pulled from the garden. The sensors are back in the center of the pile and the Mini Pearl is logging again.

7daysJuly7.PNG
Above: Four temperature records from the Mini Pearl logger at the compost pile. Two sensors are in the center of the pile and one sensor is in the air next to the pile. The real time clock (RTC) is in a Nalgene bottle with the Mini Pearl logger. The logger is under a white styrofoam cooler, but it is in direct sunlight for several hours and apparently can get hotter than the official air temperature would.

I have not measured the sleep current of this logger with this array of sensors, so I don't know how long it might last on a set of four AAA eneloop batteries. I did not change the batteries today, so we might eventually get an answer.

Reply to this comment...


The Mini Pearl Logger in the compost pile stopped logging today when the battery voltage dropped too low. Four AAA eneloops ran the logger for 13.5 days. The logger was reading three MCP9808 sensors and one BME280 sensor and saving to microSD card every ten minutes. Almost 2000 logging events were recorded.

2wksCompost.PNG
Above: Temperature data from a Mini Pearl Logger in a compost pile. Two MCP9808 sensors were near the center of the pile and close together for the first week, and then about 6" apart. The pile was turned at the beginning and again after the first week. Some winter rye and vetch were added during the first turning, and fresh weeds and grass clippings were added during the second turning. The weeds and grass clippings apparently supplied a lot more nitrogen and supported a lot more bacterial activity.

TableSleepCurrent.PNG

I measured the sleep current when I brought the logger inside (Table 1). It should be possible to get the sleep current of this logger as low as 0.25mA, although different sensors apparently add different amounts to this current. So the 2.3mA I measured is not a great result. I am still not sure what to try next to reduce the power draw. I was hoping to avoid the more esoteric measures like storing the data in a memory buffer for several days to reduce the number of times data has to be written to the SD card (waking up the SD card uses lots of power). But I might be running out of options.

Reply to this comment...


Login to comment.