This project is an advanced datalogger that logs temperature, humidity, and air pressure. It uses an Adafruit SHT31 sensor for temperature and humidity, and a BMP180 for air pressure.
- Logs temperature, humidity, and air pressure.
- Manages files on an SD card.
- Creates log files for data.
- Uses a TFT screen (Adafruit ST7735) for display.
- Can transfer data live via Bluetooth.
- Allows for changing configurations via Bluetooth commands.
Note
Please note that the data and time in the img is not set correctly.
- Arduino board (Mega 2560 recommend)
- Adafruit SHT31 sensor
- BMP180 sensor
- Adafruit ST7735 TFT screen
- SD card module
- Bluetooth module
- Arduino IDE
- Connect the hardware as per the circuit diagram.
- Install the required libraries in the Arduino IDE.
- Upload the Arduino sketch to the board.
- Power on the Arduino board.
- The device will start logging data and display it on the TFT screen.
- To transfer data live or change configurations, connect to the device via Bluetooth and send the appropriate commands.
Contributions are welcome. Please open an issue or submit a pull request.