Public Lab Wiki documentation



Mini Pearl Logger

1 | 6 | | #14794

« Back to Data Logging

The Mini Pearl Logger is a powerful and inexpensive device for logging environmental data. It is based on an Arduino Pro Mini in combination with a real time clock and a microSD card reader. Combining these common electronic components allows logging data from multiple sensors for multiple months. Three different kits to build a Mini Pearl Logger are available at the KAPtery.

The Mini Pearl Logger Kit is a minimal version that requires soldering and runs a sketch that puts the logger to sleep between logging events to conserve battery power.

The Mini Pearl Pro Logger Kit includes a TPL5110 low power timer which turns the logger off between logging events and maximizes battery life.

The Mini Pearl Snap Logger Kit includes a TPL5110 timer, a BMP280 sensor, an FTDI converter, and snaps together with no soldering required.

FeatureTable.PNG

All three kits include a DS3231 real-time clock which has an integrated temperature sensor and timekeeping is automatically corrected for temperature. Data from this sensor can be read and logged. The Mini Pearl Snap Logger Kit includes an additional external sensor for barometric pressure and temperature, and many other sensors (including I²C, 1 Wire, and Grove) can be connected to any Mini Pearl Logger.

miniGo_20180107-2413.JPG
Above: The parts included in the Mini Pearl Snap Logger Kit. Everything needed to log temperature and barometric pressure for many months (except three AA batteries) is included. An FTDI converter (red) for connecting the logger to your computer is also included.

This logger is based on Ed Mallon's Cave Pearl Logger which uses a similar combination of components. Ed has done extensive testing to extend the field longevity to more than a year.

miniGo_20180107-2448.JPG
Above: An assembled Mini Pearl Snap Logger. The six components are connected with DuPont wires which slide onto header pins on the PCBs. It takes about 15 minutes to get one finished and logging data.

Parts

Primary components:

  • Arduino Pro Mini. Pro Minis are available on eBay from sellers in Asia for under $2.00. At US retailers prices are between $4.00 and $20.00. Pro Minis come in 3.3v and 5v versions, and the 3.3v version is required.
  • Adafruit TPL5110 Low Power Timer. Available from Adafruit for $4.95.
  • DS3231 real time clock. This module is available on eBay for about $1.20 or from US retailers for $4.00 to $15.00. Some DS3231 chips do not work at temperatures below 0°C, but these are not included in KAPtery kits.
  • 3.3 volt MicroSD card socket. These modules are available on eBay for less than $1.00. There are many different microSD card modules, and some are better at low sleep current.

Also required:

  • Battery or battery case for AA or AAA. The Mini Pearl Logger is a 3.3 volt device. Three alkaline batteries (3 x 1.5v = 4.5v) are adequate or four NiMH (4 x 1.2v = 4.8v). LiPo or LiPoly batteries (3.7v) are also good.
  • MicroSD card. Cards of 1 GB or smaller capacity are best if the logger will be slept (instead of turned off with a timer) because they tend to sleep better and at lower current.
  • CR2032 coin cell battery for real time clock.

Assembly

There are documents with guidance about assembling and getting started with the Mini Pearl Loggers at the KAPtery Guides page.

Software

A different Arduino sketch for each version of the Mini Pearl Logger can be downloaded at the KAPtery Guides page.

Below are some research notes about activities done with Mini Pearl Loggers. Some of these notes include the sketch which was used in the activity described.

Activities

Purpose Category Status Author Time Difficulty Replications
Installing the water-level monitor - - @cfastie - - 0 replications: Try it »
Who will win in a world of...LASER DEPTHS? - - @cfastie - - 0 replications: Try it »
Willow Creek Water Quality Monitoring (EC and TDS) - - @MadTinker - - 0 replications: Try it »
The Mini Pearl Logger - - @cfastie - - 1 replications: Try it »
DFRobot TDS sensor first look - - @cfastie - - 0 replications: Try it »
Assembling a Mini Pearl Pro Logger - - @cfastie - - 0 replications: Try it »
Mini Pearl Jam - - @cfastie - - 0 replications: Try it »
New data loggers for long-term logging - - @cfastie - - 0 replications: Try it »
How to make a low power timer - - @cfastie - - 0 replications: Try it »
Mounting and deploying a Mini Pearl Logger - - @cfastie - - 0 replications: Try it »
Mini Pearl Logger longer - - @cfastie - - 0 replications: Try it »
Log all the data with Adafruit's TPL5110 Low Power Timer - - @cfastie - - 0 replications: Try it »
Longer Mini Pearl logging - - @cfastie - - 0 replications: Try it »

Activities should include a materials list, costs and a step-by-step guide to construction with photos. Learn what makes a good activity here.

Questions