All Questions
3 questions
1
vote
1
answer
202
views
Unable to uninstall setuptools to reinstall it
I’m trying to set up my Raspberry Pi, and blinka is not installing, and I have been backtracking to reinstall my setuptools since I have the error where the board is not importing. And I am receiving ...
1
vote
1
answer
484
views
How do you use a variable for pin number on an ADS1115 or other chips in python
I'm trying to understand how I can use a variable for specifying the pin number on an ADS1115. Generally one would read from the analog input by specifying something like this
import board
import ...
1
vote
1
answer
568
views
Setting up Adafruit PDM with Rapsberry Pi 4
I am relatively new to working with Raspberry pi, Adafruit products and python coding. I have been working on setting up a Adafruit PDM Microphone connected to my RPi 4 and am attempting to running it ...