![]()
All content on EnviroDIY is licensed as Creative Commons Attribution-ShareAlike 4.0. Hardware designs on EnviroDIY are released under the CERN Open Hardware License 1.2. Alternative licenses are available. Learn about licenses and attribution
Welcome to EnviroDIY, a community for do-it-yourself environmental science and monitoring. EnviroDIY is part of WikiWatershed, an initiative of Stroud Water Research Center designed to help people advance knowledge and stewardship of fresh water. ![]()
All content on EnviroDIY is licensed as Creative Commons Attribution-ShareAlike 4.0. Hardware designs on EnviroDIY are released under the CERN Open Hardware License 1.2. Alternative licenses are available. Learn about licenses and attribution
Community Activity See all activity
Braedon started the topic Interpreting and adjusting error values in the forum Mayfly Data Logger 1 year, 6 months ago
Hello there, I am working on a lit bit of debugging for some publisher code using ModularSensors. I successfully connect to the server but get a 422 error code which means that though the POST request had the proper syntax, the body could not be processed. I’ve been trying to figure out what it could be, and I think it might have to do with the…[Read more]
Shannon Hicks replied to the topic Connecting Arduino MEGA or NANO with Teros 12 Sensor in the forum Environmental Sensors 1 year, 6 months ago
There’s a section in the User Manual that should have been included in the shipment with your sensor (it’s also downloadable from here: https://metergroup.com/products/teros-12/teros-12-support/) that explains how to use the raw number collected by the sensor to calculate soil moisture content.
aqua replied to the topic Connecting Arduino MEGA or NANO with Teros 12 Sensor in the forum Environmental Sensors 1 year, 6 months ago
@shicks Thank you so much its working perfectly fine now. Also if you could explain to me how to convert the RAW data of the sensor with the units of measurement I want it would be really helpful.
Kurt@UR became a registered member 1 year, 6 months ago
Kurt@UR
@kurtur
Shannon Hicks replied to the topic Error Compiling for board EnviroDIY Mayfly 1284p in the forum Mayfly Data Logger 1 year, 6 months ago
It looks like you’re having the same issues a few other people have reported lately. We’re working on a fix, but in the meantime, the easiest thing to do is to replace all your “MyDocuments/Arduino/libraries” files with the stable versions from last summer. In order to do this, you’ll have to delete all the current library files on your PC. If y…[Read more]
JK_WCCD replied to the topic Error Compiling for board EnviroDIY Mayfly 1284p in the forum Mayfly Data Logger 1 year, 6 months ago
I figured out the issue but I am now facing another error. I keep getting the following error message –
C:UsersDocumentsArduinolibrariesEnviroDIY_ModularSensorssrcsensorsAlphasenseCO2.cpp:17:10: fatal error: Adafruit_ADS1X15.h: No such file or directory
#include <Adafruit_ADS1X15.h>
^~~~~~~~~~~~~~~~~~~~
compilation terminated.
exit status 1
Error…[Read more]
Shannon Hicks replied to the topic Connecting Arduino MEGA or NANO with Teros 12 Sensor in the forum Environmental Sensors 1 year, 6 months ago
That means your IDE’s Serial Monitor baud rate is not the same as the baud rate in your sketch
aqua replied to the topic Connecting Arduino MEGA or NANO with Teros 12 Sensor in the forum Environmental Sensors 1 year, 6 months ago
@shicks Its working now. Thank you. But the issue is with the b_address_change sketch. This is the output.
Shannon Hicks replied to the topic Connecting Arduino MEGA or NANO with Teros 12 Sensor in the forum Environmental Sensors 1 year, 6 months ago
Did you make sure the sensor is properly wired to your Mega, (tip to 5v, sleeve to GND, and ring to data) and that the pin number in the sketch matches whatever pin number you connected the data line to? If all the wiring is correct, then it might be an issue with the latest SDI12 library that a few people have reported. You could try r…[Read more]
aqua replied to the topic Connecting Arduino MEGA or NANO with Teros 12 Sensor in the forum Environmental Sensors 1 year, 6 months ago
@shicks When I connect the tip-power, ring-ground, and sleeve-data Arduino IDE can’t read my port & the light on the Arduino Mega stops. What’s the reason? This is the output its giving me ”
<div>
</div>
<div>
</div>
<div>
[Read more]