Skip to content

problems reading from sparkfun nrf52840 mini #24

@jerryneedell

Description

@jerryneedell

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions