-
Notifications
You must be signed in to change notification settings - Fork 50
4. Examples
Carlos Alatorre edited this page Oct 30, 2023
·
7 revisions
On this page, you will find a brief explanation of the examples included in the library.
A simple LoRaWAN sketch that uses the CayenneLPP library to send sensor data. The code is written for an Arduino board with an RFM95 LoRa module.
In combination with the Beelan library, this example is able to send random data emulating different sensors such as humidity, temperature, pressure, and battery level to a LoRaWAN service as TTN.
You must set up your LoRaWAN application in order to decode the received information.
Thank you for reading our Wiki!