datalogger
datalogger


Author Comment Last activity Moderation
warren "Hi, Jack - this was a while ago, but lots has changed in some of these technologies. I was wondering if you'd considered using something like WebJa..." | Read more » over 6 years ago
cfastie "That's a really good point that the En pin on the Feather can disable the regulator and reduce power consumption. We need a table of all the featur..." | Read more » over 6 years ago
donblair "Thanks Chris -- this is incredibly useful. So important for folks to have a sense of the trade-offs and considerations when choosing solutions in ..." | Read more » over 6 years ago
EdMallon "I've been working on an overhaul of the code base for our data loggers and in the process I standardized some of that spagetti code into a simple s..." | Read more » over 6 years ago
kinasmith "@KathleenSmart, I never got to the point of fully documenting the build process. They still need some work. Redesigning the sensor body so that it ..." | Read more » over 6 years ago
KathleenSmart "This is great, @kinasmith. I took a look at the links, good stuff there too. Have you developed these dendrometers any further, and/or can you sh..." | Read more » over 6 years ago
warren "Thanks, Carol, these are some really thoughtful reflections and as we all continuously refine how we approach and participate in these events it's ..." | Read more » over 6 years ago
david_uwi "Thanks for bringing this to prominence again. I will attach the code that runs the microprocessor. presslogger.txt This as mentioned above is wri..." | Read more » almost 7 years ago
liz "Thanks for this super work @david_uwi ! I tagged this note so that it appears with the other data loggers https://publiclab.org/wiki/data-logging " | Read more » almost 7 years ago
EdMallon "I really appreciate the encouragement guys. But I need at least a month before I could do anything about it. We've already turning away other offer..." | Read more » almost 7 years ago
warren "For starters, we would be very interested in cross posting your last post on our blog -- i think even if there's more you'd like to add to it, many..." | Read more » almost 7 years ago
warren "I strongly echo everything Chris said - and honestly, we'd really love to give your work more exposure -- I wonder if even simply posting a lot of ..." | Read more » almost 7 years ago
EdMallon "Aside form the research goals, I've always wanted to create something that everyone could make on their own. And don't worry about the soldering - ..." | Read more » almost 7 years ago
cfastie "Ed, The new Mini Terminal Logger is brilliant. Those Nano terminal shields are a great find. They not only reduce the number of solder joints requ..." | Read more » almost 7 years ago
EdMallon "Hi Warren, I think that would be a good idea for the screw-terminal logger, as it's a generic, and would provide people with lots of flexibility to..." | Read more » almost 7 years ago
warren "@warren awards a barnstar to EdMallon for their awesome contribution! " | Read more » almost 7 years ago
warren "Hi, Ed - thanks so much, I always love your updates. We'd love to feature your work more prominently -- would you be interested in posting this upd..." | Read more » almost 7 years ago
EdMallon "While breadboard loggers are quick, the connections tend to be a bit too fragile for serious testing. So I've come up with a configuration based on..." | Read more » almost 7 years ago
EdMallon "I know the RIFFLE project has been doing this for a while now, but I saved SD power control to the end of my quest for low power logging, because I..." | Read more » almost 7 years ago
david_uwi "Oh well. I know about everyones strange reluctance to use microchip devices, but really they do not keep much of any value to the experimenter hidd..." | Read more » almost 7 years ago
EdMallon "I've developed a method to calibrate thermistors of unknown specification to something near +/- 0.1 C https://edwardmallon.wordpress.com/2017/04/2..." | Read more » almost 7 years ago
cfastie "It appears that storing data in flash memory on an Arduino is not so easy. The PROGMEM keyword only works for writing constants before the main lo..." | Read more » almost 7 years ago
david_uwi "I just use my programmer to read the falsh memory when it is getting full. The clcok crystal causes an wake-up (from sleep) interrupt when the time..." | Read more » almost 7 years ago
cfastie "It seems that it might be straightforward to store arrays of data in the 32k of flash memory in a 328p chip. Flash memory is non-volatile and your ..." | Read more » almost 7 years ago