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. Anthony this link is very helpful
Shannon I am using const uint8_t logging interval and as you changed I can change it to a different logging interval….I wonder if is there is code to collect every 5 min but send every hour or so to mmw to populate all values in the last hour
Any idea when this will be available? I dont see my data on the time series as well. It says No data exist for this variable.
@mbarney Hello Matt,
Your forum discussion helped me with some coding tips
The data is not being stored on the memory card. I think my code is incorrect is there a MaxBotix example that anyone successfully was able to run and pass data to the SD Card and MMW that I can look at? In my code I think I need to do something else to get output from Sensor to this SonarSerial … I simply gave the PIN number here … it might be the issue
|
1 2 3 4 5 6 7 |
const int8_t SonarSerial = 5; // The Sonar Data pin const int8_t SonarPower = -1; // Excite (power) pin (-1 if unconnected) const int8_t Sonar1Trigger = -1; // Trigger pin (a unique negative number if unconnected) const uint8_t sonar1NumberReadings = 3; // The number of readings to average MaxBotixSonar sonar1(SonarSerial, SonarPower, Sonar1Trigger, sonar1NumberReadings); |
We use cookies to improve your experience on our site. By using our site, you consent to cookies.
Websites store cookies to enhance functionality and personalize your experience. You can manage your preferences, but blocking some cookies may impact site performance and services
Essential cookies enable basic functions and are necessary for the proper function of the website.
CleanTalk offers effective spam protection and website security solutions to enhance user experience.
Service URL: cleantalk.org (opens in a new window)
CloudFlare provides web performance and security solutions, enhancing site speed and protecting against threats.
Service URL: developers.cloudflare.com (opens in a new window)
These cookies are needed for adding comments on this website.
These cookies are used for managing login functionality on this website.
WooCommerce is a customizable eCommerce platform for building online stores using WordPress.
Statistics cookies collect information anonymously. This information helps us understand how visitors use our website.
Google Analytics is a powerful tool that tracks and analyzes website traffic for informed marketing decisions.
Service URL: policies.google.com (opens in a new window)
SourceBuster is used by WooCommerce for order attribution based on user source.
You can find more information in our Cookie Policy and Privacy Policy.