Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dheeraj22/psoc6_dht11_sensor_interfacing
- Owner: Dheeraj22
- Created: 2019-09-15T07:43:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-15T14:27:57.000Z (over 5 years ago)
- Last Synced: 2024-11-08T13:12:15.418Z (about 2 months ago)
- Topics: cypress, cypress-psoc, dht, dht11, humidity-sensor, psoc-application, psoc6, temperature-sensor
- Language: C
- Size: 1.45 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.6Connect 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)