Arduino Sonar GUI using distance, temperature, and humidity sensors to visualize data
This project was built using a SparkFun RedBoard, a DHT11 temperature and humidity sensor, and an HC-SR04 ultrasonic sensor.
This was programmed in the Arduino and Processing IDEs and relies on the DHT library to read temperature and humidity values.
Arduino files and libraries are found in the arduino
folder and Processing files are found in the processing
folder.
Using the Processing IDE, this project can be run in the IDE or exported as a pure Java application, though those packages were too large to upload each individual here.