Thermal Comfort

Citation Author(s):
Matheus
Nascimento
Mackenzie Presbyterian University
Submitted by:
Matheus Nascimento
Last updated:
Fri, 09/17/2021 - 17:35
DOI:
10.21227/9c3a-x738
Data Format:
License:
0
0 ratings - Please login to submit your rating.

Abstract 

This dataset contains the collection of temperature, humidity, heat index, thermal discomfort index and temperature and humidity index of five indoor environments in São Paulo, Brazil. Data were collected using the ESP32 microcontroller and the DHT11 temperature and humidity sensor.

Instructions: 

The attached database contains the SensorData table with the following structure:

- id: int(10);

- sensor: varchar(30) - sensor name;

- location: varchar(30) - sensor location;

- temperature: varchar(30) - temperature (°C);

- humidity: varchar(30) - humidity in (%);

- ic: varchar(10) - heat index (°C);

- idt: varchar(10) - thermal discomfort index (°C);

- itu: varchar(10) - temperature and humidity index (°C);

- reading_time: timestamp - timestamp that data was collected.