Skip to content

LoRaWAN-LAB Payload Sandbox, which is used for CayenneLPP library development. The Arduino library is released as a .zip.

Notifications You must be signed in to change notification settings

HAN-IoT-LAB/LoRaWAN-Payload-Sandbox

Repository files navigation

LoRaWAN Payload Encoder-Decoder: CayenneLPP Extreme

Welcome to the implementation repository for HAN IoT-LAB of 2324 (semester 6) Embedded Systems Engineering. The IoT-LAB is within context of LoRaWAN as a educational vechicle for introduction to the realm of IoT applicational dev.

LoRaWAN Payload Encoder Library, This repository contains a header-only Arduino library that transcends the original CayenneLPP framework, tailored for memory footprint optimalization for projects nestled within the realms of LoRaWAN and The Things Network (TTN).

This repo is an experimental environment, so a sandbox, and also contains demonstrational embedded deployment program in the src folder. Which is heavily refactored because it was not practical for even simple experimentation.

Repo Structure:

  • src Folder: Contains demonstration programs for embedded deployment, which have been refactored for enhanced usability and experimentation. original reference
  • lib Folder: Includes external libraries or those provided by the course.
  • include Folder: Houses the developed library for this course.

Features

  • Header-Only Arduino Library: Simplifies integration and streamlines your workflow, ensuring a seamless development experience.
  • Optimized for Efficiency: Reduces payload size significantly, offering a more resource-efficient solution that's 400 bytes leaner than the original.
  • Broad Sensor Support: From environmental monitoring to motion detection, this library decodes a wide array of sensor data, paving the way for versatile IoT applications.
  • Precision and Compatibility: Meticulously crafted to ensure high precision and compatibility across different platforms and devices within the LoRaWAN ecosystem.

Getting Started

Explore this libary yourself by copying the headers: CayenneLPP.hpp and CayenneReferences.hpp files.

Or get the Arduino zipped library in the newest releases.

Demonstration Device

The KISS node is used for payload encoding. HAN-IoT KISS LORA NODE Image by Remko Welling from this repository.

Copyright Notice

The CayenneLPP Extreme library is free: You can redistribute it and/or modify it under the terms of a Creative Commons Attribution-NonCommercial 4.0 International License (http://creativecommons.org/licenses/by-nc/4.0/) by Richard Kroesen, Klaasjan Wagenaar and Tristan Bosveld.

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.