All Projects → ElectronicCats → Cayennelpp

ElectronicCats / Cayennelpp

Licence: mit
Library for Arduino compatible with Cayenne Low Power Payload

Projects that are alternatives of or similar to Cayennelpp

Beelan Lorawan
A LoRaWAN library for compatible arduino board
Stars: ✭ 87 (+70.59%)
Mutual labels:  arduino, arduino-library, lorawan, lora
Lora Serialization
LoraWAN serialization/deserialization library for The Things Network
Stars: ✭ 120 (+135.29%)
Mutual labels:  arduino, arduino-library, lorawan, lora
Loralib
Arduino library for LoRa modules based on SX127x/RFM9x chips
Stars: ✭ 134 (+162.75%)
Mutual labels:  arduino, arduino-library, lora
Esp32 Paxcounter
Wifi & BLE driven passenger flow metering with cheap ESP32 boards
Stars: ✭ 844 (+1554.9%)
Mutual labels:  arduino, lorawan, lora
Arduino Device Lib
Arduino Library for TTN Devices
Stars: ✭ 155 (+203.92%)
Mutual labels:  arduino, arduino-library, lorawan
Sslclient
🔒Add SSL/TLS functionality to any Arduino library
Stars: ✭ 45 (-11.76%)
Mutual labels:  arduino, arduino-library
Arduinothread
⏳ A simple way to run Threads on Arduino
Stars: ✭ 760 (+1390.2%)
Mutual labels:  arduino, arduino-library
Esp8266 Weather Station
ESP8266 Weather Station library supporting OpenWeatherMap, Aeris and other sources
Stars: ✭ 822 (+1511.76%)
Mutual labels:  arduino, arduino-library
Ntc thermistor
[For Arduino and STM32] Library for working with a NTC thermistor.
Stars: ✭ 19 (-62.75%)
Mutual labels:  arduino, arduino-library
Arduinojson
📟 JSON library for Arduino and embedded C++. Simple and efficient.
Stars: ✭ 5,456 (+10598.04%)
Mutual labels:  arduino, arduino-library
Dimswitch
Arduino library to control dimmable ballasts for fluorescent light tubes
Stars: ✭ 17 (-66.67%)
Mutual labels:  arduino, arduino-library
Ewma
Exponentially Weighted Moving Average Filter
Stars: ✭ 21 (-58.82%)
Mutual labels:  arduino, arduino-library
Brutal
Payload for teensy like a rubber ducky but the syntax is different. this Human interfaes device ( HID attacks ). Penetration With Teensy . Brutal is a toolkit to quickly create various payload,powershell attack , virus attack and launch listener for a Human Interface Device ( Payload Teensy )
Stars: ✭ 678 (+1229.41%)
Mutual labels:  arduino, arduino-library
Lorawan Server
Compact server for private LoRaWAN networks
Stars: ✭ 667 (+1207.84%)
Mutual labels:  lorawan, lora
Tembooforesp8266
Arduino Library of Temboo modified for ESP8266
Stars: ✭ 5 (-90.2%)
Mutual labels:  arduino, arduino-library
Lua Rtos Esp32
Lua RTOS for ESP32
Stars: ✭ 621 (+1117.65%)
Mutual labels:  lorawan, lora
Grove bme280
Stars: ✭ 18 (-64.71%)
Mutual labels:  arduino, arduino-library
Easyntpclient
Library to read time from Network Time Protocol (NTP) servers.
Stars: ✭ 20 (-60.78%)
Mutual labels:  arduino, arduino-library
Button
An Arduino compatible library to make working with user input easier
Stars: ✭ 27 (-47.06%)
Mutual labels:  arduino, arduino-library
Floranet
LoRaWAN Network Server
Stars: ✭ 30 (-41.18%)
Mutual labels:  lorawan, lora

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 Cayenne. It is used to send sensor data in a packed way to The Things Network platform. You can read more on https://mydevices.com/cayenne/docs/lora/#lora-cayenne-low-power-payload

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)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].