SkillAgentSearch skills...

ModularSensors

An Arduino library to give environmental sensors a common interface of functions for use with Arduino-framework dataloggers, such as the EnviroDIY Mayfly.

Install / Use

/learn @EnviroDIY/ModularSensors
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

ModularSensors<!--! {#mainpage} -->


The EnviroDIY ModularSensors Library<!--! {#mainpage_intro} -->

If you're new to EnviroDIY, I suggest you check out the Just Getting Started section of the documentation!

This Arduino library gives environmental sensors a common interface of functions for use with Arduino-compatible data loggers, such as the EnviroDIY Mayfly. The ModularSensors library is specifically designed to support wireless, solar-powered environmental data logging applications, that is, to:

  • Retrieve data from many physical sensors;
  • Save that data to a SD memory card;
  • Transmit that data wirelessly to a web server; and
  • Put the processor, sensors and all other peripherals to sleep between readings to conserve power.

The ModularSensors library coordinates these tasks by "wrapping" native sensor libraries into a common interface of functions and returns. These wrapper functions serve to harmonize and simplify the process of iterating through and logging data from a diverse set of sensors and variables. Using the common sensor and variable interface, the library attempts to optimize measurement timing as much as possible to reduce logger "on-time" and power consumption.

Although this library was written primarily for the EnviroDIY Mayfly data logger board, it is also designed to be compatible with a variety of other Arduino-based boards as well.

There is extensive documentation available in the ModularSensors github pages including details of the class structures and example code.

<!--! @tableofcontents --> <!--! @m_footernavigation --> <!--! @if GITHUB --> <!--! @endif -->

Supported Sensors<!--! {#mainpage_supported_sensors} -->

For some generalized information about attaching sensors to an Arduino style board, see the Sensor Notes page.

Data Endpoints<!--! {#mainpage_data_receivers} -->

Within ModularSensors, the "dataPublisher" objects add the functionality to send data to remote web services. The currently supported services are the Monitor My Watershed data portal, ThingSpeak, the Ubidots IoT platform, Amazon Web Services IoT Core, and Amazon Web Services Simple Storage Service (S3).

  • [Monitor My Watershed/EnviroDIY D
View on GitHub
GitHub Stars88
CategoryDevelopment
Updated10d ago
Forks50

Languages

C++

Security Score

85/100

Audited on Mar 20, 2026

No findings