Close

Code for sensing (BME280) and sending (LoRa) data

A project log for eAgrar - digital agriculture

System for monitoring conditions of plants and weather conditions at agricultural fields

slaven-damjanovicSlaven Damjanovic 05/01/2019 at 13:370 Comments

Here is link on basic code for sending messages to The Things Network gateway. Data which you are sending are measured with BME280 sensor (temp/hum/pressure). 
Code is based on LMIC library (LoRa MAC in C) and on LowPower library.

Code is made by Lex Bolkesteijn (github account: ph2lb).
https://github.com/ph2lb/LoRaWAN_TTN_Env_Node

Discussions