unoTemp

Description

Project allows user to view temperature, and humidity serial data published by the arduino. The java applicaton then connects to the comm port, and reads the data using jSerialComm version 2.5.1.

Usage

Setup

  1. Install JDK if needed
  2. Install Maven if needed
  3. git clone https://github.com/robaldwin9/DHt11JavaMonitor
  4. Upload sketch to arduino
  5. mvn clean install
  6. run the jar
  7. you should see data being generated provided DHT11 is wired properly

Graphical Description

Java Doc

OS Support