This is a IOTA library for Arduino; it can be used to connect to a user-supplied IOTA node that exports the HTTP IRI API, and can do things such as getting the current balance and transferring IOTAs.
Supported platforms:
- ESP32
- ESP8266
- STM32
- ArduinoHttpClient (https://github.com/arduino-libraries/ArduinoHttpClient)
- ArduinoJson (https://github.com/bblanchon/ArduinoJson)
$ cd path/to/your/libraries
$ git clone --recursive https://github.com/francescolavra/arduino-iota-client.git IotaClient