{"id":21519828,"url":"https://github.com/electroniccats/cayennelpp","last_synced_at":"2025-04-04T16:13:05.800Z","repository":{"id":45102007,"uuid":"91849992","full_name":"ElectronicCats/CayenneLPP","owner":"ElectronicCats","description":"Library for Arduino compatible with Cayenne Low Power Payload","archived":false,"fork":false,"pushed_at":"2024-10-29T17:42:33.000Z","size":149,"stargazers_count":114,"open_issues_count":1,"forks_count":52,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-03-28T15:07:38.639Z","etag":null,"topics":["arduino","arduino-library","cayenne-low-power-payload","cayennelpp","lora","lorawan"],"latest_commit_sha":null,"homepage":"http://electroniccats.com/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ElectronicCats.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-19T22:28:43.000Z","updated_at":"2025-03-09T11:18:44.000Z","dependencies_parsed_at":"2023-01-20T02:55:58.107Z","dependency_job_id":"28b69529-a480-477d-a13a-76d072f1883c","html_url":"https://github.com/ElectronicCats/CayenneLPP","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElectronicCats%2FCayenneLPP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElectronicCats%2FCayenneLPP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElectronicCats%2FCayenneLPP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElectronicCats%2FCayenneLPP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ElectronicCats","download_url":"https://codeload.github.com/ElectronicCats/CayenneLPP/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247208139,"owners_count":20901570,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arduino","arduino-library","cayenne-low-power-payload","cayennelpp","lora","lorawan"],"created_at":"2024-11-24T01:00:21.422Z","updated_at":"2025-04-04T16:13:05.748Z","avatar_url":"https://github.com/ElectronicCats.png","language":"C++","funding_links":["https://github.com/sponsors/ElectronicCats"],"categories":[],"sub_categories":[],"readme":"# CayenneLPP _by Electronic Cats_ - Library for Arduino and ESP-IDF\n\n![LibraryBuild](https://github.com/ElectronicCats/CayenneLPP/workflows/LibraryBuild/badge.svg?branch=master)\n\nThis is an Library for Arduino and ESP-IDF Compatible with Cayenne Low Power Payload with Extended Data Types.\n\nCayenneLPP is a format designed by [myDevices](https://mydevices.com) to integrate LoRaWan nodes into their [IoT Platform](https://mydevices.com/capabilities). It is used to send sensor data in a packed way to [The Things Network platform](https://www.thethingsnetwork.org). You can read more on [myDevices CayenneLPP](https://docs.mydevices.com/docs/lorawan/cayenne-lpp)\n\n## Description\n\nCayenneLPP 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](https://www.omaspecworks.org), formerly IPSO Alliance.\n\n\u003cp align=center\u003e\n  \u003ca href=\"https://github.com/ElectronicCats/CayenneLPP/wiki\"\u003e\n    \u003cimg src=\"https://github.com/ElectronicCats/CayenneLPP/assets/139595394/a17c04ef-8c5c-493c-bf1a-f3dd4037408a\" width=\"200\" height=\"104\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\nIt supports multichannel data, which means that you can use it on multisensor devices.\n\n\u003e [!Warning]\n\u003e This version of the library includes several IPSO data types not included in the original work by [Johan Stokking](https://github.com/TheThingsNetwork/arduino-device-lib) or most of the forks and side works by other people, **these additional data types are not supported by My Devices Cayenne**. In addition, it includes a fully backward-compatible decoder in JavaScript, suitable for implementations with NodeRED or TTN, for instance. \n\nWhen using the decoder, you must install the [ArduinoJson 6.X](https://arduinojson.org/) library. You can find it in both the Arduino IDE and Platform IO library managers.\n\n## How to contribute \u003cimg src=\"https://electroniccats.com/wp-content/uploads/2018/01/fav.png\" height=\"35\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/gist/ManulMax/2d20af60d709805c55fd784ca7cba4b9/raw/bcfeac7604f674ace63623106eb8bb8471d844a6/github.gif\" height=\"30\"\u003e\n Contributions are welcome! \n\nPlease read the document  [**Contribution Manual**](https://github.com/ElectronicCats/electroniccats-cla/blob/main/electroniccats-contribution-manual.md)  which will show you how to contribute your changes to the project.\n\n✨ Thanks to all our [contributors](https://github.com/ElectronicCats/CayenneLPP/graphs/contributors)! ✨\n\nSee  [**_Electronic Cats CLA_**](https://github.com/ElectronicCats/electroniccats-cla/blob/main/electroniccats-cla.md) for more information.\n\nSee the [**community code of conduct**](https://github.com/ElectronicCats/electroniccats-cla/blob/main/electroniccats-community-code-of-conduct.md)   for a vision of the community we want to build and what we expect from it.\n\n## References\n\n* [Cayenne Low Power Payload](https://mydevices.com/cayenne/docs/#lora-cayenne-low-power-payload)\n* [IPSO data types](http://openmobilealliance.org/wp/OMNA/LwM2M/LwM2MRegistry.html#extlabel)\n\n### Maintainer\n\nElectronic Cats invests time and resources in providing this open-source design, please support Electronic Cats and open-source hardware by purchasing products from Electronic Cats!\n\n\u003ca href=\"https://github.com/sponsors/ElectronicCats\"\u003e\n  \u003cimg src=\"https://electroniccats.com/wp-content/uploads/2020/07/Badge_GHS.png\" height=\"104\" /\u003e\n\u003c/a\u003e\n\n## License\n\nBased on the work of [Johan Stokking](https://github.com/TheThingsNetwork/arduino-device-lib).\n\nThe MIT License (MIT)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felectroniccats%2Fcayennelpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felectroniccats%2Fcayennelpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felectroniccats%2Fcayennelpp/lists"}