id
stringlengths
14
16
text
stringlengths
10
1.45k
source
stringlengths
46
118
de0066c7e0f7-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 > Dht sensor library for espx DHT sensor library for ESPx Sensors Arduino ESP library for DHT11, DHT22, etc Temp & Humidity Sensors Optimized libray to match ESP32 requirements. Last changes: Fix negative temperature problem (credits @helijunky) Author: beegee_tokyo Maintainer: beegee_tokyo Read the documentation Go to repository Compatibility This library is compatible with the esp8266, esp32, samd, avr architectures so you
https://www.arduino.cc/reference/en/libraries/dht-sensor-library-for-espx/index.html
de0066c7e0f7-1
architectures so you should be able to use it on the following Arduino boards: Arduino Micro Arduino Leonardo Arduino Mega Arduino MKR FOX 1200 Arduino MKR GSM 1400 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 Arduino Nano 33 IoT Arduino Uno Arduino Yún 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
https://www.arduino.cc/reference/en/libraries/dht-sensor-library-for-espx/index.html
de0066c7e0f7-2
Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 1.19.0 (latest) 1.18.0 1.17.0 1.16.0 1.14.0 1.0.13 1.0.12 1.0.9 1.0.8 1.0.7 1.0.6 1.0.5 1.0.4
https://www.arduino.cc/reference/en/libraries/dht-sensor-library-for-espx/index.html
1c8256f958eb-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 > Eepromtyped EEPROMTyped Data Storage The EEPROM Typed Library is a lightweight static library for reading and writing standard Arduino data types to the EEPROM.
https://www.arduino.cc/reference/en/libraries/eepromtyped/index.html
1c8256f958eb-1
The library provides a write and read method call that takes a memory address and standard data type variable which is deconstructed into or reconstructed from byte values written or read from the EEPROM memory. The library also provides a sizeof used to return the variable size in bytes which can be used to calculate memory addresses. The library works with array, bool, byte, char, double, float, int, long, short, size_t, string, unsigned char, unsigned int, unsigned long and word data types. Author: Terence F. Golla tfg@terencegolla.com Maintainer: Terence F. Golla tfg@terencegolla.com 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
https://www.arduino.cc/reference/en/libraries/eepromtyped/index.html
1c8256f958eb-2
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/eepromtyped/index.html
08868a8bd97c-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 > Fastble FastBLE Communication BLE that leaves cycles for other tasks on Arduino MKR WiFi 1010 Only supports peripheral mode and lacks some customization options. Uses the NINA processor unlike the official BLE. You have to flash the NINA with the software included in extras. Author: Joonatan Saarhelo Maintainer: Joonatan Saarhelo Read the documentation Compatibility This library is compatible with the samd architecture so you should be able to use it on the following Arduino boards:
https://www.arduino.cc/reference/en/libraries/fastble/index.html
08868a8bd97c-1
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 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. 0.2.0 (latest) 0.1.0
https://www.arduino.cc/reference/en/libraries/fastble/index.html
27fc3ab6af4b-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 > Tinyxml TinyXML Data Processing Fork of Adam Rudd's (adamvr) TinyXML 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.0.2 (latest) 1.0.1 1.0.0
https://www.arduino.cc/reference/en/libraries/tinyxml/index.html
6daa2c7284f0-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 > Ez switch lib ez_switch_lib Signal Input/Output Support for single and multiple switches for Arduino and ESP 32 microcontrollers. The library provides support for single or multiple switches of type button or toggled and different wiring schemes. It has the unique capability of linking switches to other digital output pins for auto-switching without any supporting code line. Author: Ron Bentley Maintainer: Ron Bentley Read the documentation Compatibility This library is compatible with all architectures so you should be able to use it on all the Arduino boards.
https://www.arduino.cc/reference/en/libraries/ez_switch_lib/index.html
6daa2c7284f0-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. 3.0.1 (latest) 3.0.0 2.0.9 2.0.8 2.0.7 2.0.6 2.0.5 2.0.4 2.0.3
https://www.arduino.cc/reference/en/libraries/ez_switch_lib/index.html
70aa8171add5-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 > Midi library MIDI Library Communication MIDI I/Os for Arduino Read & send MIDI messages to interface with your controllers and synths Author: Francois Best, lathoub Maintainer: Francois Best 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. 5.0.2 (latest)
https://www.arduino.cc/reference/en/libraries/midi-library/index.html
70aa8171add5-1
5.0.2 (latest) 5.0.1 5.0.0 4.3.1 4.2.0
https://www.arduino.cc/reference/en/libraries/midi-library/index.html
c158d4f14678-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 > Tasker Tasker Timing Get rid of delay() calls, schedule tasks/functions instead. Allows to schedule tasks (your functions) to be called once, repeatedly or indefinitely in a given time frame. Features simple and familiar Javascript-like syntax. Does not use any hardware interrupts, relies on cooperative multitasking. Simple, clean and highly portable. Author: Petr Stehlík Maintainer: Petr Stehlík Read the documentation 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/tasker/index.html
c158d4f14678-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. 2.0.3 (latest) 2.0.0 1.4.0 1.2.0 1.1.0
https://www.arduino.cc/reference/en/libraries/tasker/index.html
41115c563595-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 > Robopoly bluetooth Robopoly Bluetooth Device Control This library allows you to use the bluetooth module on the Robopoly Shield. Author: Karl Kangur, David Perrenoud, Robopoly Maintainer: Robopoly Read the documentation Go to repository 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 Note: while the library is supposed to compile correctly on these architectures,
https://www.arduino.cc/reference/en/libraries/robopoly-bluetooth/index.html
41115c563595-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.5.1 (latest)
https://www.arduino.cc/reference/en/libraries/robopoly-bluetooth/index.html
0af425323050-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 > Mupplet core mupplet-core Device Control muwerk mupplet Core Library A collection of hardware applets for the muwerk scheduler Author: Dominik Schlösser, Leo Moll Maintainer: Dominik Schlösser, 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/mupplet-core/index.html
0af425323050-1
the Arduino IDE and install it from there. 0.5.2 (latest) 0.5.1 0.5.0 0.4.0 0.3.0 0.2.1 0.1.1
https://www.arduino.cc/reference/en/libraries/mupplet-core/index.html
4c1a7e9c9be8-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 > Asyncdelay AsyncDelay Timing Simple abstraction library implementing delays and timeouts. Implements delays and timeouts. Uses millis() and micros(), taking care of any rollovers should they occur. GNU LGPL v2.1 Author: Steve Marple Maintainer: Steve Marple 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
https://www.arduino.cc/reference/en/libraries/asyncdelay/index.html
4c1a7e9c9be8-1
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.2 1.0.1 1.0.0
https://www.arduino.cc/reference/en/libraries/asyncdelay/index.html
cfd5e3689d92-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 imu 9dof Grove IMU 9DOF Sensors Arduino library for controlling Grove IMU 9DOF, using I2C communication. 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-imu-9dof/index.html
3b349a4b7ae7-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 > Asyncesp32 sc enc manager AsyncESP32_SC_ENC_Manager Communication ESP32_S2/S3/C3 + LwIP + LwIP ENC28J60 Connection and Credentials Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.
https://www.arduino.cc/reference/en/libraries/asyncesp32_sc_enc_manager/index.html
3b349a4b7ae7-1
This Library is used for configuring ESP32_S2/S3/C3 + LwIP ENC28J60 Credentials Manager at runtime. You can also specify static DNS servers, personalized HostName, static or DHCP IP. With configurable CORS Header and auto-Timezone features. Now using AsyncDNSServer instead of DNSServer and correct ESP32 chipIP Author: Khoi Hoang Maintainer: Khoi Hoang 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.1.0 (latest) 1.0.0
https://www.arduino.cc/reference/en/libraries/asyncesp32_sc_enc_manager/index.html
fa8ff384313f-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 > Rtt cmsis os RTT-CMSIS-OS Other RT-Thread CMSIS RTOS2 RT-Thread implementation of ARM CMSIS-RTOS C API v2 Author: onelife Maintainer: onelife Read the documentation Compatibility This library is compatible with the sam, samd, gd32v, stm32 architectures so you should be able to use it on the following Arduino boards: Arduino Due Arduino MKR FOX 1200 Arduino MKR GSM 1400
https://www.arduino.cc/reference/en/libraries/rtt-cmsis-os/index.html
fa8ff384313f-1
Arduino Due Arduino MKR FOX 1200 Arduino MKR GSM 1400 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.0 (latest)
https://www.arduino.cc/reference/en/libraries/rtt-cmsis-os/index.html
8fa8cbed900d-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 > Halake m5stack library HaLake-M5Stack-Library Other A library to create web server on M5Stack Create web server on M5Stack Author: nyampass Maintainer: Tokusei Noborio, Takumi Shinoda 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/halake-m5stack-library/index.html
8fa8cbed900d-1
the Arduino IDE and install it from there. 1.0.0 (latest)
https://www.arduino.cc/reference/en/libraries/halake-m5stack-library/index.html
573757e3b800-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 > Servo hardware pwm Servo Hardware PWM Device Control Allows Arduino/Genuino Mega boards to control up to 9 servos with the integrated 16-bit hardware PWM timer/counter. This library uses the 16-bit hardware timer/counter (timer3, timer4 and timer5) to control the servos. Possible output pins are pin 2, 3, 5, 6, 7, 8, 44, 45 and 46. Unlike the original Servo.h library, this library does not use Timer1.
https://www.arduino.cc/reference/en/libraries/servo-hardware-pwm/index.html
573757e3b800-1
Unlike the original Servo.h library, this library does not use Timer1. The advantage here is that when using the Wire.h library no fluctuations in the pulse width occur. In addition, I / O registers are addressed directly and not via the digitalWrite()-function (as in Servo.h). Author: Daniel Duller Maintainer: Daniel Duller 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 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
https://www.arduino.cc/reference/en/libraries/servo-hardware-pwm/index.html
573757e3b800-2
Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 1.3.0 (latest) 1.2.1 1.2.0 1.0.2 1.0.1 1.0.0
https://www.arduino.cc/reference/en/libraries/servo-hardware-pwm/index.html
f6308b231325-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 > Rotaryencoder zanduino RotaryEncoder_Zanduino Device Control Access the 3-Color LED Rotary Encoder - read and set colors Author: https://github.com/SV-Zanshin Maintainer: https://github.com/SV-Zanshin 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.6
https://www.arduino.cc/reference/en/libraries/rotaryencoder_zanduino/index.html
f6308b231325-1
the Arduino IDE and install it from there. 1.0.6 (latest)
https://www.arduino.cc/reference/en/libraries/rotaryencoder_zanduino/index.html
0be23e60fb8c-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 > Sbc SBC Device Control Allows communications with a Steel Battalion Controller using a Teensy 4.0 or 4.1 Allows you to connect to a Steel Battalion Controller using a Teensy 4.0 or 4.1 in host mode. Allows for direct control of lights and reading of joystick values. Example reads joystick values and presents as a keyboard+mouse+serial+joystick HID joystick device. Author: Santiago Saldana Maintainer: Santiago Saldana Read the documentation Compatibility
https://www.arduino.cc/reference/en/libraries/sbc/index.html
0be23e60fb8c-1
Maintainer: Santiago Saldana 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) 0.0.1
https://www.arduino.cc/reference/en/libraries/sbc/index.html
fae051ffd5e3-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 > Max7219segment MAX7219Segment Display MAX7219/MAX7221 Digital Tube 7-Segment LED Display Library Easy-to-use library for 8 bit 7-segment digital LED display module. Author: Antor Ahmed Maintainer: Antor Ahmed 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
https://www.arduino.cc/reference/en/libraries/max7219segment/index.html
fae051ffd5e3-1
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/max7219segment/index.html
fbafb83988dd-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 > Serialterminalpro SerialTerminalPRO Device Control a simple Arduino library to incorporate a serial terminal to your project This library allows you to register functions to commands, which then can be triggered via serial. This is nice for debugging or creating a simple user interface Author: Michael Ochmann Maintainer: Michael Ochmann 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
https://www.arduino.cc/reference/en/libraries/serialterminalpro/index.html
fbafb83988dd-1
Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 1.1.1 (latest) 1.0.3 1.0.2
https://www.arduino.cc/reference/en/libraries/serialterminalpro/index.html
c6794d60c121-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 > Espvgax ESPVGAX Display VGA signal generator for ESP8266 Supports monocromatic 512x480px with additional dynamic colors Author: Sandro Maffiodo Maintainer: Sandro Maffiodo 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.0 (latest)
https://www.arduino.cc/reference/en/libraries/espvgax/index.html
75901ba199e5-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 > Rf24network RF24Network Communication OSI Layer 3 Networking for nrf24L01(+) devices. Provides a simple and seamless network layer for sensor/IoT networks, including routing, addressing and fragmentation/reassembly. Author: TMRh20 Maintainer: TMRh20,Avamander 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/rf24network/index.html
75901ba199e5-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. 2.0.0 (latest) 1.0.19 1.0.18 1.0.17 1.0.16 1.0.15 1.0.14 1.0.13 1.0.12 1.0.11 1.0.10 1.0.9 1.0.8 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/rf24network/index.html
80f7fcce7977-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 > Generalshield GeneralShield Uncategorized GeneralShield Library Author: Amir Maintainer: Amir 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.0 (latest)
https://www.arduino.cc/reference/en/libraries/generalshield/index.html
4c2af4e04e5e-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 > Home assistant integration home-assistant-integration Communication Home Assistant MQTT integration for Arduino Lightweight library that provides easy to use API for integrating your Arduino/ESP based device with Home Assistant. Author: Dawid Chyrzynski Maintainer: Dawid Chyrzynski 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
https://www.arduino.cc/reference/en/libraries/home-assistant-integration/index.html
4c2af4e04e5e-1
Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 2.0.0 (latest) 1.3.0 1.2.0 1.1.1 1.1.0 1.0.1
https://www.arduino.cc/reference/en/libraries/home-assistant-integration/index.html
13cd438d3e9e-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 > Ina226 we INA226_WE Sensors A library for the INA226 current and power sensor module It allows to set current ranges, number of samples per measurement, conversion ranges. You can chose between continous, triggered and power down mode. Conversion ready and limit alert modes are also implemented. Author: Wolfgang Ewald Maintainer: Wolfgang Ewald 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/ina226_we/index.html
13cd438d3e9e-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.2.6 (latest) 1.2.5 1.2.4 1.2.3 1.2.2 1.2.1 1.2.0 1.1.2 1.1.1 1.1.0 1.0.0
https://www.arduino.cc/reference/en/libraries/ina226_we/index.html
044aecc1c76b-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 > Gps GPS Communication GPS code class for Arduino gps comunication Author: Helder Rodrigues Maintainer: Helder Rodrigues 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.1 (latest) 1.0.0
https://www.arduino.cc/reference/en/libraries/gps/index.html
73866eae67ed-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 > Motor driver library Motor Driver Library Device Control Motor Driver Library for Arduino Shields with L293D and 74HC595 Though The Old Adafruit Motor Shield has been discontinued, a lot of Chinese sellers continue to manufacture this Shield at a low cost, and it is a good Shield for running a small robotics class. This library allows you to access and control all motor channels. Author: CuriosityGym Maintainer: Rupin Read the documentation Go to repository Compatibility This library is compatible with the avr architecture so you
https://www.arduino.cc/reference/en/libraries/motor-driver-library/index.html
73866eae67ed-1
Go to repository 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 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/motor-driver-library/index.html
bfb059fca8ed-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 > Simpleserialprotocol SimpleSerialProtocol Communication Library for communicate between serial port enabled devices Provides easy and robust general purpose serial communication between PC side applications and Arduino(-compatible) devices. Arduino implementation of https://gitlab.com/yesbotics/simple-serial-protocol/simple-serial-protocol-docs Author: Yesbotics Maintainer: Albrecht Nitsche, Jens Kabisch 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/simpleserialprotocol/index.html
bfb059fca8ed-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. 2.4.0 (latest) 2.3.1 2.3.0 2.2.2 2.2.1 2.2.0 2.1.0
https://www.arduino.cc/reference/en/libraries/simpleserialprotocol/index.html
e5bde9b92bcc-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 > Timealarms TimeAlarms Timing Perform tasks at specific times or after specific intervals. The Alarm library is a companion to the Time library that makes it easy to perform tasks at specific times or after specific intervals. Tasks scheduled at a particular time of day are called Alarms, tasks scheduled after an interval of time has elapsed are called Timers. These tasks can be created to continuously repeat or to occur once only. Author: Michael Margolis Maintainer: Paul Stoffregen Read the documentation Go to repository Compatibility
https://www.arduino.cc/reference/en/libraries/timealarms/index.html
e5bde9b92bcc-1
Maintainer: Paul Stoffregen 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.5.0 (latest) 1.4.0
https://www.arduino.cc/reference/en/libraries/timealarms/index.html
7ae01ebb358d-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 max1704x fuel gauge arduino library SparkFun MAX1704x Fuel Gauge Arduino Library Sensors Arduino library for the MAX17043/44/48/49 fuel gauges An Arduino library to let you access all of the features of the MAX17043, MAX17044, MAX17048 and MAX17049 battery fuel gauges 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
https://www.arduino.cc/reference/en/libraries/sparkfun-max1704x-fuel-gauge-arduino-library/index.html
7ae01ebb358d-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.4 (latest) 1.0.3 1.0.2 1.0.1 1.0.0
https://www.arduino.cc/reference/en/libraries/sparkfun-max1704x-fuel-gauge-arduino-library/index.html
d6c43aea0c26-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 > Max1464 arduino library MAX1464 Arduino library Sensors A complete interface for the the Maxim MAX1464 Multichannel Sensor Signal Processor for Arduino. Author: Giacomo Mazzamuto Maintainer: Giacomo Mazzamuto 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.1
https://www.arduino.cc/reference/en/libraries/max1464-arduino-library/index.html
d6c43aea0c26-1
the Arduino IDE and install it from there. 1.0.1 (latest) 1.0.0
https://www.arduino.cc/reference/en/libraries/max1464-arduino-library/index.html
abb071fcd583-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 i2c motor driver v1.3 Grove I2C Motor Driver v1.3 Sensors Arduino library to control Grove I2C Motor Driver. 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.1 (latest)
https://www.arduino.cc/reference/en/libraries/grove-i2c-motor-driver-v1.3/index.html
abb071fcd583-1
1.0.1 (latest) 1.0.0
https://www.arduino.cc/reference/en/libraries/grove-i2c-motor-driver-v1.3/index.html
ae1220470f36-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 > Antaresloraid AntaresLoraID Communication Lora.id Arduino Library for Dragino/RFM and standalone LoRaWAN modules. Device library for lora.id network. Author: Antares Maintainer: Andri Rahmadhani Read the documentation Compatibility This library is compatible with the avr, esp8266 architectures 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/antaresloraid/index.html
ae1220470f36-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. 1.1.0 (latest) 1.0.0
https://www.arduino.cc/reference/en/libraries/antaresloraid/index.html
c3d0b756138b-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 > Acs712 ACS712 Signal Input/Output ACS712 library for Arduino. Current measurement, tested with RobotDyn ACDC 20A Module. Author: Rob Tillaart Maintainer: Rob Tillaart 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.3.7
https://www.arduino.cc/reference/en/libraries/acs712/index.html
c3d0b756138b-1
the Arduino IDE and install it from there. 0.3.7 (latest) 0.3.6 0.3.5 0.3.4 0.3.3 0.3.2 0.3.1 0.3.0 0.2.8 0.2.7 0.2.6 0.2.5 0.2.4 0.2.3 0.2.2 0.2.1 0.2.0 0.1.3 0.1.2
https://www.arduino.cc/reference/en/libraries/acs712/index.html
6be92910c451-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 > Staticserialcommands StaticSerialCommands Data Processing An Arduino library for parsing commands received over a serial port. Optimized for low dynamic memory usage. Typed arguments with strict input validation and friendly error messages. Commands can have subcommands. Author: naszly Maintainer: naszly Read the documentation 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. 1.2.0
https://www.arduino.cc/reference/en/libraries/staticserialcommands/index.html
6be92910c451-1
the Arduino IDE and install it from there. 1.2.0 (latest) 1.1.0 1.0.0
https://www.arduino.cc/reference/en/libraries/staticserialcommands/index.html
4a39afb0a944-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 > Iridium sbd Iridium SBD Communication This library supports satellite data transmissions from anywhere on earth using the RockBLOCK family of Iridium 9602 and 9603 modems. It probably works on other Iridium devices too. Messages are "twitter length" and can be sent to and from the device using email, HTTP POST, or the Rock7 console. Great for tracking balloons, vehicles, and ocean floaters. Author: Mikal Hart Maintainer: Mikal Hart Read the documentation Compatibility
https://www.arduino.cc/reference/en/libraries/iridium-sbd/index.html
4a39afb0a944-1
Maintainer: Mikal Hart 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. 2.0.0 (latest) 1.0.0
https://www.arduino.cc/reference/en/libraries/iridium-sbd/index.html
1ce796f1ce5d-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 > Kerbalsimpit KerbalSimpit Communication A library for interfacing with the Kerbal Space Program video game. Works with an accompanying KSP plugin (https://github.com/Simpit-team), to allow your Arduino to receive telemetry and send commands over a serial connection. Author: Rogor, LRTNZ Maintainer: Rogor, LRTNZ 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/kerbalsimpit/index.html
1ce796f1ce5d-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. 2.2.0 (latest) 2.1.0 2.0.0
https://www.arduino.cc/reference/en/libraries/kerbalsimpit/index.html
4d860c47d0ed-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 > Rp2040 sd RP2040_SD Data Storage This library enables you to use SPI SD cards with RP2040-based boards such as Nano_RP2040_Connect, RASPBERRY_PI_PICO using either RP2040 Arduino-mbed or arduino-pico core. This SD-Fat v2 can support FAT16, FAT32, exFAT file systems. exFAT supports files larger than 4GB by using uint64_t as file offset. Author: Bill Greiman Maintainer: Khoi Hoang
https://www.arduino.cc/reference/en/libraries/rp2040_sd/index.html
4d860c47d0ed-1
Author: Bill Greiman Maintainer: Khoi Hoang Read the documentation Compatibility This library is compatible with the rp2040, mbed_rp2040, mbed_nano architectures so you should be able to use it on the following Arduino boards: Arduino Nano 33 BLE 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/rp2040_sd/index.html
74a73d102841-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 > Husb238driver HUSB238Driver Other HUSB238Driver for ESP32 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.3 (latest) 1.0.2 1.0.1 1.0.0
https://www.arduino.cc/reference/en/libraries/husb238driver/index.html
7fd4d0c0d21e-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 > Dataserverios DataServeriOS Communication Serves data to Arduino Control (iOS) for control over network. With this library you can communicate bitween the app and your Arduino. Author: M. Heeres Maintainer: Matthijs Heeres 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/dataserverios/index.html
7fd4d0c0d21e-1
the Arduino IDE and install it from there. 2.0.0 (latest)
https://www.arduino.cc/reference/en/libraries/dataserverios/index.html
d166d5ad414b-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 > Oss ec stm stlm20w87f 00000057 OSS-EC_STM_STLM20W87F_00000057 Sensors STMicroelectronics STLM20W87F Temperature Sensor Library. Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max Author: RLL-Blue-Dragon Maintainer: RLL-Blue-Dragon Read the documentation Compatibility
https://www.arduino.cc/reference/en/libraries/oss-ec_stm_stlm20w87f_00000057/index.html
d166d5ad414b-1
Maintainer: RLL-Blue-Dragon 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/oss-ec_stm_stlm20w87f_00000057/index.html
fb84cfcd4123-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 > Zacwire for tsic ZACwire for TSic Sensors Reading the ZACwire protocol of TSic sensors with ISRs. Simple library to read the ZACwire protocol, wich is used by TSic temperature sensors 206, 306 and 506. Main benefits compared to former TSic libraries are much better performance, less misreadings and higher accuracy. Author: Adrian Immer Maintainer: Adrian Immer 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/zacwire-for-tsic/index.html
fb84cfcd4123-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.0.0 (latest) 1.3.3 1.3.2 1.1.3 1.1.2 1.1.1
https://www.arduino.cc/reference/en/libraries/zacwire-for-tsic/index.html
94856c591f99-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 > Lm35 sensor LM35 Sensor Sensors This library for Arduino allows you to use the LM35 temperature sensor. Gets temperature in Celcius with LM35 and convert in Fahrenheit or Kelvin Author: WILMOUTH Steven Maintainer: WILMOUTH Steven 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
https://www.arduino.cc/reference/en/libraries/lm35-sensor/index.html
94856c591f99-1
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/lm35-sensor/index.html
ba6c70b4f34a-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 > Timerms TimerMs Timing Advanced software timer (based on millis()) Author: AlexGyver Maintainer: AlexGyver 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.0 (latest) 1.1.1 1.1.0 1.0.0
https://www.arduino.cc/reference/en/libraries/timerms/index.html
cd672dcb791a-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 > Ad9850spi AD9850SPI Other Arduino SPI library for AD9850 This library uses the Serial Peripheral Interface (SPI) to accelerate the update of the AD9850 from 700µs in software serial to 90µs (54µs for the deltaphase calculation and 36µs for the transfert) Author: F4GOJ Maintainer: F4GOJ 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/ad9850spi/index.html
cd672dcb791a-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.2 (latest) 1.0.1
https://www.arduino.cc/reference/en/libraries/ad9850spi/index.html
a4bad1d4e37b-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 > Rokitsmart RokitSmart Device Control A library for RokitSmart users More information can be found at http://robolink.com/ Author: Robolink Maintainer: Robolink Read the documentation Go to repository 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/rokitsmart/index.html
a4bad1d4e37b-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. 1.0.9 (latest)
https://www.arduino.cc/reference/en/libraries/rokitsmart/index.html
8bb51a88f835-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 > Motor pid Motor_PID Uncategorized HG7881 module double H bridge L9110S and L298N drivers library (PID) library let you control your dc motors using double h bridge drivers such as L298N and HG7881. To use library you need to have encoder Author: Natan Lisowski Maintainer: Natan Lisowski 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/motor_pid/index.html
8bb51a88f835-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. 2.1.3 (latest) 2.1.1 2.1.0 2.0.0 1.0.0
https://www.arduino.cc/reference/en/libraries/motor_pid/index.html
70abe0693dc1-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 > Simpledht SimpleDHT Sensors Arduino Temp & Humidity Sensors for DHT11 and DHT22. Simple C++ code with lots of comments, strictly follow the standard DHT protocol, supports 0.5HZ(DHT22) or 1HZ(DHT11) sampling rate. Author: Winlin Maintainer: Winlin 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/simpledht/index.html
70abe0693dc1-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.15 (latest) 1.0.14 1.0.13 1.0.12 1.0.11 1.0.10 1.0.9 1.0.6 1.0.5 1.0.4 1.0.2 1.0.1
https://www.arduino.cc/reference/en/libraries/simpledht/index.html
b2d1ecbe5dcf-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 > Liveobjectssdk LiveObjectsSDK Communication A library that makes connection with Orange LiveObjects platform a breeze. Supports connection with LiveObjects platform in device mode, with the use of LTE, GSM or WifI connectivity. Author: Orange Maintainer: Marc Delain 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
https://www.arduino.cc/reference/en/libraries/liveobjectssdk/index.html
b2d1ecbe5dcf-1
Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 2.1.1 (latest) 2.0.0
https://www.arduino.cc/reference/en/libraries/liveobjectssdk/index.html
d4a5a6436281-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 > Bbe iot class library BBE IoT Class Library Device Control This is the C++ class library for students' use in IoT class to control smart systems. This library includes a few classes that hide lower level details and provide an abstract wrapper for entry level students to use. Capabilities include serial port reading, distance sensor processing, buzzer playing, fan rotating, etc. Author: Brainy Buddy Education LLC Maintainer: Joe Z 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/bbe-iot-class-library/index.html
d4a5a6436281-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.0 (latest)
https://www.arduino.cc/reference/en/libraries/bbe-iot-class-library/index.html
7d282937faff-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 > Simpledstadjust simpleDSTadjust Timing Automatic Daylight Saving Time adjust functionality for Arduino/ESP8266 Universal rule based automatic Daylight Saving Time adjust library that implements DST aware version of the esp8266 time() function. Author: neptune2 Maintainer: neptune2 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.0
https://www.arduino.cc/reference/en/libraries/simpledstadjust/index.html
7d282937faff-1
the Arduino IDE and install it from there. 1.2.0 (latest) 1.1.0
https://www.arduino.cc/reference/en/libraries/simpledstadjust/index.html
500a5c67c0bf-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 > Simplefsm SimpleFSM Communication Arduino/ESP state machine library. It allows you to quickly define a state machine. It uses callbacks and offers several convenience functions for tracking the machine's state. Tested with Arduino, ESP8266 and ESP32. Author: Lennart Hennigs Maintainer: Lennart Hennigs 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/simplefsm/index.html
500a5c67c0bf-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.2.0 (latest) 1.1.0 1.0.1 1.0.0
https://www.arduino.cc/reference/en/libraries/simplefsm/index.html
792c092e6c7f-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 > Mdriver mDriver Device Control LM398n motor driver library(SKU:LM398n). L298n motor driver library. Author: ahmedosama07 Maintainer: Ahmed Osama 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.3 (latest)
https://www.arduino.cc/reference/en/libraries/mdriver/index.html
792c092e6c7f-1
1.0.3 (latest) 1.0.1 1.0.0
https://www.arduino.cc/reference/en/libraries/mdriver/index.html