id
stringlengths
14
16
text
stringlengths
10
1.45k
source
stringlengths
46
118
02ac11867adf-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Upnp generic UPnP_Generic Communication Automatically add port mappings to router using UPnP SSDP.
https://www.arduino.cc/reference/en/libraries/upnp_generic/index.html
02ac11867adf-1
Communication Automatically add port mappings to router using UPnP SSDP. A simple library that implements port mappings to router using UPnP SSDP for Arduino boards, running on nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based boards, WT32_ETH01, Portenta_H7, etc. besides ESP8266/ESP32, using ESP WiFi, WiFiNINA, Ethernet W5x00, ESP8266/ESP32 AT-command WiFi, Portenta_H7 Murata WiFi or Vision-shield Ethernet. It is designed to be light-weight and can run only on Ethernet or WiFi hardware/library supporting UDP Multicast. Ethernet_Generic library is used as default for W5x00 Author: Ofek Pearl, Khoi Hoang Maintainer: Khoi Hoang Read the documentation Compatibility
https://www.arduino.cc/reference/en/libraries/upnp_generic/index.html
02ac11867adf-2
Maintainer: Khoi Hoang Read the documentation Compatibility This library is compatible with all architectures so you should be able to use it on all the Arduino boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 3.5.0 (latest) 3.4.3 3.4.2 3.4.1 3.4.0 3.3.0 3.2.0 3.1.5 3.1.4
https://www.arduino.cc/reference/en/libraries/upnp_generic/index.html
1dce430ee3ad-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Arrayutils ArrayUtils Other Array utility functions for arduino. Perform operations on arrays in arduino code. Author: Sandeep Prasad Maintainer: Sandeep Prasad Read the documentation Compatibility This library is compatible with all architectures so you should be able to use it on all the Arduino boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 0.0.3 (latest)
https://www.arduino.cc/reference/en/libraries/arrayutils/index.html
1dce430ee3ad-1
0.0.3 (latest) 0.0.1
https://www.arduino.cc/reference/en/libraries/arrayutils/index.html
89edc60d447b-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Fabo 210 gpio pcal6408a FaBo 210 GPIO PCAL6408A Display A library for FaBo GPIO I2C Brick PCAL6408A is 8bit I2C I/O expander. Author: FaBo Maintainer: Akira Sasaki Read the documentation Compatibility This library is compatible with the avr architecture so you should be able to use it on the following Arduino boards: Arduino Micro Arduino Leonardo Arduino Mega Arduino Nano Arduino Uno
https://www.arduino.cc/reference/en/libraries/fabo-210-gpio-pcal6408a/index.html
89edc60d447b-1
Arduino Micro Arduino Leonardo Arduino Mega Arduino Nano Arduino Uno Arduino Yún Compatibility Note Note: while the library is supposed to compile correctly on these architectures, it might require specific hardware features that may be available only on some boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 1.0.0 (latest)
https://www.arduino.cc/reference/en/libraries/fabo-210-gpio-pcal6408a/index.html
ed5a661ce271-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Wolfssl wolfssl Data Processing wolfSSL Embedded SSL/TLS Library for Arduino The wolfSSL embedded SSL library is a lightweight SSL/TLS library written in ANSI C and targeted for embedded, RTOS, and resource-constrained environments - primarily because of its small size, speed, and feature set. Author: www.wolfssl.com Maintainer: onelife Read the documentation Compatibility This library is compatible with all architectures so you should be able to use it on all the Arduino boards. Releases
https://www.arduino.cc/reference/en/libraries/wolfssl/index.html
ed5a661ce271-1
it on all the Arduino boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 5.5.4 (latest) 4.7.1
https://www.arduino.cc/reference/en/libraries/wolfssl/index.html
ebfbc3333500-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Espboy ESPboy Device Control ESPboy Handheld Driver. This library provides a driver for the ESPboy (Wemos D1 mini - ESP8266) multi gadget handheld created by Roman Sokolov. Experiment with retro game programming, IoT, and STEAM education while having fun. See more on https://www.espboy.com/. Author: m1cr0lab Maintainer: m1cr0lab (https://github.com/m1cr0lab) Read the documentation Compatibility This library is compatible with the esp8266
https://www.arduino.cc/reference/en/libraries/espboy/index.html
ebfbc3333500-1
Read the documentation Compatibility This library is compatible with the esp8266 architecture. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 1.2.1 (latest) 1.2.0
https://www.arduino.cc/reference/en/libraries/espboy/index.html
d5c1fcbf32d1-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Nst1001driver NST1001Driver Other NST1001Driver for ESP32 This is a simple driver which allows ESP32 to communicate with the NST1001 temperature sensor. Author: HellDuke Maintainer: HellDuke Read the documentation Compatibility This library is compatible with the esp32 architecture. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 1.0.2 (latest)
https://www.arduino.cc/reference/en/libraries/nst1001driver/index.html
d5c1fcbf32d1-1
1.0.2 (latest) 1.0.1 1.0.0
https://www.arduino.cc/reference/en/libraries/nst1001driver/index.html
a2fba5258095-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Websockets2 generic WebSockets2_Generic Communication A WebSocket Server and Client library for Arduino, based on RFC6455, for writing modern Websockets applications.
https://www.arduino.cc/reference/en/libraries/websockets2_generic/index.html
a2fba5258095-1
Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC6455 (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL). Now support ESP8266, ESP32 (including ESP32-C3; ESP32-S2 Saola, AI-Thinker ESP-12K, WT32_ETH01, etc.), nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based, Portenta_H7, etc. boards, with WiFiNINA, Teensy 4.1 NativeEthernet/QNEthernet, Ethernet W5x00/ENC28J60/LAN8742A/LAN8720, ESP8266/ESP32-AT modules/shields, Portenta_H7
https://www.arduino.cc/reference/en/libraries/websockets2_generic/index.html
a2fba5258095-2
ESP8266/ESP32-AT modules/shields, Portenta_H7 WiFi/Ethernet, as well as SINRIC / Alexa / Google Home. With updated SSL CA Certs, Fingerprint and InSecure mode. Now supporting ENC28J60 using either UIPEthernet or EthernetENC library, ESP32 using Ethernet and RP2-4-W using CYW43439 WiFi
https://www.arduino.cc/reference/en/libraries/websockets2_generic/index.html
a2fba5258095-3
Author: Gil Maimon Maintainer: Khoi Hoang Read the documentation Compatibility This library is compatible with all architectures so you should be able to use it on all the Arduino boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 1.13.2 (latest) 1.13.1 1.13.0 1.12.1 1.12.0 1.11.0 1.10.3 1.10.2 1.10.1 1.10.0 1.9.1 1.9.0 1.8.1 1.8.0 1.7.0 1.6.0 1.5.0 1.4.0
https://www.arduino.cc/reference/en/libraries/websockets2_generic/index.html
a2fba5258095-4
1.6.0 1.5.0 1.4.0 1.3.0 1.2.4 1.2.3 1.2.2 1.2.1 1.2.0 1.1.0 1.0.7 1.0.6 1.0.5 1.0.4 1.0.3 1.0.2 1.0.1 1.0.0
https://www.arduino.cc/reference/en/libraries/websockets2_generic/index.html
0d7879301ff3-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Soldered mcp4018 digipot library Soldered MCP4018 Digipot Library Other Arduino library for MCP4018 Digital potentiometer breakout board. This library should be used with Soldered MCP4018 Digipot breakout board. Author: Soldered Maintainer: Soldered Read the documentation Go to repository Compatibility This library is compatible with all architectures so you should be able to use it on all the Arduino boards. Releases
https://www.arduino.cc/reference/en/libraries/soldered-mcp4018-digipot-library/index.html
0d7879301ff3-1
it on all the Arduino boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 1.0.0 (latest)
https://www.arduino.cc/reference/en/libraries/soldered-mcp4018-digipot-library/index.html
81a1f798b3f6-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Grove 125khz rfid reader Grove - 125KHz RFID Reader Communication Arduino library to control Grove - 125KHz RFID Reader. Author: Seeed Studio Maintainer: Seeed Studio Read the documentation Compatibility This library is compatible with all architectures so you should be able to use it on all the Arduino boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 1.0.0 (latest)
https://www.arduino.cc/reference/en/libraries/grove-125khz-rfid-reader/index.html
d45912146606-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Mymacros MyMacros Other The Arduino library identifies your unique collection of development boards. Give board-specific macros to new or uncommon boards. Code can branch depending on identified defined macros and for different development platforms. MyMacros.h file extends the known list from the Board Identify library. Author: Debinix Team Maintainer: Debinix Team Read the documentation Compatibility This library is compatible with all architectures so you should be able to use it on all the Arduino boards. Releases
https://www.arduino.cc/reference/en/libraries/mymacros/index.html
d45912146606-1
it on all the Arduino boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 0.6.0 (latest) 0.5.1 0.5.0 0.4.1 0.4.0 0.3.0
https://www.arduino.cc/reference/en/libraries/mymacros/index.html
3366d2ee2d8d-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Dfl168a async DFL168A_Async Communication Arduino board accesses OBD2/J1939/J1708 Data by DFL168A Integrated Circuit Chip. Most methods are unblocked. With this library you can use the Arduino board and DFL168A IC from Dafulai Electronics to get vehicle data easily Author: Dafulai Electronics Inc Maintainer: Jack Xia Read the documentation Go to repository Compatibility This library is compatible with all architectures so you should be able to use it on all the Arduino
https://www.arduino.cc/reference/en/libraries/dfl168a_async/index.html
3366d2ee2d8d-1
it on all the Arduino boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 1.0.3 (latest) 1.0.2 1.0.1 1.0.0
https://www.arduino.cc/reference/en/libraries/dfl168a_async/index.html
506fffd791f0-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Distancesensor DistanceSensor Sensors HC-SR04 distance sensor library. A simple library for reading values from HC-SR04 ultrasonic distance sensor. You can get the distance to objects between 5cm and 400cm. This library also allows you to specify a room temperature to get more precise results. Author: Segilmez06 Maintainer: Segilmez06 Read the documentation Compatibility This library is compatible with all architectures so you should be able to use it on all the Arduino boards. Releases
https://www.arduino.cc/reference/en/libraries/distancesensor/index.html
506fffd791f0-1
it on all the Arduino boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 1.0.2 (latest) 1.0.1 1.0.0
https://www.arduino.cc/reference/en/libraries/distancesensor/index.html
dee7c12dbf00-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Esp wifimanager lite ESP_WiFiManager_Lite Communication Light-Weight MultiWiFi/Credentials Manager for ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3) and ESP8266 boards. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.
https://www.arduino.cc/reference/en/libraries/esp_wifimanager_lite/index.html
dee7c12dbf00-1
Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3) and ESP8266 boards. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, SPIFFS or EEPROM. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Double or MultiDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header. Now using correct ESP32 chipIP Author: Khoi Hoang
https://www.arduino.cc/reference/en/libraries/esp_wifimanager_lite/index.html
dee7c12dbf00-2
Author: Khoi Hoang Maintainer: Khoi Hoang Read the documentation Compatibility This library is compatible with the esp8266, esp32 architectures. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 1.10.5 (latest) 1.10.4 1.10.3 1.10.2 1.10.1 1.10.0 1.9.0 1.8.2 1.8.1 1.8.0 1.7.0 1.6.0 1.5.1 1.5.0 1.4.0 1.3.0 1.2.0 1.1.0 1.0.0
https://www.arduino.cc/reference/en/libraries/esp_wifimanager_lite/index.html
14af547737ca-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Sparkfun mg2639 cellshield SparkFun MG2639 CellShield Communication Driver library for SparkFun's MG2639 cellular shield. Simple API to use SMS, TCP, and other functions made available by the MG2639 Cellular Shield. Author: SparkFun Electronics Maintainer: Jim Lindblom Read the documentation Go to repository Compatibility This library is compatible with all architectures so you should be able to use it on all the Arduino boards. Releases To use this library, open the Library Manager in
https://www.arduino.cc/reference/en/libraries/sparkfun-mg2639-cellshield/index.html
14af547737ca-1
boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 1.0.0 (latest)
https://www.arduino.cc/reference/en/libraries/sparkfun-mg2639-cellshield/index.html
536f50691999-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Usbblaster USBBlaster Data Processing USB Blaster emulation for Arduino boards PluggableUSB module to emulate an USB Blaster. The basic port targets Arduino MKRVidor4000 Read the documentation Compatibility This library is compatible with the samd, samd_beta architectures so you should be able to use it on the following Arduino boards: Arduino MKR FOX 1200 Arduino MKR GSM 1400 Arduino MKR NB 1500 Arduino MKR VIDOR 4000
https://www.arduino.cc/reference/en/libraries/usbblaster/index.html
536f50691999-1
Arduino MKR NB 1500 Arduino MKR VIDOR 4000 Arduino MKR WAN 1300 (LoRa connectivity) Arduino MKR WAN 1310 Arduino MKR WiFi 1010 Arduino MKR ZERO (I2S bus & SD for sound, music & digital audio data) Arduino MKR1000 WIFI Arduino Nano 33 IoT Arduino Zero Compatibility Note Note: while the library is supposed to compile correctly on these architectures, it might require specific hardware features that may be available only on some boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 1.0.1 (latest) 1.0.0
https://www.arduino.cc/reference/en/libraries/usbblaster/index.html
6c3960aef88b-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Sparkfun hyperdisplay ssd1309 SparkFun HyperDisplay SSD1309 Device Control Standardized library for control of displays using the SSD1309 driver IC. An extension of HyperDisplay for the SSD1309, SPI and I2C class stubs are provided, and extension to custom interfaces is encouraged. For a complete solution also download a end-point library that depends on this library. Author: SparkFun Electronics Maintainer: SparkFun Electronics Read the documentation Compatibility This library is compatible with all architectures so you should be able to use
https://www.arduino.cc/reference/en/libraries/sparkfun-hyperdisplay-ssd1309/index.html
6c3960aef88b-1
Compatibility This library is compatible with all architectures so you should be able to use it on all the Arduino boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 1.1.1 (latest) 1.1.0 1.0.1
https://www.arduino.cc/reference/en/libraries/sparkfun-hyperdisplay-ssd1309/index.html
832f049d21da-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Teensyuserinterface TeensyUserInterface Display A simple touchscreen user interface for Teensy. Easy to use library for building Teensy applications with a menu based user interface. Author: S. Reifel Maintainer: S. Reifel Read the documentation Compatibility This library is compatible with all architectures so you should be able to use it on all the Arduino boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there.
https://www.arduino.cc/reference/en/libraries/teensyuserinterface/index.html
832f049d21da-1
the Arduino IDE and install it from there. 1.3.0 (latest) 1.0.0
https://www.arduino.cc/reference/en/libraries/teensyuserinterface/index.html
4b3a55c11f74-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Prng pRNG Data Processing Pseudo-random number generator Author: Leonardo Miliani Maintainer: Leonardo Miliani Read the documentation Go to repository Compatibility This library is compatible with all architectures so you should be able to use it on all the Arduino boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 1.2.2 (latest) 1.2.1
https://www.arduino.cc/reference/en/libraries/prng/index.html
1eedce4326ea-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Currenttransformer CurrentTransformer Sensors Arduino Library for measuring current in 50/60Hz circuits using current transformers. Copyright (C) 2018 by Jack Christensen and licensed under GNU GPL v3.0. Author: Jack Christensen Maintainer: Jack Christensen Read the documentation Compatibility This library is compatible with the avr architecture so you should be able to use it on the following Arduino boards: Arduino Micro Arduino Leonardo Arduino Mega Arduino Nano Arduino Uno Arduino Yún
https://www.arduino.cc/reference/en/libraries/currenttransformer/index.html
1eedce4326ea-1
Arduino Micro Arduino Leonardo Arduino Mega Arduino Nano Arduino Uno Arduino Yún Compatibility Note Note: while the library is supposed to compile correctly on these architectures, it might require specific hardware features that may be available only on some boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 2.3.0 (latest) 2.2.2 2.1.0 2.0.0 1.0.0
https://www.arduino.cc/reference/en/libraries/currenttransformer/index.html
a72affcc6c5a-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Ssd1306xled ssd1306xled Display SSD1306, SSD1315 or SSH1106 OLED screen driver Author: Neven Boyanov, Tejashwi Kalp Taru, David Johnson-Davies Maintainer: Tejashwi Kalp Taru Read the documentation Compatibility This library is compatible with all architectures so you should be able to use it on all the Arduino boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there.
https://www.arduino.cc/reference/en/libraries/ssd1306xled/index.html
a72affcc6c5a-1
the Arduino IDE and install it from there. 0.0.1 (latest)
https://www.arduino.cc/reference/en/libraries/ssd1306xled/index.html
288105e9def5-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Firmatawithdevicefeature FirmataWithDeviceFeature Device Control This library implements the Firmata protocol as a set of plugins that can be used to create applications to remotely interface with an Arduino board. FirmataWithDeviceFeature is a fork of ConfigurableFirmata 2.8.2 that adds a feature to support DeviceDrivers on the Arduino. Author: Firmata Developers, Doug Johnson Maintainer: Doug Johnson Read the documentation Compatibility This library is compatible with all architectures so you should be able to use
https://www.arduino.cc/reference/en/libraries/firmatawithdevicefeature/index.html
288105e9def5-1
Compatibility This library is compatible with all architectures so you should be able to use it on all the Arduino boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 2.9.4 (latest) 2.9.3 2.9.2 2.9.1 2.9.0
https://www.arduino.cc/reference/en/libraries/firmatawithdevicefeature/index.html
2996cbc470f0-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > M5 lorawan M5-LoRaWAN Device Control Library for UNIT LoRaWAN See more on http://M5Stack.com Author: M5Stack Maintainer: M5Stack Read the documentation Compatibility This library is compatible with the esp32 architecture. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 0.0.1 (latest)
https://www.arduino.cc/reference/en/libraries/m5-lorawan/index.html
720d46287dad-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Sparkfun scd4x arduino library SparkFun SCD4x Arduino Library Sensors Library for the Sensirion SCD4x family of CO2 Sensors (SCD40 and SCD41) An Arduino library for the SCD4x family of CO2 sensors from Sensirion. The SCD41 is a high quality photoacoustic CO₂ sensor capable of detecting 400 to 5000ppm with an accuracy of ±(40ppm+5%). On-chip signal compensation is realized with the built-in SHT4x humidity and temperature sensor.
https://www.arduino.cc/reference/en/libraries/sparkfun-scd4x-arduino-library/index.html
720d46287dad-1
Get the SCD40 here. Author: SparkFun Electronics Maintainer: SparkFun Electronics Read the documentation Compatibility This library is compatible with all architectures so you should be able to use it on all the Arduino boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 1.1.2 (latest) 1.1.1 1.1.0 1.0.4 1.0.3 1.0.2 1.0.1 1.0.0
https://www.arduino.cc/reference/en/libraries/sparkfun-scd4x-arduino-library/index.html
8e5cc1887eed-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Grove barometer hp20x Grove barometer HP20x Sensors Arduino library to control Grove barometer HP20x. Author: Seeed Studio Maintainer: Seeed Studio Read the documentation Compatibility This library is compatible with all architectures so you should be able to use it on all the Arduino boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 1.0.0 (latest)
https://www.arduino.cc/reference/en/libraries/grove-barometer-hp20x/index.html
69018621abc5-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Mqtt and serial printer MQTT and Serial Printer Communication Print/log over both serial and MQTT at the same time for debugging over both USB and wifi. Author: Ethan Jennings Maintainer: Ethan Jennings Read the documentation Compatibility This library is compatible with all architectures so you should be able to use it on all the Arduino boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 1.1.1 (latest) 1.1.0
https://www.arduino.cc/reference/en/libraries/mqtt-and-serial-printer/index.html
69018621abc5-1
1.1.1 (latest) 1.1.0 1.0.0
https://www.arduino.cc/reference/en/libraries/mqtt-and-serial-printer/index.html
36e0e133846f-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Wifimanager nina lite WiFiManager_NINA_Lite Communication Light-Weight MultiWiFi/Credentials Manager for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano RP2040 Connect, RASPBERRY_PI_PICO) boards, etc. using u-blox WiFiNINA / WiFi101 modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.
https://www.arduino.cc/reference/en/libraries/wifimanager_nina_lite/index.html
36e0e133846f-1
Library to configure MultiWiFi/Credentials at runtime for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano RP2040 Connect, RASPBERRY_PI_PICO) boards, etc. using WiFiNINA / WiFi101 modules/shields. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, EEPROM, FlashStorage_SAMD, FlashStorage_STM32 or DueFlashStorage. DoubleDetectDetector feature permits entering Config Portal as requested. Now using WiFiMulti_Generic library Author: Khoi Hoang
https://www.arduino.cc/reference/en/libraries/wifimanager_nina_lite/index.html
36e0e133846f-2
Author: Khoi Hoang Maintainer: Khoi Hoang Read the documentation Compatibility This library is compatible with all architectures so you should be able to use it on all the Arduino boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 1.7.1 (latest) 1.7.0 1.6.3 1.6.2 1.6.1 1.6.0 1.5.0 1.4.1 1.4.0 1.3.1 1.3.0 1.2.0 1.1.3 1.1.2 1.1.1 1.1.0 1.0.5 1.0.4
https://www.arduino.cc/reference/en/libraries/wifimanager_nina_lite/index.html
36e0e133846f-3
1.1.0 1.0.5 1.0.4 1.0.3 1.0.2 1.0.1 1.0.0
https://www.arduino.cc/reference/en/libraries/wifimanager_nina_lite/index.html
2eb005c2fd08-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Tinymenu TinyMenu Other A Tiny Menu for SuperPico-Compactible Boards (RP2040), based on TFT_eSPI Author: Yuki Kurosawa Maintainer: Yuki Kurosawa Read the documentation Go to repository Compatibility This library is compatible with the rp2040 architecture. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 1.1.0 (latest) 1.0.2
https://www.arduino.cc/reference/en/libraries/tinymenu/index.html
2eb005c2fd08-1
1.1.0 (latest) 1.0.2 1.0.1 1.0.0
https://www.arduino.cc/reference/en/libraries/tinymenu/index.html
577174c043ad-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Emuserial EMUSerial Communication ECUMaster EMU Serial Library Library to read the ECUMaster Serial format. Contains a Python Script for keeping it up-to-date. Author: Robin K. Maintainer: Robin K. Read the documentation Go to repository Compatibility This library is compatible with all architectures so you should be able to use it on all the Arduino boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there.
https://www.arduino.cc/reference/en/libraries/emuserial/index.html
577174c043ad-1
the Arduino IDE and install it from there. 1.0.2 (latest) 1.0.1
https://www.arduino.cc/reference/en/libraries/emuserial/index.html
4c9a14c73cd8-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Xlr8float XLR8Float Data Processing Arduino library for hardware accelerated floating point math. Takes advantage of hardware acceleration available in Alorium Technology's XLR8 product. Author: Alorium Technology Maintainer: Alorium Technology Read the documentation Compatibility This library is compatible with the avr architecture so you should be able to use it on the following Arduino boards: Arduino Micro Arduino Leonardo Arduino Mega Arduino Nano Arduino Uno Arduino Yún Compatibility Note
https://www.arduino.cc/reference/en/libraries/xlr8float/index.html
4c9a14c73cd8-1
Arduino Leonardo Arduino Mega Arduino Nano Arduino Uno Arduino Yún Compatibility Note Note: while the library is supposed to compile correctly on these architectures, it might require specific hardware features that may be available only on some boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 2.0.1 (latest) 2.0.0 1.0.4 1.0.1 1.0.0
https://www.arduino.cc/reference/en/libraries/xlr8float/index.html
51249d8e5a0b-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Stm32duino x nucleo nfc05a1 STM32duino X-NUCLEO-NFC05A1 Communication Allows controlling the ST X-NUCLEO-NFC05A1 expansion board This library provides a sample application to control ST X-NUCLEO-NFC05A1 expansion board Author: STMicroelectronics Maintainer: stm32duino Read the documentation Compatibility This library is compatible with the stm32 architecture. Releases To use this library, open the Library Manager in
https://www.arduino.cc/reference/en/libraries/stm32duino-x-nucleo-nfc05a1/index.html
51249d8e5a0b-1
architecture. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 1.0.1 (latest) 1.0.0
https://www.arduino.cc/reference/en/libraries/stm32duino-x-nucleo-nfc05a1/index.html
098901058479-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Bitkitrobit BitkitRobit Device Control Arduino library for Bitkit Robit. It allows you to control the servos on the Robit manipulator using a Bitkit Shield. Author: Igor Dementiev Maintainer: Mikronika Read the documentation Compatibility This library is compatible with all architectures so you should be able to use it on all the Arduino boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there.
https://www.arduino.cc/reference/en/libraries/bitkitrobit/index.html
098901058479-1
the Arduino IDE and install it from there. 1.0.1 (latest) 1.0.0
https://www.arduino.cc/reference/en/libraries/bitkitrobit/index.html
31939ccb4b16-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Pidcontroller PIDController Device Control A library that implements PID control to your code. PID controllers are commonly used in control technology. The Wikipedia page explains it well. Author: Daniel Maintainer: Daniel Read the documentation Compatibility This library is compatible with all architectures so you should be able to use it on all the Arduino boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 0.0.1 (latest)
https://www.arduino.cc/reference/en/libraries/pidcontroller/index.html
31939ccb4b16-1
0.0.1 (latest)
https://www.arduino.cc/reference/en/libraries/pidcontroller/index.html
d7a70573ca19-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Adafruit dotstar Adafruit DotStar Display Adafruit DotStar LED Library Author: Adafruit Maintainer: Adafruit Read the documentation Compatibility This library is compatible with all architectures so you should be able to use it on all the Arduino boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 1.2.3 (latest) 1.2.2 1.2.1 1.2.0
https://www.arduino.cc/reference/en/libraries/adafruit-dotstar/index.html
d7a70573ca19-1
1.2.2 1.2.1 1.2.0 1.1.5 1.1.4 1.1.3 1.1.2 1.1.1 1.1.0 1.0.4 1.0.3 1.0.2 1.0.1 1.0.0
https://www.arduino.cc/reference/en/libraries/adafruit-dotstar/index.html
f903a21cdd5c-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Mcp3421 MCP3421 Sensors A library for MCP3421 analog digital converter chip MCP3421 is 18-Bit Analog-to-Digital Converter. Author: Dirk Ohme Maintainer: Dirk Ohme Read the documentation Compatibility This library is compatible with the esp8266 architecture. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 1.0.4 (latest)
https://www.arduino.cc/reference/en/libraries/mcp3421/index.html
f903a21cdd5c-1
1.0.4 (latest) 1.0.3 1.0.2 1.0.0
https://www.arduino.cc/reference/en/libraries/mcp3421/index.html
4f94aeb312ab-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Mbed ble mouse Mbed BLE Mouse Communication Bluetooth LE Mouse library for the Arduino Boards with BLE support and running mbed OS. Author: Harsha Maintainer: csash7 Read the documentation Compatibility This library is compatible with the mbed, mbed_nano, mbed_portenta architectures so you should be able to use it on the following Arduino boards: Arduino Nano 33 BLE Portenta H7 Compatibility Note Note: while the library is supposed to compile correctly on these architectures,
https://www.arduino.cc/reference/en/libraries/mbed-ble-mouse/index.html
4f94aeb312ab-1
Compatibility Note Note: while the library is supposed to compile correctly on these architectures, it might require specific hardware features that may be available only on some boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 1.3.0 (latest) 1.2.0 1.1.2 1.1.1 1.1.0
https://www.arduino.cc/reference/en/libraries/mbed-ble-mouse/index.html
434f60242ac6-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Keymatrix KeyMatrix Device Control KeyMatrix is poll event library for matrix keypads. It includes various alphanumeric modes to process text on phone-like keypads. Author: Gonçalo Baltazar Maintainer: Gonçalo Baltazar Read the documentation Compatibility This library is compatible with all architectures so you should be able to use it on all the Arduino boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there.
https://www.arduino.cc/reference/en/libraries/keymatrix/index.html
434f60242ac6-1
the Arduino IDE and install it from there. 1.0.0 (latest)
https://www.arduino.cc/reference/en/libraries/keymatrix/index.html
3ce011572d5d-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Esp32dispatcher ESP32Dispatcher Data Processing Simple time-slice based task dispatcher Provides a Dispatcher class Author: WickedRainman Maintainer: WickedRainman Read the documentation Go to repository Compatibility This library is compatible with all architectures so you should be able to use it on all the Arduino boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 1.0.4 (latest)
https://www.arduino.cc/reference/en/libraries/esp32dispatcher/index.html
3ce011572d5d-1
1.0.4 (latest) 1.0.3 1.0.1 1.0.0
https://www.arduino.cc/reference/en/libraries/esp32dispatcher/index.html
3c031fa1cb6c-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Led controls LED_Controls Device Control LED_Controls Author: Richard Maintainer: Richard Read the documentation Go to repository Compatibility This library is compatible with all architectures so you should be able to use it on all the Arduino boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 1.1.0 (latest)
https://www.arduino.cc/reference/en/libraries/led_controls/index.html
11f7fc5413c4-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Wire asukiaaa wire_asukiaaa Communication Functions about wire for Arduino. This library supplies functions and a class that is useful for central and peripheral. Author: Asuki Kono Maintainer: Asuki Kono Read the documentation Compatibility This library is compatible with all architectures so you should be able to use it on all the Arduino boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 1.1.5
https://www.arduino.cc/reference/en/libraries/wire_asukiaaa/index.html
11f7fc5413c4-1
the Arduino IDE and install it from there. 1.1.5 (latest) 1.1.4 1.1.3 1.1.2 1.1.1 1.1.0 1.0.6 1.0.5 1.0.4 1.0.3 1.0.2 1.0.1 1.0.0
https://www.arduino.cc/reference/en/libraries/wire_asukiaaa/index.html
91f0011280bb-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Dfrobot sim808 DFRobot_SIM808 Communication This is a Library for SIM808 GPS/GPRS/GSM Arduino Shield V1.0(SKU: TEL0097). SIM808 module is a complete Quad-Band GSM/GPRS module which combines GPS technology for satellite navigation. Author: DFRobot Maintainer: qsjhyy Read the documentation Compatibility This library is compatible with all architectures so you should be able to use it on all the Arduino boards. Releases
https://www.arduino.cc/reference/en/libraries/dfrobot_sim808/index.html
91f0011280bb-1
it on all the Arduino boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 1.0.1 (latest) 1.0.0
https://www.arduino.cc/reference/en/libraries/dfrobot_sim808/index.html
2c7f1cd35f0c-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Yfrobot i2c line follow sensor library Yfrobot I2C Line Follow Sensor Library Device Control Arduino library for yfrobot i2c line follow sensor The library supports YFROBOT i2c line follow sensor modules. Author: YFROBOT Maintainer: YFROBOT-ZL, Read the documentation Compatibility This library is compatible with all architectures so you should be able to use it on all the Arduino boards. Releases To use this library, open the Library Manager in
https://www.arduino.cc/reference/en/libraries/yfrobot-i2c-line-follow-sensor-library/index.html
2c7f1cd35f0c-1
boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 0.0.5 (latest) 0.0.4 0.0.3 0.0.1
https://www.arduino.cc/reference/en/libraries/yfrobot-i2c-line-follow-sensor-library/index.html
e65106d7122e-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Mrm can bus mrm-can-bus Device Control CAN Bus library CAN Bus connectivity and local functions exposed via CAN Bus, common part Author: Zoran Pribičević Maintainer: Zoran Pribičević Read the documentation Compatibility This library is compatible with the esp32 architecture. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 0.0.5 (latest)
https://www.arduino.cc/reference/en/libraries/mrm-can-bus/index.html
e65106d7122e-1
0.0.5 (latest) 0.0.4 0.0.3 0.0.2 0.0.0
https://www.arduino.cc/reference/en/libraries/mrm-can-bus/index.html
4510f46d6efa-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Plotutils plotutils Data Processing 2-D vector graphics composition library This library implements the core of the GNU plotutils package (https://www.gnu.org/software/plotutils/). It includes graph, but not spline or ode, to reduce the size a bit. It compiles to around ~650kB code space, and requires psram to work with substantial images (140x140). Author: Robert Maier and Nick Tufillaro Maintainer: Larry Bernstone Read the documentation Go to repository Compatibility
https://www.arduino.cc/reference/en/libraries/plotutils/index.html
4510f46d6efa-1
Maintainer: Larry Bernstone Read the documentation Go to repository Compatibility This library is compatible with the esp32 architecture. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 1.0.1 (latest)
https://www.arduino.cc/reference/en/libraries/plotutils/index.html
ee2b0151c9cc-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Cloudchip iot Cloudchip IoT Communication Cloudchip.io communication library for Arduino, ESP8266 & EPS32 Cloudchip.io platform allows you to aggregate, visualize and analyze live IoT data streams in the cloud via MQTT & HTTP API's. Author: Cloudchip Technologies Maintainer: Cloudchip Technologies Read the documentation Go to repository Compatibility This library is compatible with all architectures so you should be able to use it on all the Arduino boards. Releases To use this library, open the Library Manager in
https://www.arduino.cc/reference/en/libraries/cloudchip-iot/index.html
ee2b0151c9cc-1
boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 2.1.1 (latest) 2.0.7 2.0.2 2.0.0 1.2.0
https://www.arduino.cc/reference/en/libraries/cloudchip-iot/index.html
9eb7ba520da2-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Sparkfun zx distance and gesture sensor SparkFun ZX Distance and Gesture Sensor Sensors The ZX Sensor uses infrared light to determine the distance from an object and where the object is located on the X axis (between IR LEDs), available from SparkFun Electronics The ZX Distance and Gesture Sensor is sensor capable of sensing an object's distance from the sensor and its location between the IR LEDs. Author: SparkFun Electronics Maintainer: SparkFun Electronics Read the documentation Compatibility This library is compatible with all architectures so you should be able to use
https://www.arduino.cc/reference/en/libraries/sparkfun-zx-distance-and-gesture-sensor/index.html
9eb7ba520da2-1
Compatibility This library is compatible with all architectures so you should be able to use it on all the Arduino boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 1.0.1 (latest) 1.0.0
https://www.arduino.cc/reference/en/libraries/sparkfun-zx-distance-and-gesture-sensor/index.html
2c33d2be07ce-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Sipf arduino client sipf-arduino-client Communication SIPF Library for Arduino Author: SAKURA internet Inc. Maintainer: SAKURA internet Inc. Read the documentation Compatibility This library is compatible with the spresense architecture. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 0.1.0 (latest)
https://www.arduino.cc/reference/en/libraries/sipf-arduino-client/index.html
8e131d1ccea5-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Animately Animately Device Control Precise animation of props or robots without the need for thread-blocking (delay()) or complex state machines. Animately allows for precise animation of props or robots, down to the millisecond, without the need for thread-blocking (delay()) or complex state machines. This frees you to focus on the creative aspects of animating rather than the implementation details. Author: Nicholas Koza Maintainer: Nicholas Koza Read the documentation Compatibility This library is compatible with the architecture. Releases
https://www.arduino.cc/reference/en/libraries/animately/index.html
8e131d1ccea5-1
Compatibility This library is compatible with the architecture. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 0.2.0 (latest) 0.1.1 0.1.0
https://www.arduino.cc/reference/en/libraries/animately/index.html
612a93d39786-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Smarteverything vl6180x SmartEverything VL6180X Sensors Library code for the Ambient Light & Proximity sensor from ST component. Combining an IR emitter, a range sensor and an ambient light sensor in a three-in-one ready-to-use reflowable package. The VL6180X is easy to integrate and saves the end-product maker long and costly optical and mechanical design optimizations. Author: Mik Maintainer: axelelettronica Read the documentation Compatibility
https://www.arduino.cc/reference/en/libraries/smarteverything-vl6180x/index.html
612a93d39786-1
Maintainer: axelelettronica Read the documentation Compatibility This library is compatible with all architectures so you should be able to use it on all the Arduino boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 1.1.1 (latest) 1.0.1 1.0.0
https://www.arduino.cc/reference/en/libraries/smarteverything-vl6180x/index.html
96a83c698769-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Ad57x4r AD57X4R Signal Input/Output Provides an SPI based interface to the AD5724R, AD5734R, and the AD5754R Quad 12-/14-/16-Bit Unipolar/Bipolar Voltage Output DACs. Like this project? Please star it on GitHub! Author: Peter Polidoro Maintainer: Peter Polidoro Read the documentation Go to repository Compatibility This library is compatible with all architectures so you should be able to use
https://www.arduino.cc/reference/en/libraries/ad57x4r/index.html
96a83c698769-1
Compatibility This library is compatible with all architectures so you should be able to use it on all the Arduino boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 4.0.1 (latest) 4.0.0 3.0.2 3.0.1 3.0.0 2.2.0 2.1.0 2.0.0 1.1.0 1.0.0
https://www.arduino.cc/reference/en/libraries/ad57x4r/index.html
946fea6ac333-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Sparkfun ak975x human presence sensor library SparkFun AK975X Human Presence Sensor Library Sensors Library for the AK9753 PIR Human Presence Qwiic Board An Arduino Library for the AK9753 4 channel PIR sensor used for human movement and presence sensing Author: SparkFun Electronics Maintainer: SparkFun Electronics Read the documentation Compatibility This library is compatible with all architectures so you should be able to use it on all the Arduino boards. Releases
https://www.arduino.cc/reference/en/libraries/sparkfun-ak975x-human-presence-sensor-library/index.html