💡 This repository has been archived and should not be used. GoliothLabs has two experimental repositories that may serve as replacements for this one:
⚠️ This project is considered experimental and is not recommended for production use. Functionality may break at any time.
❗ This SDK is currently no longer functioning as a result of the MQTT BETA ending.
Access Golioth device service via Arduino SDK.
- Install PlatformIO IDE
- Create a new project and open our your favorite IDE with PlatformIO installed.
- Change target on the
platformio.ini
file. - Add
https://github.com/goliothlabs/arduino-sdk.git
as a dependency onlib_deps
.
lib_deps =
https://github.com/goliothlabs/arduino-sdk.git