forked from mrmcwethy/Adafruit_CircuitPython_DHT
-
Notifications
You must be signed in to change notification settings - Fork 64
Closed
Description
I have been getting the following error with a sparfun nrf52840 mini board
Press any key to enter the REPL. Use CTRL-D to reload.
Adafruit CircuitPython 5.0.0-alpha.0-128-g347fbb652 on 2019-08-03; SparkFun Pro nRF52840 Mini with nRF52840
>>>
>>>
>>> import board
>>> import adafruit_dht
>>> dht=adafruit_dht.DHT22(board.A4)
>>> dht.temperature
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "adafruit_dht.py", line 227, in temperature
File "adafruit_dht.py", line 216, in measure
RuntimeError: A full buffer was not returned. Try again.
>>>
the same code works OK on a feather_nrf52840_express or a metro_m4_airlift board
Metadata
Metadata
Assignees
Labels
No labels