Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #478

Merged
merged 77 commits into from
Sep 30, 2024
Merged

Develop #478

merged 77 commits into from
Sep 30, 2024

Conversation

SRGDamia1
Copy link
Contributor

Changed

  • Applied markdown lint to markdown files
  • Bumped TinyGSM dependency
    • Changed datatypes for modem voltage outputs.
  • Switched from Soligen fork of ADS1115 library to the standard Adafruit version.
  • Rearranged documation of examples
  • Consistently apply all pre-processor defined checks with function-like syntax
  • Consistently check for both __AVR__ and ARDUINO_ARCH_AVR in all cases.
    • Not all AVR boards defin __AVR__ within the PlatformIO system, which was confusing the SCons preprocessor.
  • Modified implementation of initial short logging intervals.
  • Allow non-sleep before returing from testing or logging functions.
  • Modified returns of modem variables from uint's to int's for consistency with the latest version of TinyGSM.
  • Add pre-processor macro for number of times to attempt to update the clock.

Added

  • Added support for Yosemitech Y513 Blue Green Algae Sensor thanks to @aufdenkampe
  • Added support for Alphasense CO2 Sensor thanks to @aufdenkampe
  • Added support for Turner Turbidity Plus thanks to @mbarneytu
  • Added complete paramter documentation where it was missing.

mbarneytu and others added 30 commits April 1, 2021 15:25
Working deployment for surface level
Allows field verification of logger functionality after deployment without
undue delay.
Increases reliability of sending large transmissions.
Towers seem to take longer to connect the less recently a connection has
been estasblished. Now that that's been expanded from 15 minutes to 8
hours, increase the timeout for that action to 4 minutes from 50 seconds.
Modification to Maxbotix main, config template and library to be conf…
Addresses #456, including changing all uses of ADS1X15 to be compatible with breaking changes introduced with Adafruit's v2.x releases. Everything compiles!
Haven't yet tried to compile!
because Adafruit's v2 library does it in two steps, with `ads.readADC_SingleEnded()` returning a raw ADC count integer, which then needs to be comverted into an ADC voltage float.
Signed-off-by: Sara Damiano <[email protected]>
Signed-off-by: Sara Damiano <[email protected]>
Signed-off-by: Sara Damiano <[email protected]>
Signed-off-by: Sara Damiano <[email protected]>
Signed-off-by: Sara Damiano <[email protected]>
Signed-off-by: Sara Damiano <[email protected]>
Signed-off-by: Sara Damiano <[email protected]>
Signed-off-by: Sara Damiano <[email protected]>
Signed-off-by: Sara Damiano <[email protected]>
SRGDamia1 and others added 26 commits September 19, 2024 13:50
Signed-off-by: Sara Damiano <[email protected]>
Signed-off-by: Sara Damiano <[email protected]>
Signed-off-by: Sara Damiano <[email protected]>
Signed-off-by: Sara Damiano <[email protected]>
Signed-off-by: Sara Damiano <[email protected]>
Signed-off-by: Sara Damiano <[email protected]>
The non-Thomas_Watson stuff that got shoved into that branch
Signed-off-by: Sara Damiano <[email protected]>
Signed-off-by: Sara Damiano <[email protected]>
Signed-off-by: Sara Damiano <[email protected]>
Signed-off-by: Sara Damiano <[email protected]>
Signed-off-by: Sara Damiano <[email protected]>
Signed-off-by: Sara Damiano <[email protected]>
Copy link

Please add your changes to the change log!

@aufdenkampe
Copy link
Member

@SRGDamia1, thanks for this huge push toward a new release!!

@SRGDamia1 SRGDamia1 merged commit 26f2558 into master Sep 30, 2024
99 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants