/FarmLoRa

Primary LanguagePython

FarmLoRa

Checking temperature, humidity values from farm field with using LoRa protocol.

Requirements

  • DHT22.py, DHT22_old.py, DHT22.pyc should be located your projects folder or library.
  • Pigpio
  • Pyserial
  • Matplotlib

Installation

  • Set up your serial settings in code and start to serial write.
  • Run SerialToRead for seeing on terminal and writing to SensorValues.txt - Run Tk-Livelabel and see values on a label - First run SerialToRead.py, after run Tk-LiveGraph and see values on a graph per packets.

Current Version : 0.1v

TO-DO List

  • Drawing a simple plot and making a live label for monitoring -> 0.1v