Skip to main content
Diltech
Associate
March 28, 2026
Question

Not able to read 40bit with BlueNRG-1

  • March 28, 2026
  • 0 replies
  • 98 views

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