Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

HAN-IoT-LAB/CayenneLPP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CayenneLPP by Electronic Cats - Library for Arduino

LibraryBuild

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

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 standardized and proven format that packs data in a sufficient 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.

⚠ Warning ⚠ 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 a fully backward-compatible decoder in JavaScript, suitable for implementations with NodeRED or TTN, for instance.

Wiki and Getting Started

For more information please visit: Getting Started in our Wiki

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.

References

Maintainer

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

License

Based on the work of Johan Stokking.

The MIT License (MIT)

About

Library for Arduino compatible with Cayenne Low Power Payload.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 93.2%
  • JavaScript 6.4%
  • CMake 0.4%