-
hank replied to the topic pH Sensor Recomendations in the forum Environmental Sensors 7 years, 2 months ago
I know folks have gone the “cheaper” route with atlas sensors (https://www.atlas-scientific.com/ph.html) but i’ve worked more with Hach environmental/YSI as more field water quality industry standard. I also check In Situ (multi-sensor platforms) or Fondriest (distributor of various sensor vendors) every now and then.
As far as I know, pH probes…[Read more]
-
hank replied to the topic Recording data from pressure sensors on an SD card in the forum Mayfly Data Logger 7 years, 6 months ago
in your main loop function, somewhere in lines 44-47 you need to call:
logData(dataRec);
-
hank replied to the topic Optical dissolved oxygen solutions? in the forum Environmental Sensors 7 years, 10 months ago
Hey Thomas,
– No, I haven’t seen optical DO probes less than 350, but I’ve only used PME minidots (onboard logger and should fit under a dome; ~1k) and Hach Hydrolabs (multiparamater sondes that are likely too big for domes; several K). Electrochemical/Clark-cell DO probes may be another option (calibration will drift more). If you only need a…[Read more]
-
hank replied to the topic Atlas Scientific EZO sensors in the forum Miscellaneous 8 years, 4 months ago
yeah, the library is for sdi12 sensors.
-
hank replied to the topic Atlas Scientific EZO sensors in the forum Miscellaneous 8 years, 4 months ago
Somewhere on the site, it recommended a Sodaq DS3231 library, which is similar to the Mayfly. Make sure the coin battery is in.
I used the example to set the clock (took me ~10 sec to upload): https://github.com/SodaqMoja/Sodaq_DS3231/blob/master/examples/adjust/adjust.pde
Then before powering down, I upload the code for data-logging. If you…[Read more]
-
hank replied to the topic Cellular telemetry for remote locations in the forum Mayfly Data Logger 8 years, 4 months ago
Way late response. Was checking the forum about any issues from batch v3.0.
From pricier logger/DAQ setups, i’ve seen Raven cell modems from Sierra Wireless (with NexSens data loggers and NI cRio data acquisition the Raven modems). Not sure if folks have combined the modems with any Arduino boards.
Board-wise, I know of the FONA board from…[Read more]
-
hank replied to the topic [rtc] time kept without power (has cr1220)? in the forum Mayfly Data Logger 8 years, 4 months ago
Thanks. A colleague, who’s more pro at soldering, got a bit on the pad. RTC kept the time in an overnight off state.
I tried to apply some solder on the negative battery terminal, but couldn’t get and to stick (probably due to some plating).
Anyways, onto figuring out sleep modes and xbee data pushing hehe. Thanks again! -h
-
hank replied to the topic [rtc] time kept without power (has cr1220)? in the forum Mayfly Data Logger 8 years, 5 months ago
Yep, it read 0V on the backside pins. Only 1 Mayfly to test with, (another on its way). I’ll look into batteries. I just passed by the Batteries Plus store for the CR1220.
I believe it’s Nuon brand, but has a “textured” backside: https://www.batteriesplus.com/battery/lithium/1220?q=cr1220
I’ll swing by the BestBuy or look for the Energizer…[Read more]
-
hank replied to the topic [rtc] time kept without power (has cr1220)? in the forum Mayfly Data Logger 8 years, 5 months ago
Attached. Thanks again for taking your time. Sorry for the time sink. -h
-
hank replied to the topic [rtc] time kept without power (has cr1220)? in the forum Mayfly Data Logger 8 years, 5 months ago
Thanks for the timely replies!
Mine read out zero with positive on the battery housing and ground on the microSD. Pic hopefully attached. (Board in off state and not plugged via USB). Note, i did also change a jumper on one of the Grove connectors to 5V, no sensor/cables attached.
The battery itself is 3V outside of housing. -h
-
hank replied to the topic [rtc] time kept without power (has cr1220)? in the forum Mayfly Data Logger 8 years, 5 months ago
Mine read out zero with positive on the battery housing and ground on the microSD. Pic hopefully attached. (Board in off state and not plugged via USB). Note, i did also change a jumper on one of the Grove connectors to 5V, no sensor/cables attached.
The battery itself is 3V outside of housing.
-h
-
hank started the topic [rtc] time kept without power (has cr1220)? in the forum Mayfly Data Logger 8 years, 5 months ago
Hi relatively new to arduino’s (mostly edit other’s codes). So i have the Mayfly board (CR1220 positive terminal facing up) and am using example from Sodaq RTC library to set the time and then commenting out line 19.
Sodaq example code with line #’s: https://github.com/SodaqMoja/Sodaq_DS3231/blob/master/examples/adjust/adjust.pde
After:
1.…[Read more] -
hank became a registered member 8 years, 5 months ago