-
neilh20 replied to the topic Using Xbee Cellular Modem with ThingSpeak in the forum Mayfly Data Logger 3 years, 1 months ago
@zeke-holloman great glad to hear it.
Which modem did you buy and where did you get it?. I thought they were in short supply, and I’ve been keeping my eye open for them.
I’ve been using the Digi LTE XB3-C-A2-UT-001, which needs the the latest XCTU modem board to upgrade as its is a complex process.
-
Zeke Holloman replied to the topic Using Xbee Cellular Modem with ThingSpeak in the forum Mayfly Data Logger 3 years, 1 months ago
@neilh20. Hey Neil! Sorry it’s been a while, but just a quick update. I was able to get it to work. I ended up purchasing a new XBee cellular modem (same type) alongside the Digi IoT Development Kit. Works great now!
I’m thinking the issue was either that I had set up the modem with a board that wasn’t the dedicated XCTU board (I was using the…[Read more]
-
Pfister’s Pond Monitor became a registered member 3 years, 1 months ago
-
sandman replied to the topic Teros 11 sensor on Arduino mega in the forum Other Data Loggers 3 years, 1 months ago
Thanks, didn’t realize address had an effect on what mode it was on. not really, just not to clutter the screen up on the serial monitor
-
Shannon Hicks replied to the topic Teros 11 sensor on Arduino mega in the forum Other Data Loggers 3 years, 1 months ago
Sounds like it’s working, that’s a standard response string for that sensor. Is there a particular reason you’re requesting the Mega to print the result in hex instead of decimal.
-
sandman replied to the topic Teros 11 sensor on Arduino mega in the forum Other Data Loggers 3 years, 1 months ago
Ok so i changed the address from 0 to 1 for the sensor and i got this back
31 2B 32 35 32 33 2E 37 38 2B 32 34 2E 30 D A
which when i converted to ASCII i get
1+2523.78+24.0
-
Shannon Hicks replied to the topic Teros 11 sensor on Arduino mega in the forum Other Data Loggers 3 years, 1 months ago
Based on the photo, it appears the wiring is correct, assuming the orange and brown wires are inserted sufficiently deep into the header as to make a connection with the contact down inside the hole).
Your code is different from the latest a_wild_card.ino example that we include with the current SDI-12 library files. Are you using an older…[Read more]
-
sandman replied to the topic Teros 11 sensor on Arduino mega in the forum Other Data Loggers 3 years, 1 months ago
power to 5v and data to digital pin 11
-
Shannon Hicks replied to the topic Teros 11 sensor on Arduino mega in the forum Other Data Loggers 3 years, 1 months ago
Can you describe how you’ve wired the sensor to the Mega, or even better, can you post a photo showing the board and whatever setup you’re using to connecting the sensor to it?
-
sandman replied to the topic Teros 11 sensor on Arduino mega in the forum Other Data Loggers 3 years, 1 months ago
No, im not getting any response from the sensor.
-
Shannon Hicks replied to the topic Teros 11 sensor on Arduino mega in the forum Other Data Loggers 3 years, 1 months ago
Are you at least getting the data in decimal format before you convert it to hex, or are you saying you aren’t getting any response from the sensor?
-
sandman started the topic Teros 11 sensor on Arduino mega in the forum Other Data Loggers 3 years, 1 months ago
I am trying to read data from the Teros 11 sensor on an arduino mega. This is the code i’m trying to run and i convert the values to hex. But i am not getting the data i need. Could someone tell me if there is something else that i need to add?
I’m powering the sensor from the Mega with 5v.
-
sandman became a registered member 3 years, 1 months ago
-
neilh20 replied to the topic Stability Testing ~ how to do it? in the forum Mayfly Data Logger 3 years, 1 months ago
I’m using Release 0.30.0 for stability regression testing, its gone well, and captured a visual description of it here 0.30.0 testing
-
Streamer became a registered member 3 years, 1 months ago
-
neilh20 replied to the topic Extracting Data Query in the forum Other Data Loggers 3 years, 1 months ago
Hello @d_bozza123, the Ponsel sensor looks very interesting.
I’ve interfaced to a SDI-12 sensor Insitu LT500.
My suggestion is you think of breaking up the work into units.
That is first how to read the sensor Ponsel, and 2nd how to store it to the .csv
For my sensors, it required creating a sensor interface to read the parameters from the…[Read more]
-
Mizan became a registered member 3 years, 1 months ago
-
d_bozza123 replied to the topic Extracting Data Query in the forum Other Data Loggers 3 years, 1 months ago
Hi Shannon,
So the screenshot in my first post is using the ‘simple_data_logger’ code with one SDI12 sensor attached (I haven’t connected all 3 just yet), and it seems to work quite well.
The screenshot in this post is when I’m using the ‘simple_parsing’ code with no modifications.
The arduino just freezes after “213P,” and doesn’t write…[Read more]
-
Shannon Hicks replied to the topic Extracting Data Query in the forum Other Data Loggers 3 years, 1 months ago
Can you post the code for your sketch, or are you using the simple parsing example exactly as-is?
-
d_bozza123 started the topic Extracting Data Query in the forum Other Data Loggers 3 years, 1 months ago
Hi all 🙂
I’m using the SDI12 library with an arduino nano. I’ve got 3 SDI-12 Ponsel water quality sensors I’m trying to get working.
One of the issues I have is being able to separate the values into ‘chunks’.
e.g. In the attached screenshot, ideally I’d have:
temperature = 22.036
ph = 7.6794
redox = 302.05
ph_mV = -35.678
I saw there was…[Read more]
- Load More