Skip to content

Commit 52a91ec

Browse files
authored
Update README.md
1 parent 86cfa1d commit 52a91ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,13 @@ Each row represents a full sensor readout and computed atmospheric metrics, outp
2727
| **Sensor read failure / invalid** | nan | nan | nan | nan | nan | nan | nan | nan | nan | nan | nan | nan |
2828
| **Formulas used** | T | RH | heatIndex = dht.computeHeatIndex(T, RH, false) | dewPoint = T - ((100 - RH) / 5.0) | absHumidity = 216.7 × (RH/100 × 6.112 × e^(17.62×T / (243.12+T)) / (273.15+T)) | specificHumidity = 0.622 × (RH/100) / (1 + 0.622 × (RH/100)) | mixingRatio = 622 × (RH/100) / (1000 - RH/100) | vaporPressure = RH/100 × 6.112 × e^(17.62×T / (243.12+T)) | satVaporPressure = 6.112 × e^(17.62×T / (243.12+T)) | wetBulb = complex empirical formula (see source code for full expression) | humidex = T + 0.5555 × (vaporPressure - 10.0) | enthalpy = 1.006×T + (2501 + 1.86×T) × RH/100 |
2929

30-
## Output Monitoring
30+
## Setup Explained
3131

3232
<p align="center">
3333
<img src="assets/img 4 - Setup + tty.usbserial-1410.jpeg" width="80%">
3434
</p>
3535

36+
This setup features an Arduino Uno CH340G clone connected to a DHT11 temperature and humidity sensor and a USB-to-Serial adapter (CP2102 module). The DHT11 sensor is connected to digital pin 2 for data, with power (VCC) and ground also wired to the Arduino. The USB-to-Serial adapter is connected with its TX and RX lines wired to the Arduino's RX and TX, respectively (crossed), and GND shared between both devices. The system is powered via USB, and the onboard LED confirms activity.
3637

3738
## Method 1 - Using The dht11_viewer.py Python Script:
3839

0 commit comments

Comments
 (0)