Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dheeraj22/psoc6_dht11_sensor_interfacing

In this project we interface PSoC6 with the DHT11 Humidity and Temperature Sensor
https://github.com/dheeraj22/psoc6_dht11_sensor_interfacing

cypress cypress-psoc dht dht11 humidity-sensor psoc-application psoc6 temperature-sensor

Last synced: 2 days ago
JSON representation

In this project we interface PSoC6 with the DHT11 Humidity and Temperature Sensor

Awesome Lists containing this project

README

        

# PSoC6 DHT11 Sensor Interfacing
In this project we interface PSoC6 with the DHT11 Humidity and Temperature Sensor using PSoC Creator IDE.

### Hardware used:
1. [PSoC62 BLE Pioneer Kit](https://www.cypress.com/documentation/development-kitsboards/psoc-6-ble-pioneer-kit-cy8ckit-062-ble)
2. [DHT11 Humidity and Temperate Sensor](https://components101.com/dht11-temperature-sensor)

### Connections:
##### Sensor <--------> MCU
VCC <--------> 3.3V
GND <--------> GND
DATA <---------> P5.6

Connect a 4.7K pull up resistor between DATA pin of sensor and VDD of the MCU.

Datasheet for the sensor can be found [here](https://components101.com/sites/default/files/component_datasheet/DHT11-Temperature-Sensor.pdf)