id
stringlengths 14
16
| text
stringlengths 10
1.45k
| source
stringlengths 46
118
|
---|---|---|
e7665a6dac63-1
|
(latest)
0.1.3
0.1.2
0.1.1
0.1.0
|
https://www.arduino.cc/reference/en/libraries/m5epd/index.html
|
e817f31c01c3-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 maxim max6613mxk max6613mxkv 00000057
OSS-EC_MAXIM_MAX6613MXK_MAX6613MXKV_00000057
Sensors
Maxim Integrated MAX6613MXK, MAX6613MXK/V 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_maxim_max6613mxk_max6613mxkv_00000057/index.html
|
e817f31c01c3-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.3
(latest)
1.0.2
1.0.1
1.0.0
|
https://www.arduino.cc/reference/en/libraries/oss-ec_maxim_max6613mxk_max6613mxkv_00000057/index.html
|
670f282d1614-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
RotaryEncoder
Signal Input/Output
Use a rotary encoder with quadrature pulses as an input device.
This library decodes the signals from a rotary encoder and translates them into a counter position. The library comes with some samples that show how to use the library with and without interrupts.
Author: Matthias Hertel
Maintainer: Matthias Hertel, http://www.mathertel.de
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/rotaryencoder/index.html
|
670f282d1614-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.5.3
(latest)
1.5.2
1.5.1
1.5.0
1.3.0
1.2.0
1.1.0
|
https://www.arduino.cc/reference/en/libraries/rotaryencoder/index.html
|
7f0fe25934ed-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
> Max7219
max7219
Display
Lightweight library for the MAX7219 7 segment 8 digit display
Exposes two easy to use methods DisplayText(Text, Orientation) and DisplayChar(Digit, Char, DecimalPlace);
Author: Jonathan Evans
Maintainer: Jonathan Evans
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/max7219/index.html
|
7f0fe25934ed-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/max7219/index.html
|
0fda91908d4e-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
> Biodata
BioData
Sensors
Interpret biological signals in real-time.
Allows you to extract meaningful features from different kinds of biometric signals including photoplethysmograph (heart sensor), galvanic skin response (GSR), and respiration.
Author: Erin Gee, Martin Peach, Thomas O. Fredericks, Sofian Audry
Maintainer: Erin Gee
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.
|
https://www.arduino.cc/reference/en/libraries/biodata/index.html
|
0fda91908d4e-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.1.0
(latest)
|
https://www.arduino.cc/reference/en/libraries/biodata/index.html
|
f2a799c4bf2d-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
> Fram
Fram
Data Storage
FRAM library for Industruino
With this library data can be written/read from the FRAM memory.
Author: Industruino
Maintainer: Industruino
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/fram/index.html
|
f2a799c4bf2d-1
|
1.0.0
(latest)
|
https://www.arduino.cc/reference/en/libraries/fram/index.html
|
cb76f7d57b91-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
> Stm32encoder
STM32encoder
Other
Arduino library for the management of rotary encoders with STM32
This Arduino library makes it easy to use rotary encoders. A few lines of code instantiate the encoder object and manage it. You can link a variable so that it is changed by turning the knob. You can attach a user defined isr to be executed on each tick of knob. The rate of change can be related to the speed of rotation. There are some function to manage the knob button too.
Author: bit.factory
Maintainer: Gianni Carbone
|
https://www.arduino.cc/reference/en/libraries/stm32encoder/index.html
|
cb76f7d57b91-1
|
Author: bit.factory
Maintainer: Gianni Carbone
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.9.7
(latest)
0.9.6
0.9.5
0.9.4
|
https://www.arduino.cc/reference/en/libraries/stm32encoder/index.html
|
9feb626fa239-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
> Mpower
mPower
Device Control
Control a Ubiquiti mPower pro IP power switch
Control a Ubiquiti mPower pro IP power switch. Reads current status, power consumption and power factor. Is able to set the default relais status after power up.
Author: maxpautsch
Maintainer: maxpautsch
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/mpower/index.html
|
9feb626fa239-1
|
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/mpower/index.html
|
57c06b932863-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
> Cqueue
cQueue
Data Storage
Queue handling library (written in plain c)
May be compiled without change with gcc for other purporses/targets
Author: SMFSW
Maintainer: SMFSW
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.8.0
(latest)
|
https://www.arduino.cc/reference/en/libraries/cqueue/index.html
|
57c06b932863-1
|
1.8.0
(latest)
1.7.0
1.6.0
1.4.0
1.3.0
1.2.0
1.1.0
1.0.0
|
https://www.arduino.cc/reference/en/libraries/cqueue/index.html
|
243dd5c211f2-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 sim
DFRobot_SIM
Communication
base class library.
Author: DFRobot
Maintainer: TangJie
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/dfrobot_sim/index.html
|
b299331a81c2-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
> Soapesp32
SoapESP32
Communication
Enables ESP32 devices to scan the local network for DLNA media servers, browse their content and download files.
DLNA media servers are mostly running on NAS devices.
Author: Thomas Jentzsch
Maintainer: Thomas Jentzsch
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.5
|
https://www.arduino.cc/reference/en/libraries/soapesp32/index.html
|
b299331a81c2-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.4
1.0.3
1.0.1
1.0.0
|
https://www.arduino.cc/reference/en/libraries/soapesp32/index.html
|
3e40b5d4d889-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
> J1850 vpw arduino transceiver library
J1850 VPW Arduino Transceiver Library
Communication
Arduino library for J1850-VPW-Arduino-Transceiver
Author: Steve Matafonov
Maintainer: Steve Matafonov
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/j1850-vpw-arduino-transceiver-library/index.html
|
3e40b5d4d889-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.1
(latest)
1.0.0
0.0.1
|
https://www.arduino.cc/reference/en/libraries/j1850-vpw-arduino-transceiver-library/index.html
|
73c0d0da8364-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
> Deneyap toprak nemi olcer
Deneyap Toprak Nemi Olcer
Sensors
Arduino library for Deneyap Soil Moisture Sensor TL555Q
A simple and efficient library to use Deneyap Soil Moisture sensor TL555Q via I2C peripheral.
Author: RFtek Electronics
Maintainer: Turkish Technnology Team Foundation (T3)
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/deneyap-toprak-nemi-olcer/index.html
|
73c0d0da8364-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/deneyap-toprak-nemi-olcer/index.html
|
d1582a6e86d4-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
> Leos
leOS
Timing
Simple scheduler that run little tasks within IRSs
Author: Leonardo Miliani
Maintainer: Leonardo Miliani
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,
it might require specific hardware features that may be available only on some boards.
|
https://www.arduino.cc/reference/en/libraries/leos/index.html
|
d1582a6e86d4-1
|
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.2.2
(latest)
1.2.1
|
https://www.arduino.cc/reference/en/libraries/leos/index.html
|
b105129be952-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 w5500 manager
AsyncESP32_W5500_Manager
Communication
ESP32 + LwIP W5500, including ESP32-S2, ESP32-S3 and ESP32-C3, Connection and Credentials Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.
|
https://www.arduino.cc/reference/en/libraries/asyncesp32_w5500_manager/index.html
|
b105129be952-1
|
This Library is used for configuring ESP32 + LwIP W5500, including ESP32-S2, ESP32-S3 and ESP32-C3, 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. Using AsyncDNSServer instead of DNSServer now. Now using 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.0.0
(latest)
|
https://www.arduino.cc/reference/en/libraries/asyncesp32_w5500_manager/index.html
|
ef8b47a048ba-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
> Pixie
Pixie
Device Control
Library for controlling Pixie Displays!
Author: Connor Nishijima
Maintainer: Connor Nishijima
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.3.0
(latest)
1.2.5
1.2.4
1.2.3
|
https://www.arduino.cc/reference/en/libraries/pixie/index.html
|
ef8b47a048ba-1
|
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.3
1.0.2
1.0.0
|
https://www.arduino.cc/reference/en/libraries/pixie/index.html
|
31717a44842e-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 microview
SparkFun MicroView
Display
The MicroView is a chip-sized Arduino with a built-in OLED, available from SparkFun Electronics
The MicroView is a chip-sized Arduino with a built-in OLED, available from SparkFun Electronics.
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
|
https://www.arduino.cc/reference/en/libraries/sparkfun-microview/index.html
|
31717a44842e-1
|
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/sparkfun-microview/index.html
|
3139173f7c1a-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
> Knockpatterndetector
KnockPatternDetector
Other
Can record, save and detect knock patterns in an asynchronous way with many settings.
You are able to use every sensor (button, microphone). You can record parallel knocks on different sensors.
Author: Gerrit Weiermann
Maintainer: Gerrit Weiermann
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.
|
https://www.arduino.cc/reference/en/libraries/knockpatterndetector/index.html
|
3139173f7c1a-1
|
the
Arduino IDE and install it from there.
1.0.1
(latest)
1.0.0
|
https://www.arduino.cc/reference/en/libraries/knockpatterndetector/index.html
|
5dfcd4b5e482-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
> Gkscroll
GKScroll
Display
Arduino library for scrolling long lines of text on an LCD screen.
Ideal for 16x2 and other screens.
Author: Garrett Kendrick
Maintainer: Garrett Kendrick
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/gkscroll/index.html
|
fc0ac3fd467d-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
> Ms5611 spi
MS5611_SPI
Sensors
Arduino library (SPI) for MS5611 temperature and pressure sensor
Experimental, GY-63, GY63.
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.
|
https://www.arduino.cc/reference/en/libraries/ms5611_spi/index.html
|
fc0ac3fd467d-1
|
the
Arduino IDE and install it from there.
0.1.2
(latest)
0.1.1
0.1.0
|
https://www.arduino.cc/reference/en/libraries/ms5611_spi/index.html
|
e03e0f810ade-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
> Mintrix
Mintrix
Device Control
Library for the Mintrix project at the KKG.
This library enables students to easily code programs for the Mintrix project.
Author: Janik Heiler
Maintainer: Janik Heiler
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.6
(latest)
|
https://www.arduino.cc/reference/en/libraries/mintrix/index.html
|
e03e0f810ade-1
|
1.0.6
(latest)
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/mintrix/index.html
|
1759fce4b44b-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
> Hall switch
Hall-Switch
Sensors
This library provides an interface to interact with the Hall effect sensor switch family
C++ library of Infineon single Hall-effect switch family for magnetic sensing applications
Author: Infineon Technologies
Maintainer: Infineon 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
the
|
https://www.arduino.cc/reference/en/libraries/hall-switch/index.html
|
1759fce4b44b-1
|
Releases
To use this library, open the Library Manager in
the
Arduino IDE and install it from there.
2.1.0
(latest)
2.0.0
1.1.1
1.1.0
1.0.1
1.0.0
|
https://www.arduino.cc/reference/en/libraries/hall-switch/index.html
|
bee11371e682-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
> Filters
Filters
Data Processing
Filter utilities for Arduino
Author: hideakitai
Maintainer: hideakitai
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.1.2
(latest)
0.1.1
0.1.0
0.0.2
0.0.1
|
https://www.arduino.cc/reference/en/libraries/filters/index.html
|
356ce1033202-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
> Sqlite micro logger
Sqlite Micro Logger
Data Storage
Log data into Sqlite database from any MCU having 2kb RAM
This is a general purpose library that enables logging data into Sqlite databases from any Microcontroller having atleast 2kb RAM. This is useful to log Sensor data into Micro SD cards or inbuilt flash file systems. Multiple databases can be logged at the same time and transferred over the network for further processing. See documentation for further details and limitations.
Author: Arundale Ramanathan
Maintainer: Arun
Read the documentation
|
https://www.arduino.cc/reference/en/libraries/sqlite-micro-logger/index.html
|
356ce1033202-1
|
Maintainer: Arun
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.0
1.0.0
|
https://www.arduino.cc/reference/en/libraries/sqlite-micro-logger/index.html
|
c4d4737e680d-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
> Drv8835motorshield
DRV8835MotorShield
Device Control
Arduino library for the Pololu DRV8835 Dual Motor Driver Shield
This is a library for an Arduino-compatible controller that interfaces with the Pololu DRV8835 Dual Motor Driver Shield for Arduino.
Author: Pololu
Maintainer: Pololu
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/drv8835motorshield/index.html
|
c4d4737e680d-1
|
Releases
To use this library, open the Library Manager in
the
Arduino IDE and install it from there.
2.1.0
(latest)
2.0.0
|
https://www.arduino.cc/reference/en/libraries/drv8835motorshield/index.html
|
1607b3385e3e-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 examples
STM32duino Examples
Other
Provides several examples for the Arduino core for STM32 MCUs.
Arduino STM32 core, libraries and examples are available here: https://github.com/stm32duino
Author: several
Maintainer: stm32duino
Read the documentation
Compatibility
This library is compatible with the stm32
architecture.
Releases
To use this library, open the Library Manager in
the
Arduino IDE and install it from there.
1.2.3
(latest)
|
https://www.arduino.cc/reference/en/libraries/stm32duino-examples/index.html
|
1607b3385e3e-1
|
1.2.3
(latest)
1.2.2
1.2.1
1.2.0
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/stm32duino-examples/index.html
|
38b06ba3c8f1-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
> Controlledservo
ControlledServo
Device Control
A library to have more control over the movement of a servo.
This library provides a way to control a servo movement using different angular rates, as well as setting trim and limits.
Issues or questions: https://github.com/bhagman/ControlledServo/issues
Author: Brett Hagman
Maintainer: Brett Hagman
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/controlledservo/index.html
|
38b06ba3c8f1-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/controlledservo/index.html
|
51181a5406da-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
> Espautowifi
ESPAutoWifi
Other
Auto Connect WiFi for ESP32 Board.
Connect to saved wifi addresses and reconnect without hard coding.
Author: Alif Fathoni
Maintainer: Alif Fathoni
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.9.2
(latest)
0.9.0
|
https://www.arduino.cc/reference/en/libraries/espautowifi/index.html
|
51181a5406da-1
|
0.9.2
(latest)
0.9.0
0.7.2
|
https://www.arduino.cc/reference/en/libraries/espautowifi/index.html
|
fcfe75916658-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
> Dhtlib
DHTlib
Sensors
AVR Optimized Library for DHT Temperature & Humidity Sensor on AVR only.
Author: Rob Tillaart
Maintainer: Rob Tillaart
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,
|
https://www.arduino.cc/reference/en/libraries/dhtlib/index.html
|
fcfe75916658-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.
0.1.35
(latest)
0.1.34
0.1.33
0.1.32
0.1.31
0.1.30
|
https://www.arduino.cc/reference/en/libraries/dhtlib/index.html
|
17247370c7ea-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
> Pwfusion tca9548a
PWFusion_TCA9548A
Sensors
TCA9548A I2C Multiplexer Library
The TCA9548A allows up to eight I2C buses to be pragmatically connected to a micro-controller. Buses may be connected independently or multiple buses may be connected in parallel. This is a great way to read multiple sensors with the same I2C address from a single micro.
Author: Playing With Fusion
Maintainer: Jared Leonard
Read the documentation
Go to repository
Compatibility
|
https://www.arduino.cc/reference/en/libraries/pwfusion_tca9548a/index.html
|
17247370c7ea-1
|
Maintainer: Jared Leonard
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.1
(latest)
1.0.0
|
https://www.arduino.cc/reference/en/libraries/pwfusion_tca9548a/index.html
|
41591c583269-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 lsm303
DFRobot_LSM303
Sensors
The LSM303DLH is a triple axis accelerometer combined with a triple axis magnetic sensor(SKU: SEN0079).
This breakout board uses the LSM303DLH to give you the data you need to feed into a microcontroller and calculate tilt-compensated output.
Author: DFRobot
Maintainer: fengli
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/dfrobot_lsm303/index.html
|
41591c583269-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/dfrobot_lsm303/index.html
|
ba42a89ba1c5-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
> Shiftregister
ShiftRegister
Device Control
Allows Arduino boards to write numbers to shift register (DEC - BIN)
This library can convert decimal numbers to binary and write out into shift registers
Author: Danny Vaca
Maintainer: Danny Vaca
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.0.0
(latest)
|
https://www.arduino.cc/reference/en/libraries/shiftregister/index.html
|
339705eeabca-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
> Flinduino sensorkit
Flinduino_Sensorkit
Sensors
Flinduino Sensor Kit
This library wraps all the libraries needed to use the Arduino/Seed Sensor kit breakout board on a Flinders Flinduino: Oled display, Humidity and Temperature sensor, Pressure sensor and Accelerometer.
Author: Flinders
Maintainer: Flinders
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.
|
https://www.arduino.cc/reference/en/libraries/flinduino_sensorkit/index.html
|
339705eeabca-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/flinduino_sensorkit/index.html
|
8745df77eb49-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
> Arduino cloud provider examples
Arduino Cloud Provider Examples
Communication
Examples of how to connect various Arduino boards to cloud providers
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:
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
|
https://www.arduino.cc/reference/en/libraries/arduino-cloud-provider-examples/index.html
|
8745df77eb49-1
|
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.2.0
(latest)
1.1.0
1.0.0
|
https://www.arduino.cc/reference/en/libraries/arduino-cloud-provider-examples/index.html
|
aba035727e22-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
> Artronshop sht3x
ArtronShop_SHT3x
Sensors
Arduino library of SHT3x Digital humidity and temperature sensor
Author: ArtronShop Co.,Ltd.
Maintainer: Sonthaya.NT
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/artronshop_sht3x/index.html
|
4c1434012f79-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
> Ezoutput
ezOutput
Signal Input/Output
Output library for Arduino
Output library supports HIGH, LOW, TOGGLE, PULSE, BLINK_WITHOUT_DELAY. It is easy to use with multiple output pins to control multiple LEDs, relays... It is designed for not only beginners but also experienced users
Author: ArduinoGetStarted.com
Maintainer: ArduinoGetStarted.com (ArduinoGetStarted@gmail.com)
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/ezoutput/index.html
|
4c1434012f79-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.0.1
1.0.0
|
https://www.arduino.cc/reference/en/libraries/ezoutput/index.html
|
f406d7e57d54-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
> Goldelox serial arduino library
Goldelox-Serial-Arduino-Library
Display
Provides library access to communicate with the 4D Systems Goldelox processor, when configured in Serial/SPE mode
Arduino Library for 4D Systems Serial Environment for Goldelox based modules
Author: 4D Systems
Maintainer: 4D Systems
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/goldelox-serial-arduino-library/index.html
|
f406d7e57d54-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.0
|
https://www.arduino.cc/reference/en/libraries/goldelox-serial-arduino-library/index.html
|
9bdd9cab7494-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
> Simplemeteocalc
SimpleMeteoCalc
Uncategorized
Simple library for calculate weather parameters using T-H-P basics.
You can easy calculate different weather parameters using three basic parameters, which is temperature, relative humidity and athmospheric pressure. You can calculate dew point, saturated steam pressure, steam partial pressure, absolute humidity, effective temperature (also known as t. by feeling), t. in Kelvins or Fahrenheits, pressure in mmHg, altitude above sea level in meters, pressure on user defined altitude in Pa or mmHg.
|
https://www.arduino.cc/reference/en/libraries/simplemeteocalc/index.html
|
9bdd9cab7494-1
|
Author: Riva
Maintainer: Riva
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/simplemeteocalc/index.html
|
637719fdd907-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
> 107 arduino mcp2515
107-Arduino-MCP2515
Communication
Arduino library for controlling the MCP2515 in order to receive/transmit CAN frames.
Author: Alexander Entinger
Maintainer: Alexander Entinger
Read the documentation
Compatibility
This library is compatible with the samd, esp32, mbed, mbed_nano, mbed_portenta, mbed_edge, rp2040
architectures so you
should be able to use it on the
following Arduino boards:
Arduino MKR FOX 1200
|
https://www.arduino.cc/reference/en/libraries/107-arduino-mcp2515/index.html
|
637719fdd907-1
|
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 BLE
Arduino Nano 33 IoT
Arduino Zero
Portenta H7
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.4.0
(latest)
1.3.8
|
https://www.arduino.cc/reference/en/libraries/107-arduino-mcp2515/index.html
|
637719fdd907-2
|
1.4.0
(latest)
1.3.8
1.3.7
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.3
1.2.2
1.2.1
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
|
https://www.arduino.cc/reference/en/libraries/107-arduino-mcp2515/index.html
|
78a34a47961f-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
> Tlc5916 lite
TLC5916_Lite
Device Control
Works in Normal Mode to turn on/off LEDs, and special mode for current gain and open circuit detection.
Can be used with more than one TLC5916.
Author: Daniel Nebert
Maintainer: Daniel Nebert
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/tlc5916_lite/index.html
|
78a34a47961f-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/tlc5916_lite/index.html
|
0fa65619ee33-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
> Climateguard cg anem
ClimateGuard CG Anem
Sensors
Library for communicating with the thermoanemometer CG-Anem.
This library supports only I2C communication with the CG-Anem.
Author: Maxim Shabanov
Maintainer: Maxim Shabanov
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/climateguard-cg-anem/index.html
|
0fa65619ee33-1
|
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
|
https://www.arduino.cc/reference/en/libraries/climateguard-cg-anem/index.html
|
690569ed68eb-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
> Keyboardazertyfr
KeyboardAzertyFr
Device Control
Keyboard library adaptation that allows an Arduino/Genuino board with USB capabilites to act as a french AZERTY Keyboard.
This library plugs on the HID library. It can be used with or without other HID-based libraries (Mouse, Gamepad etc)
Author: Arduino
Maintainer: Léo Martin
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/keyboardazertyfr/index.html
|
690569ed68eb-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
|
https://www.arduino.cc/reference/en/libraries/keyboardazertyfr/index.html
|
fbbfa64f11db-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 ads1100
M5-ADS1100
Device Control
Library for Unit & Hat ADC
See more on https://docs.m5stack.com/en/unit/adc or https://docs.m5stack.com/en/hat/hat-adc
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.
|
https://www.arduino.cc/reference/en/libraries/m5-ads1100/index.html
|
fbbfa64f11db-1
|
the
Arduino IDE and install it from there.
0.0.1
(latest)
|
https://www.arduino.cc/reference/en/libraries/m5-ads1100/index.html
|
53063f52845f-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
> Mcuvoltage
MCUVoltage
Device Control
MCUVoltage measures the voltage supply (Vcc) of Arduino without extra components.
Supported board includes Uno, Leonardo, Mega as well as the ATtiny 3224/3226/3227. This library also supports oversampling and averaging. Hardware oversampling for the ATtiny 3224/3226/3227 is also supported.
Author: cygig, rubbish52@hotmail.com
Maintainer: cygig, rubbish52@hotmail.com
Read the documentation
Compatibility
|
https://www.arduino.cc/reference/en/libraries/mcuvoltage/index.html
|
53063f52845f-1
|
Maintainer: cygig, rubbish52@hotmail.com
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
Arduino IDE and install it from there.
0.4.4
(latest)
|
https://www.arduino.cc/reference/en/libraries/mcuvoltage/index.html
|
bc48aa0c652d-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
> Sc16is7x0
SC16IS7X0
Communication
Library to read and write UART and GPIO for the SC16IS740_750_760
Add an additional hardware UART and some GPIOs to your Arduino project.
Author: Alexandre Maurer, alexmaurer@madis.ch
Maintainer: Alexandre Maurer, alexmaurer@madis.ch
Read the documentation
Compatibility
This library is compatible with the esp8266
architecture.
Releases
To use this library, open the Library Manager in
the
|
https://www.arduino.cc/reference/en/libraries/sc16is7x0/index.html
|
bc48aa0c652d-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/sc16is7x0/index.html
|
ed522561a0f8-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 si1145 library
Adafruit SI1145 Library
Sensors
Arduino library for the SI1145 sensors in the Adafruit shop
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.0
(latest)
1.1.1
|
https://www.arduino.cc/reference/en/libraries/adafruit-si1145-library/index.html
|
ed522561a0f8-1
|
1.2.0
(latest)
1.1.1
1.1.0
1.0.1
1.0.0
|
https://www.arduino.cc/reference/en/libraries/adafruit-si1145-library/index.html
|
22323ff99448-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
> Espasyncwebsrv
ESPAsyncWebSrv
Communication
Asynchronous HTTP and WebSocket Server Library for ESP8266 and ESP32 . Forked from https://github.com/me-no-dev/ESPAsyncWebServer
Build a WebServer, with files saved in flash
Author: dvarrel
Maintainer: dvarrel
Read the documentation
Compatibility
This library is compatible with the esp8266, esp32
architectures.
Releases
To use this library, open the Library Manager in
the
|
https://www.arduino.cc/reference/en/libraries/espasyncwebsrv/index.html
|
22323ff99448-1
|
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
|
https://www.arduino.cc/reference/en/libraries/espasyncwebsrv/index.html
|
a9a5dad47649-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 mma8451 library
Adafruit MMA8451 Library
Sensors
Arduino library for the MMA8451 Accelerometer sensors in the Adafruit shop
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.1
(latest)
1.2.0
|
https://www.arduino.cc/reference/en/libraries/adafruit-mma8451-library/index.html
|
a9a5dad47649-1
|
1.2.1
(latest)
1.2.0
1.1.0
1.0.5
1.0.4
1.0.3
1.0.0
|
https://www.arduino.cc/reference/en/libraries/adafruit-mma8451-library/index.html
|
1fed82e56943-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
> Modbus
Modbus
Communication
Modbus RTU
Support Modbus RTU protocol with Serial Port and TCP.
Author: UL DARA
Maintainer: UL DARA
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.0.0
(latest)
|
https://www.arduino.cc/reference/en/libraries/modbus/index.html
|
f69e1731b77f-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
> Arduav
ArdUAV
Device Control
Flight control software for Arduino RC airplanes
Flight control software for Arduino RC airplanes. See https://github.com/PowerBroker2/ArdUAV/blob/master/README.md for more info.
Author: PowerBroker2
Maintainer: PowerBroker2
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/arduav/index.html
|
f69e1731b77f-1
|
Releases
To use this library, open the Library Manager in
the
Arduino IDE and install it from there.
1.4.2
(latest)
1.4.1
1.4.0
1.3.1
1.3.0
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.1.3
|
https://www.arduino.cc/reference/en/libraries/arduav/index.html
|
b5bba98d6ce7-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
> Radiohead
RadioHead
Communication
Packet Radio library for embedded microprocessors
Provides a complete object-oriented library for sending and receiving packetized messages via a variety of common data radios and other transports on a range of embedded microprocessors.
Author: Mike McCauley
Maintainer: Mike McCauley
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/radiohead/index.html
|
b5bba98d6ce7-1
|
Releases
To use this library, open the Library Manager in
the
Arduino IDE and install it from there.
1.122.1
(latest)
1.122.0
1.121.0
1.120.0
1.119.0
1.118.0
1.117.0
1.116.0
1.113.0
1.112.0
|
https://www.arduino.cc/reference/en/libraries/radiohead/index.html
|
af250b135f1f-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
> Crazy iotik
Crazy-IoTik
Device Control
library for IoTik
Author: CrazyMax
Maintainer: CrazyMax
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.1.0
(latest)
|
https://www.arduino.cc/reference/en/libraries/crazy-iotik/index.html
|
8866bdf7c67a-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
> Aloesdevice
AloesDevice
Device Control
MQTT connector for Aloes
Safely connect your devices to Aloes backend, register your sensors with OMA references, configure your device via local UI
Author: getlarge
Maintainer: getlarge
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.0.1
(latest)
|
https://www.arduino.cc/reference/en/libraries/aloesdevice/index.html
|
8866bdf7c67a-1
|
1.0.1
(latest)
1.0.0
|
https://www.arduino.cc/reference/en/libraries/aloesdevice/index.html
|
9492118c696a-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
> Mindsi
MINDSi
Device Control
Code to assist with running MINDSi robots
This library contains code for running all the sensors sold with MINDSi kits, and examples for each chassis
Author: MINDSi corp.
Maintainer: MINDSi
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
|
https://www.arduino.cc/reference/en/libraries/mindsi/index.html
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.