Skip to content

2. First Steps

Carlos Alatorre edited this page Nov 28, 2023 · 5 revisions

This library is used to send sensor data to The Things Network platform.

Dependecies

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.

Installation of CayenneLPP

Downloading and Installing Arduino IDE

Click here to read the “Download and install Arduino IDE” article.

After installing the Arduino IDE you should see the next window.

After installing the Arduino IDE, it will be essential to install the library to start utilizing the CayenneLPP.

Install the library

To do this, it is necessary to move your mouse to the menu and select “Sketch”, select “Include Library” from the list, and click on “Manage Libraries”.

A new window will open, and write “CayenneLPP”.

The library that you have to look for is the one that has to say “by Electronic Cats”, as in the following image.

After finding the library, it is necessary to press the button “Install”.

And that's all there is to it; you already own everything necessary to begin programming using our library.