The latest version of VM cannot use DHT11

Issue #469 resolved
maike maker created an issue

ide:https://microblocks.fun/run-pilot/microblocks.html

board:ESP32

This version of VM disrupts the functionality of DHT11, resulting in the inability to read data

Comments (3)

  1. John Maloney repo owner

    There was a conflict between the NimBLE Bluetooth library the Arduino pulseIn function, so we had to disable the DHT11 primitive. I've reported the issue to the NimBLE maintainer and he says he will fix the problem.

    Fortunately, there is a short term solution for ESP32 boards. The conflict applies only to nRF52 version of NimBLE, so we can re-enable the DHT11 primitive for ESP32 boards. That fix will be in the next pilot release.

  2. Log in to comment