Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ilert/arduino-ilert
iLert library for Arduino (ESP8266)
https://github.com/ilert/arduino-ilert
arduino esp8266 ilert iot pio
Last synced: 7 days ago
JSON representation
iLert library for Arduino (ESP8266)
- Host: GitHub
- URL: https://github.com/ilert/arduino-ilert
- Owner: iLert
- License: other
- Created: 2020-06-15T20:19:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-05T15:17:03.000Z (over 4 years ago)
- Last Synced: 2025-01-26T22:52:38.255Z (7 days ago)
- Topics: arduino, esp8266, ilert, iot, pio
- Language: C++
- Homepage:
- Size: 14.6 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# arduino-ilert
[![GitHub release](https://img.shields.io/github/release/iLert/arduino-ilert.svg)](https://github.com/iLert/arduino-ilert/releases)
iLert library for Arduino (ESP8266)
Download the latest version from the [release](https://github.com/iLert/arduino-ilert/releases) section. Or grab the library from [PlatformIO](https://platformio.org/lib/show/2671/ILERT).
You can install it by running: `pio lib install "ILERT"`.
Checkout the 💓 heartbeats [example](examples/heartbeats/ilert_heartbeat.ino).
## In action
```cpp
#includeILERTHeartbeat heartbeat;
heartbeat.begin("APIKEY", 5);
heartbeat.loop();
```## Compatible Hardware
* ESP8266
* ESP32
* Arduino Ethernet
* Arduino Ethernet Shield
* Intel Galileo/Edison## Getting help
We are happy to respond to [GitHub issues][issues] as well.
[issues]: https://github.com/iLert/arduino-ilert/issues/new
#### License
Licensed under either of Apache License, Version
2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in ilert-js by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.