LIS3DH triaxial accelerometer on an SPI bus. Wraps https://github.com/adafruit/Adafruit_LIS3DH. Datasheet: http://www.st.com/resource/en/application_note/cd00290365.pdf. N.B. this library has not been tested.
Pulse-oximeter. Arduino library for the MAX30102 (https://datasheets.maximintegrated.com/en/ds/MAX30102.pdf). Wraps the SparkFun MAX3010x sensor library (https://github.com/sparkfun/SparkFun_MAX3010x_Sensor_Library) written by Nathan Seidle and Peter Jansen. This XOD library is a work in progress - a node for measuring oxygen saturation will be added soon.
Node for measuring the amount of free Static Random Access Memory (SRAM). Based on https://github.com/mpflaga/Arduino-MemoryFree. For more information on getting the most from your Arduino memory, see: https://learn.adafruit.com/memories-of-an-arduino.
Library provides a single node for calculating the simple moving average (https://en.wikipedia.org/wiki/Moving_average#Simple_moving_average). Based on https://github.com/ThingEngineer/movingAvgFloat which in turn is derived from https://github.com/JChristensen/movingAvg
Micropressure sensor. Arduino library for the Adafruit_MPRLS micropressure sensor. Wraps a modified version of: https://github.com/adafruit/Adafruit_MPRLS
Generates rectangular waveforms of a user-defined duty and period. Waveforms can have a maximum frequency of 1MHz (period of 1 microsecond). Uses Paul Stoffregen's TimeOne library: https://github.com/PaulStoffregen/TimerOne.
XOD library to control the internal real time clock (RTC) of the Arduino Zero, MKR1000 and related boards. Tested using the MKR Vidor 4000. Wraps https://github.com/arduino-libraries/RTCZero
CO2, relative humidity and temperature sensor. Arduino library for the Sensirion SCD30 sensor module (https://www.sensirion.com/en/environmental-sensors/carbon-dioxide-sensors-co2/). Wraps a modified version of the SparkFun SCD30 Arduino Library (https://github.com/sparkfun/SparkFun_SCD30_Arduino_Library).
Library for Sensirion SDP6x differential pressure sensors, including the SDP610. Wraps a modified version of https://github.com/EngineerTony/Sensirion_SDP6x_pressure_sens. Data sheet: https://sensirion.com/media/documents/63859DD0/6166CF0E/Sensirion_Differential_Pressure_Datasheet_SDP600Series.pdf
GFX fonts for the SenseCAP Indicator display. To be used with the draw-string node of the sensecap-indicator-gfx library. Wraps https://github.com/WaylandM/XOD_ArduinoFreeFontFile.
Sensirion SFM3x00 series flow meter. Supported devices include SFM3200, SFM3300 and SFM3400. Wraps a modified version of https://github.com/PubInv/SFM3X00. Volume calculations based on https://github.com/MyElectrons/sfm3300-arduino. This software library has not been submitted for medical device approval; it is provided for research, educational and development purposes only.