Log-a-Long Timer
log-a-long-timer

This very simple timer circuit can allow data loggers (and other devices) to operate for many months on small batteries. The timer supplies power to the device only at the desired interval, so between data logging events only the timer uses power. The timer itself consumes very little power (30µA), so batteries last a long time. Assembling the timer involves soldering three components to a little printed circuit board (PCB). The data logging interval can be set between 5 and 110 minutes. This timer works well with data loggers based on 3.3 volt Arduinos like the [Mini Pearl Loggers](https://publiclab.org/wiki/mini-pearl-logger). The low-power TPL5110 cannot tolerate more than 5.5 volts, so five volt Arduinos (which like to get about 6 volts) are harder to use with the timer. When the logging event is complete (e.g., data is written to an SD card) the sketch on the Arduino signals the timer circuit to cut power. Until the next logging event, the Arduino logger is turned off and uses no power. When the timer again supplies power to the Arduino, the sketch begins to run and instructs the logger to collect data from sensors, do calculations, save data to an SD card, etc., and eventually sends a signal back to the timer to cut power again. [![logalong_20180228-2705ps.JPG](https://publiclab.org/system/images/photos/000/023/779/medium/logalong_20180228-2705ps.JPG)](https://publiclab.org/system/images/photos/000/023/779/original/logalong_20180228-2705ps.JPG) *Above: The parts included in a Log-a-Long Timer Kit. A selection of five surface-mount resistors (bottom) allows one to be chosen for the desired logging interval. Ruler hatch marks are mm.* ###Parts - [SOIC8 to DIP8 adapter](https://www.aliexpress.com/item/2016-electronic-circuit-20-PCS-SOP8-SO8-SOIC8-SMD-to-DIP8-Adapter-PCB-Board-Converter-Double/32592419821.html) (green circuit board) - [TPL5110 timer IC](https://www.digikey.com/product-detail/en/texas-instruments/TPL5110DDCT/296-38830-1-ND/5130150) - [P-channel mosfet](https://www.digikey.com/product-detail/en/diodes-incorporated/DMG3415U-7/DMG3415UDICT-ND/2052799) - Selection of surface mount resistors. Choose one to determine logging interval: 4302 (43KΩ) = 5 minutes, 6202 (62KΩ) = 12 minutes, 9102 (91KΩ) = 29 minutes, 1203 (120KΩ) = 55 minutes, 1603 (160KΩ) = 110 minutes - 1MΩ through-hole resistor to clean up the Done line (optional) - 4 male header pins, 1 extra-long pin Header pins are not needed if the five wires to the battery and data logger are soldered directly to the pin holes. Header pins allow DuPont wires (not included in the kit) to slide on to make the connections. [![TPLDIYgreen2.jpg](https://publiclab.org/system/images/photos/000/023/780/medium/TPLDIYgreen2.jpg)](https://publiclab.org/system/images/photos/000/023/780/original/TPLDIYgreen2.jpg) *Above: Build diagram for the Log-a-Long Timer Kit. Three components and five wires must be soldered to the green PCB.* ###Assembly steps 1. Solder the TPL5110 to the PCB on the side with larger solder pads. The six legs (1-6) should connect to pads 1 to 3 and 6 to 8. The orientation is important. This can be done with fancy equipment (solder paste, reflow oven, rework station) or any good soldering iron--tin the six pads on the PCB, align the IC, and heat each leg with a soldering iron. 2. Solder the two legs on one side of the mosfet (Gate and Source) to pin holes 7 and 8 as shown. Solder the third leg (Drain) to solder pad 5. 3. If you are using header pins (instead of soldering wires directly to the pin holes) solder male header pins on the underside of the PCB at holes 1, 2, 5, and 6. Two wires must be connected to ground, so an extra-long pin (included) can be used at pin 2 so a connector can be attached above and below the PCB. 4. If you are soldering wires directly to pin holes 1, 2, 5, and 6, do it now. Two ground wires (from battery and Arduino) get connected to hole 2. 5. Solder a resistor between holes 2 (Ground) and 3 (Delay) to determine the logging interval. The orientation is not important. 6. Connect hole 1 to solder pad 8 with a short wire or solder blob. 7. Solder a 1MΩ through-hole resistor between holes 2 (Ground) and 6 (Done). The legs of the resistor can be cut to fit. It can be under the PCB but might be easier on top if you used header pins. This is optional but can clean up the signal sent from the Arduino to cut the power. [![miniPearl_20180226-2690.JPG](https://publiclab.org/system/images/photos/000/023/781/medium/miniPearl_20180226-2690.JPG)](https://publiclab.org/system/images/photos/000/023/781/original/miniPearl_20180226-2690.JPG) *Above: A Log-a-Long Timer (left) controlling a Mini Pearl Logger.* ### Activities [activities:log-a-long-timer] ### Questions [questions:log-a-long-timer] ...


Author Comment Last activity Moderation
jhonyking241 "With the current global health crisis, we believe that the fight will happen in a limited audience situation. Many people will just stay at home an..." | Read more » over 2 years ago
liz "thank you! If you have a picture, would be great to see that as well. " | Read more » over 2 years ago
vkozloff "One more improvement: we can put a through-hole 10k resistor in 2 and 6 (on the top of tpl5110) to have "done" pull-down in place. " | Read more » over 2 years ago
zakutnya "Thanks for this great tutorial, @cfastie! This is exactly what i needed for my ESP-12 + BME280 + EPaper display project. I use 300mAh Li-ion batter..." | Read more » about 3 years ago
cfastie "It looks like the PIC12LF will do what you need. There is also a low power 555 timer (TLC555) but it is not as low power as the PIC12LF. " | Read more » over 4 years ago
tcpipchip "cfastie First of all, many thanks about your answer! And time to answer! You said "But if the microcontroller can send a DONE signal as soon as the..." | Read more » over 4 years ago
cfastie "The TPL5110 depends on getting a signal to the DONE pin, so I am not sure it can just send a pulse every eight seconds. The TPL5111 sets an enable ..." | Read more » over 4 years ago
tcpipchip "Hi, excelent post! Is there some config without use of DONE gpio, that make the DRV make a pulse each 8 seconds ? I want to send a pulse to a gpi..." | Read more » over 4 years ago
liz "This is so useful! Another imaginative concept brought to real world utility by Chris Fastie. If I ever have a well, I will install this to learn a..." | Read more » over 5 years ago
warren "Tremendous! :tada: " | Read more » over 5 years ago
xose "Amazing Christian!!! " | Read more » about 6 years ago
warren "@warren awards a barnstar to cfastie for their awesome contribution! " | Read more » about 6 years ago