Questions tagged [pi-2]
This refers to the quad-core Raspberry Pi 2 (currently only available as a "B" model with Ethernet and four USB ports), with 1 gigabyte of RAM.
1,610 questions
0 votes
0 answers
65 views
Red and Green LED both on when plugged in
I recently got a raspberry Pi 2B second hand and I found that when powered on both the red and green led turn on and stay regardless if there’s an sd card inserted in to board The Led’s don’t flash ...
1 vote
1 answer
82 views
can write but not read with SMBUS
I'm trying to drive an I2C LCD screen. I know the device address from i2cdetect -y 1 It's 0x3f. I reset the screen by setting LOW and HIGH the RST GPIO 4 (the RST pin is connected to GPIO4). Then I ...
-1 votes
1 answer
65 views
Cannot control PWM frequency on GPIO18
I'm using this script to control GPIO18 : import RPi.GPIO as GPIO from time import sleep ledpin = 18 GPIO.setmode(GPIO.BOARD) GPIO.setup(ledpin,...
0 votes
1 answer
63 views
Deluge some torrents with network related errors [closed]
Information about the board and OS OS: Raspbian GNU/Linux bullseye 11 armv7l Host: Raspberry Pi 2 Model B Rev 1.1 Torrent client deluge-web -v deluge-web 2.0.3 libtorrent: 1.2.9.0 Python: 3.9.2 OS: ...
0 votes
0 answers
88 views
How to create a playlist in LibreELEC 12.0.1
I want to create a playlist in Kodi. However, in the tutorials there is often a "normal playlist", which does not exist. If I try to use the a smart playlist this always stays empty. I want ...
0 votes
0 answers
71 views
Errno 121: Remote I/O Error Problem. 'ADS 1x15'. After successful implementation of 2 Years
I am using ADS1X15 library to read analog data from ADC-1115 adc conver ter. I was successfully using this library as well as module for atleast 2 years. Now the Python through the error [Errno 121] ...
0 votes
1 answer
119 views
Raspberry Pi 2 Model B v1.1 missing piece
I recently posted asking for help troubleshooting my Raspberry Pi 2 Model B v1.1, which appears to be "bricked." After some investigation, I believe I may have found the issue, but I need ...
0 votes
1 answer
178 views
Troubleshooting Raspberry Pi 2 Model B with Solid PWR and ACT LEDs
I have two Raspberry Pi 2 Model B v1.1 units. The first unit, which I will refer to as the "working" one, has a flickering GREEN ACT LED (but no lit RED PWR LED), indicating that it operates ...
-1 votes
2 answers
277 views
What type of power supply can I safely utilize with my Raspberry Pi 2B?
What types of power supplies can I utilize with my Raspberry Pi 2B? My understanding is that most recommend at least 5 V. Can I provide it with more volts than 5? Or would that destroy the device? As ...
0 votes
1 answer
357 views
Trying to understand the under voltage issue
Using this script to provide a power report, I am getting the following while powering the Pi with iPhone power brick and the official Raspberry Power supply brick: -- using official Raspberry Pi ...
1 vote
1 answer
370 views
Is there any chance to update an extremely old rmpi system to a specific version?
I have a software image file that is used for running system on raspberry pi model B and ~50 microcomputers that are running on it right now. I need to somehow update this old pile of rust to a ...
0 votes
1 answer
194 views
MPC output problem on Headphone output
I have a misconfiguration of my MPD daemon on Raspbian Buster with Raspberry PI 2B. Alsa is configured as follows: pi@Wecker:~ $ aplay -l **** List of PLAYBACK Hardware Devices **** card 0: b1 [...
-1 votes
1 answer
105 views
ttyAMA0 serial port error
I'm trying to get gps data through ttyAMA0 serial port. Sometimes I could get gps data but I also get errors such as OSError Error11 resource unavailability. It used to be working but I get errors ...
0 votes
0 answers
103 views
How is it made that NIC has name eth0 not usb0?
Raspberry Pi network card is internally a USB card. Why then it has name eth0 and not usb0? I need to find a code, which is responsible for this. I am simulating Raspberry Pi with QEMU and having a ...
0 votes
1 answer
324 views
why raspberry pi got two 5v pins? [closed]
If I understand it correctly: the two 5v pins are inner connected, so what's the purpose to design two 5v pins, please share a scenario that requires to use both 5v pins, thanks