cancel
Showing results for 
Search instead for 
Did you mean: 

Not able to read 40bit with BlueNRG-1

Diltech
Associate II

Hi,

I can't read 40bit with my BlueNRG-1 and help wit timer in free-running.

My us is ok but when i tried to read, it stop before read all 40 bits.

Here i post my driver dht11.

In main for test

uint8_t h, t;

if (DHT11_Read(&h, &t)) {
    printf("Humidité = %d %%  Temp = %d C\n", h, t);
} else {
    printf("Erreur DHT11\n");
}

Thank

0 REPLIES 0