Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ilert/arduino-ilert

iLert library for Arduino (ESP8266)
https://github.com/ilert/arduino-ilert

arduino esp8266 ilert iot pio

Last synced: about 15 hours ago
JSON representation

iLert library for Arduino (ESP8266)

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
#include

ILERTHeartbeat 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.