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,609 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
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
180
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
284
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
367
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
373
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
1
vote
1
answer
484
views
How to program remotely on horribly slow Pi-2
I have an old RPi 2 B which I've loaded the latest version of Raspberry Pi OS Lite onto. I'd like to use it to make an IoT device using an TFT LCD screen to show information like the weather and my ...
0
votes
0
answers
72
views
How to Read Result from Two Different USB Ports and Differentiate Them
I have a project where I control to access door with a Raspberry Pi. I want to connect two USB RFID readers to the Raspberry Pi. based on the read from each one, it will open a specific door. Right ...
1
vote
1
answer
235
views
SPI loaded but MOSI as input
I wrote a script to display data on a led matrix, controlled by a few GPIO for line selection and SPI to feed data for this line. This was working perfectly 2 days ago, I let the script display random ...
1
vote
0
answers
170
views
How to wire SIM900A SP+ and SP- with Raspberry Pi to record incoming call
I have a "Raspberry Pi (2 Model B rev 1.1)" wired with "SIM900A using a "USB to TTL module". Send/recv SMS, make/accept/hang calls functionalities are working as expected ...
1
vote
0
answers
44
views
power failure - 2b1.1
a few weeks ago, my pi 2b failed to detect usb wireless adapter.
yesterday, red power indicator flashed sporadically, but booted.
today, it failed to boot.
checked connections, tried different ...
2
votes
2
answers
127
views
Pi 2 getting incredibly hot
My raspberry pi 2 CPU is getting burning hot, even when just starting up. It first wouldn't display aswell, but I rewrote the 32 bit os onto the SD card and now it does display.
But it still is ...
2
votes
1
answer
113
views
Raspberry Pi undervoltage strange issues
So I have an old Rpi2 B, and I was getting an undervoltage error trying to run OctoPrint on an old bundled PSU.
I swapped for a 5V/4A PSU with the same error, I only have the power supply and an ...
3
votes
0
answers
105
views
RPI(2) Bare Metal: does GPU support text mode and what is the default video mode?
I'm struggling with trying to find any information about text-mode capability in Raspberry Pi. I'm reading about decompression, 3d, etc. fancy features but I'd like to learn about fundamentals:
Is ...
1
vote
0
answers
171
views
Interfacing Saitek Megamaster MX-530 with Raspberry Pi
I found out an old Saitek Megamaster MX-530 joystick that I used to play games on old Pentium machine with Win XP. I've tried to used on modern system buying midi/game port converter (25 pin) to USB ...
0
votes
1
answer
218
views
How to detect if SD card is corrupted using metadata Checksum?
I have enabled metadata checksum in my Rpi 2 using this. Is there any way to use this metadata checksum to detect if the sd card is corrupted?
2
votes
2
answers
9k
views
No Wireless Interface Found when using wifi adapter TL-WN725N
I have a problem, I'm using a wifi adapter
TL-WN725N. On the display when scanning, it says "No Wireless Interfaces Found".
I've used the solution from the website: https://gist.github.com/...
0
votes
1
answer
438
views
(raspberry pi 4) instead of pip install all the function (like pandas and json), but we can still use them in script import
system: raspberry pi 4 model B, 32bit, linux run python
Is a dumb question, I was planning to read data from MongoDB to excel' and also read excel toMongoDB'. Overall the .py scrip/code is fine and ...
-1
votes
1
answer
255
views
How can I connect a dht11 that uses digital input while also using an ADC converter and the SPI bus
The source code I have below works for a two analog voltages(water level detection and temperature sensor). The code is set right now for just these two to run and it does work. If there is a problem ...
1
vote
1
answer
196
views
Accidentally deleted important files from MELOPERO RP2040
I am a beginner in this field... I was trying to edit files from VS Code and I accidentally deleted all the files from my MELOPERO Cookie RP2040 and I cannot access it anymore... Can anyone help me?
...
0
votes
0
answers
38
views
Possible to connect non-local rasberri pis to create mesh network?
Hello I am new to Raspberry Pi's and need to use them for my school project. Each of my group members were given one raspberry pi from the school, and we wanted to make a mesh network with them for ...
0
votes
0
answers
423
views
Install Mediapipe for Raspberry Pi 2B
I'm a high schooler looking to use the cvzone module, which requires mediapipe, for my project. However, I'm getting errors in importing and I wanted to know if it is even possible to download ...
-1
votes
1
answer
632
views
How is Ubuntu "64-bit ARM" offered for Pi 2?
Canonical offers Ubuntu for "64-bit ARM" and gives "Pi 2" as an example of a compatible platform. Raspberrypi.com says the Pi 2 is "32 bit".
How does that work?
0
votes
1
answer
357
views
32 bit Ubuntu Server 22.04 LTS lower GPU Memory
I have a raspberry pi 2 with ubuntu sever installed and need to know how to lower the gpu settings from 64 megs to 16 megs.
Ubuntu Server does not come with raspi-config installed.
0
votes
1
answer
174
views
Raspberry pi 4 is not booting with Disk image that is working on Raspberry pi2
I am new to this project. The project was developed in 2015 using Raspberry pi2 and a 7' touch display. The disk image works perfectly on Raspberry pi 2. I tried to flash the disk image to an SD card ...
1
vote
0
answers
195
views
RPi 2 GPIO UART can send data to Teensy, but can't receive
I am trying to send data between RPi 2 (model B) and Teensy 3.2 using the GPIO on the Pi (GPIO 14 and 15) and Serial2 on the Teensy (pins 9 and 10).
The problem is, I can only send data from the Pi to ...
1
vote
0
answers
230
views
Raspberry Pi 2 model B HDMI no signal
I have a problem with my Raspberry Pi 2 Model B. It has Retropie installed and it used to work fine. Now my display says "no signal".
What I tried after some research:
Different cables and ...
0
votes
1
answer
101
views
Problem turning on Raspberry Pi 2b
I have a Raspberry Pi 2b that I have trouble turning on
1_When I insert the SD card containing the operating system into the Raspberry Pi and connect it to the adapter, sometimes the green light turns ...
1
vote
0
answers
660
views
How can I control a Cambridge Audio CXA81 amplifier using its "IR IN" input?
I would like to control the volume on my CXA81 from a Raspberry Pi.
I already use a Serial HAT to send control codes to the amplifier. However, unfortunately, the volume may only be controlled using ...
0
votes
1
answer
482
views
Talking to MAX31865 from Raspberry Pi using Serial Peripheral Interface
I am trying to talk to the MAX31865 board from a Raspberry Pi over SPI but am not getting the results I'd expect. Can someone with more SPI experience take a look at my setup and point to what I may ...
0
votes
0
answers
182
views
Raspberry Pi 2, repair hardware damage
I bought two damaged Raspberry Pi 2s. Both don't boot regardless of the SD cards content (SD card is working in different Raspberry Pi). Both LEDs are steadily on.
The previous owner told me that the ...
1
vote
2
answers
172
views
Transferring files from raspberry pi 3 Model B+ to raspberry pi zero v1
I have a raspberry pi zero v1 and a raspberry pi model 3 B+. The second one has some testing files i want to transfer to the first one.
Right now i’m ssh’ed into both raspberry pi’s (I’ll call them rp’...
0
votes
2
answers
776
views
How can I switch windows (BringToFront) by code?
I'm running Raspbian Pi2 v11 (bullseye), in the GUI, and I have two full-screen applications running (one of them is a web browser). But I need to switch the visible application via code; I'm looking ...
2
votes
2
answers
15k
views
Can the Raspberry Pi 4 do h265 encoding?
I would like to know if the Raspberry Pi 4 can do H265/HEVC Encoding at all. I am not bothered if it can't do it in real time as I would like to run jobs for encoding the video in the background, ...
-1
votes
1
answer
1k
views
Raspberry Pi Raspbian switching Multiple Desktops by application
I'm running Raspbian Pi v11 (bullseye), and I'm booting into the GUI. I'd like to set up two desktops that will run a single full-screen app on each (example: one is a web browser). And then via my ...
0
votes
0
answers
208
views
Indecipherable Characters with UART on Pi 2
I am attempting to use the UART pins on the Raspberry Pi 2 to interface with the console port on a Cisco Access Point.
I've stripped an old RJ45 cable to connect the right TX, RX and GND pins from the ...
1
vote
1
answer
352
views
Raspberry Pi 2 B Tkinter performance problem [closed]
I am trying to write a simple python program for a Rasperry Pi 2 Model B. When finished it should be able to get a few values via uart and display one out of 200 images based on that.
Additionally, it ...
0
votes
0
answers
82
views
Pi 2/3 (Buster installed) to Pi 4 migration, what is to consider?
I found many comments, that the migration from pi2/3 to pi4 requires some changes, mainly because the boot partition has to be larger there.
But in my understanding, the boot partition size isn't ...
0
votes
0
answers
1k
views
How to uninstall zram from Raspberry pi 2?
I installed zram from https://github.com/foundObjects/zram-swap but I am experiencing some lag issues.I cant find the command to remove it from Rpi.
2
votes
2
answers
5k
views
Connecting to a u-blox7 USB GPS sensor
I am trying to connect to a U-Blox7 USB GPS sensor, following the steps outlined here. The device is detected, but not receiving GPS data. I am not not in a shielded area.
Checking that the device is ...
-1
votes
1
answer
96
views
RasperryPI remote access
I recently set up a rasperberryPI for a client, which went well. This raspberryPI has its own wireless network which is used to interact with the device. I've read in threads that it's possible to ...
0
votes
0
answers
2k
views
AC current measurement with ACS712 and Python
I'm currently trying to program my ACS712 5a current sensor to my Raspberry Pi.
At the moment I have hooked up my current sensor via ADC (ADS1115) to the Raspberry Pi 4. ADC seems to read the ...