CayenneLPP icon indicating copy to clipboard operation
CayenneLPP copied to clipboard

Library for Arduino compatible with Cayenne Low Power Payload

LibraryBuild

CayenneLPP

This is an Arduino Library for Arduino Compatible with Cayenne Low Power Payload with Extended Data Types.

Introduction

CayenneLPP is a format designed by myDevices to integrate LoRaWan nodes into their IoT Platform. It is used to send sensor data in a packed way to The Things Network platform. You can read more on myDevices CayenneLPP

Description

CayenneLPP format is a quite well optimized way to send sensor data over low bit rate connection, like LoRa. You may find, probably, a better way for your specific project but CayenneLPP is a standarized and proven format that packs data in a suffiient way. It implements basic sensor types specified by OMA SpecWorks, formerly IPSO Alliance.

It supports multichannel data, which means that you can use it on multisensor devices.

This version of the library includes several IPSO data types not included in the original work by Johan Stokking or most of the forks and side works by other people, these additional data types are not supported by myDevices Cayenne. In addition it includes fully backwards compatibly decoder in JavaScript, suitable for implementations with NodeRED or TTN, for instance.

Dependencies

When using the decoder, you must install the ArduinoJson 6.X library. You can find it in both the Arduino IDE and PlatformIO library managers.

API

See API.md.

References

Maintainer

Electronic Cats invests time and resources providing this open source design, please support Electronic Cats and open-source hardware by purchasing products from Electronic Cats!

License

Based in the work of Johan Stokking.

The MIT License (MIT)