Questions tagged [adafruit]

Use this tag if your question relates to Adafruit products.

You should use this tag if your question relates to the use of Adafruit products, for example, many sensors and Hats are manufactured by Adafruit.

94 questions
2
votes
0 answers

Unable to install Adafruit_DHT

Running the Adafruit install command sudo pip3 install Adafruit_DHT results in the following error: Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Collecting Adafruit_DHT Using cached Adafruit_DHT-1.4.0.tar.gz (15…
Prmake
  • 23
  • 1
  • 4
1
vote
0 answers

Adafruit ServoHat Second Row of Ground Pins

I am trying to access the second row of ground pins on the Adafruit ServoHat, however, these pins don't seem to work. Here is the link to the schematic diagram of the servo hat:…
0
votes
1 answer

Raspberry pi5 power supply

Can I configure a GPIO pin to act as a 5V power supply? I need to use both 5V power supply pins to power my display. Thank you in advance.
0
votes
1 answer

sensor AMG8833 with raspberry pi5

I tried to follow several guides to get the AMG8833 working with the Raspberry Pi 5. The latest one I tried was this guide:https://cdn-learn.adafruit.com/downloads/pdf/adafruit-amg8833-8x8-thermal-camera-sensor.pdf , but I didn't get any…
0
votes
1 answer

CM4 custom board with max98357

I had this module on my raspberry CM4 IO board: Adafruit MAX98357 I2S Class-D Mono Amp The module works perfectly on my IO board, but when I made my board (see diagram) it just keeps on grunting when I boot the CM module and if I turn on e.g. music…
PanFiluta
  • 1
  • 1
0
votes
1 answer

Adafruit Snake Eyes Bonnet - TFTs backlit but no image

I have a Raspberry Pi 3B with the Adafruit Snake Eyes bonnet and 2x IPS TFT ST7789. I've soldered it all up, I can't see any bridging and I've done continuity checks on each pin. I've done a fresh install of Buster OS Lite Legacy and run through the…
Lee
  • 9
  • 1
0
votes
0 answers

BNO055 RUNTIMEERROR WITH RASPI 3 and UART port

I have some troubles to run bno_simpletest.py correctly. I updated my raspbian, activated serial port, disabled bluetooth, I'm using serial.Serial, I tried both commands in the code : "uart = serial.Serial("/dev/serial0")", "uart =…
0
votes
0 answers

How to swap displaying on Adafruit TFT back to HDMI

I’m new here. Recently got the adafruit tft display, tried it out but now want to swap back to HDMI output to display on monitor as before. Original instructions :…