Skip to content

Korkmatik/ArduinoHumidityTemperatur

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

The Arduino is getting the current temperature and the current humidity in the room. I am using the Mega 2560 processor and the sensor is the DHT11 Temperature and Humidity module.

The Java Project gets the data through the serial port and displays it in a Graph. Furthermore the data can be stored in a database.

Screenshots

Settings Window

Setings Window

Visualization Window

Visualization Window Visualization Window

Arduino

Picture of the Arduino

Arduino Components

  • 3x Male-Female Jumper Wires
  • DHT11 Temperature and Humidity Module
  • Arduino Mega
  • USB Cable to connect the Arduino to a PC

Wiring

  • Connect the DHT11 Ground Pin to Ground
  • Connect the DHT11 VCC Pin to 5V
  • Connect the DHT11 Data Pin to Digital 2

Software

  • Eclipse
  • Eclipse Plugins: Java, CDT, Arduino Plugin

Technology Stack

  • Programming Languages: C++, Java 8
  • SQL

Java Libraries

  • jSerialComm
  • Java Swing
  • JFreeChart
  • JDBC

Arduino Libraries

What I've learned

  • Improved in Java, C++
  • Improved in Coding for the Arduino
  • Improved in using Java Swing
  • Learned JFreeChart

Releases

No releases published

Packages

No packages published