Data Logging
question:data-logging

Data loggers can help to record data from a sensor over time -- often over days or weeks, or even months. There are a variety of data loggers available, both commercial and open source. Each entry from a logger -- stored on, for example, a memory card -- may have a timestamp and some data loggers can record location from a GPS as well. Data loggers can be [paired with specific sensors](/wiki/water-sensors), and an [enclosure](/wiki/sensor-enclosures), as part of a test. ## Design constraints What are we trying to do that existing commercial data loggers don't do, or don't do well enough? We're looking for designs that optimize: * low cost (i.e. <$100) * easy to use * easy to build or buy * weatherproof (possibly) * waterproof (possibly) * Arduino-compatible (so that they're compatible with the huge [Arduino](http://arduino.cc) ecosystem) ## Options Most of the below options are #arduino based, and all are open source: [wikis:datalogger] [notes:datalogger-option] Edit the [full spreadsheet here](https://docs.google.com/spreadsheets/d/1zBcLpN4PZIATLh6aDR7mwCoejWryLYYm6cJD38MqT58/edit) (by @cfastie) **** ## Questions [questions:data-logging] ## Activities We're hoping to collect a set of activities you could do with several different data loggers here, such as an example "field test," so please add help us by adding activities which can be performed with different data loggers: [activities:data-logging] **** ## Power How do you keep a data logger going in the field? Solar, big batteries, even run an extension cable out? We're developing resources on powering your data-loggers here. ## Power Questions [questions:data-logging-power] ## Activities [activities:data-logging-power] **** ## Waterproof enclosures The #riffle project -- and others -- have explored a lot of ways to make cheap waterproof enclosures for data loggers, but where wires and sensors can still stick out. Here are a some notes and prototypes under the tag #data-logger-enclosures. You can also visit the page on [sensor enclosures here](https://publiclab.org/wiki/sensor-enclosures) [notes:data-logger-enclosures] ...


Author Comment Last activity Moderation
cfastie "Okay, now I understand the question. It's really helpful to know what data logger hardware you will have. You will have a Nano Logger Kit. You will..." | Read more » almost 7 years ago
stevie "Hi Chris, thanks a bunch! I'm hoping we can work on developing out an activity of two for people to do in first experimenting with data loggers as ..." | Read more » almost 7 years ago
warren "These are some really good questions, many of which get at the question of "constraints" -- i.e. what constraints are you designing towards? A spec..." | Read more » almost 7 years ago
warren "Just wanted to note that @cfastie's been working on the #skypod -- which may fit your needs! " | Read more » almost 7 years ago
cfastie "Stevie, it sounds like you are looking for demonstrations of things data loggers can do. That really depends on what logger(s) you have and what se..." | Read more » almost 7 years ago
warren "Possibly some of the Coqui activities (which were designed for real-time monitoring, not data logging) could be adapted for a data logger? https:/..." | Read more » almost 7 years ago
chrowe "That said, reading https://www.raspberrypi.org/documentation/hardware/raspberrypi/usb/README.md makes it sound like maybe all Pis support OTG " | Read more » about 7 years ago
chrowe "I think this should be relatively easy if you are using the Pi Zero. See http://blog.gbaman.info/?p=791 But for all other Pi devices I think it is..." | Read more » about 7 years ago
warren "Hi folks! I'm starting with the general case here, that a pi could act as a keyboard (an HID interface), for any of the above cases. I think we cou..." | Read more » about 7 years ago
cfastie "Are you storing data in RAM on the Pi? In a RAM drive? Do these data persist after the Pi is powered down? Is this Pi always connected to a compute..." | Read more » about 7 years ago
pdhixenbaugh "To clarify, this problem is concerned just with sending data over the USB? Collecting data in the first place is separate? Would you want the pi t..." | Read more » about 7 years ago
warren "Not to take credit for these answers, but I saw a couple great responses (one from @gretchengehrke, ) from this thread on which you originally aske..." | Read more » over 7 years ago
warren "I agree that a non-wifi DustDuino variant would be so great -- much cheaper and simpler, for many uses where the WiFi isn't required. Both are grea..." | Read more » about 9 years ago
JSummers "Hi KP55, I think that the first thing you will need to know is how much data you need to acquire between data retrievals. That will determine how ..." | Read more » over 9 years ago