User Activity

Hi everyone. I am using a stm32f429i-disc1 board to read data from the dht11 sensor, but it cannot read the humidity and temperature. I attach the code that I am using.The screen displays "Hello world!", "Humidity: 0.0" and "Temp: 0.0", and when I u...
I have the STM32F4291-disc1 microcontroller and the dht11 sensor that measures temperature and humidity. I'm trying to get the sensor to work, but I don't want the data (Temperature and humidity) on the screen and I don't know what could be wrong. My...