Skip to content

jfernandz/lora-arduino-dendrometer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LoRa-Arduino dendrometer

Note
Main document can be found in Paper.pdf
Warning
WIP: At this moment I’m working on this project so you could find it incomplete.
Important
You can see relevant notes in NOTES.md

This project is focused on produce a low-cost, scalable, versatile and distributed system for tree species dendrometry. LoRa is a good candidate in order to get that distributed feature due its long range and low-power consumption. In a similar way, Arduino and RaspberryPi are open source platforms and low-cost/low-power consumption devices.

Overview

This project overview is the following

main scheme wbg

Top-level directory structure

.
├── docs                    # Documentation files
.    ├── LaTex               # LaTex code, .bib file and rendered .pdf for main paper
.    ├── pictures            # Pictures of interest for documentation redaction
.    └── schemes             # Drawn schemes using https://draw.io
├── src                     # Source files
├── testing                 # Ideas, tests, proofs of concept, etc.
├── LICENSE
└── README.adoc