Category "adafruit-circuitpython"

Micropython with PN532 V3 Elechouse

I have a ESP32S with micropython installed and I have a PN532 from Elechouse to read NFC tags. Is there any possible way to combine these two together? I've onl

(Adafruit_Python_DHT - Raspberry Pi) in get_platform RuntimeError: Unknown platform

I have a Raspberry Pi 4 connected with a DHT22 sensor, and I want to read data from my sensor. So I installed the library Adafruit_DHT sudo pip3 install Adafrui

CircuitPython: No module named 'usb_hid'

I installed CircuitPython on my Raspberry Pi Zero W and tried to import usb_hid in Python and it threw the error: ModuleNotFoundError: No module named 'usb_hid'