Python • Re: VENV and Missing Package
On a Pi 5 running Bookworm 64-bit, I created a venv (without system packages) activated it and installed paho-mqtt via pip. However, pip install bluepy failed "...Running setup.py install for bluepy...
View ArticleBare metal, Assembly language • Re: rpi5 mbox
Thanks! It turns out I only looked at revision, serial, and mac. And for the serial... I somehow put the memset *after* the message send Any idea why clock id 3 is returning 1GHz? Shouldn't it be...
View ArticleTroubleshooting • Re: USB-C extension to official 27W power supply for RPi5?
USB Type C extension cables aren't compliant with the PD specification.Some dumb extension cables are but whether they can carry 5A of current is another matter.Ooh can you show my where in the Type C...
View ArticleGeneral discussion • Re: Forum "503 Service Unavailable"
Would appreciate it if people could report if this has now improved.Statistics: Posted by jamesh — Wed Feb 07, 2024 6:10 pm
View ArticleTroubleshooting • Pi5 no green light anymore (amber)
Hi,since today, the led light of my Raspberry Pi5 turns from red to amber rather than from red to green.This coincided with installing the active cooler. I then removed it, however, the red light...
View ArticleTroubleshooting • Re: Logitech USB Mouse/Keyboard stopped working after...
Hi - Thanks. I just thought of that myself. I disabled kodi.service so Kodi would not start automatically. Now the mouse and keyboard work properly when my RPi boots, so there is something in the...
View ArticleTroubleshooting • Re: vaapitest: VA-API test failed: failed to initialise...
VA-API is generally used on x86 platforms for video codec acceleration. Most ARM platforms use V4L2.Statistics: Posted by 6by9 — Wed Feb 07, 2024 6:20 pm
View ArticleTroubleshooting • HDMI ports destroyed
I recently got a Raspberry Pi 5 8GB with Raspberry Pi OS (preinstalled latest version by Pi Hut. I had been using a Dell G2724D monitor, which had worked fine for a couple of weeks of occasional use....
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Direct access to I2S on Pi5
Oh stupid me! I changed the pin function to a4 and now it works. Thank you!Statistics: Posted by KillerBerthier — Wed Feb 07, 2024 6:24 pm
View ArticleTroubleshooting • Re: raspberry pi 5 mediamtx camera error
You followed https://github.com/bluenviron/mediamtx# ... pi-cameras, including the line Make sure that the following packages are installed:libcamera0 (≥ 0.0.5)It's complaining it can't find...
View ArticleTroubleshooting • Re: Test GPIO pins on Pi5
Is pinctrl any use? - help says "...it is designed as a debug tool.."Statistics: Posted by neilgl — Wed Feb 07, 2024 6:30 pm
View ArticleAutomation, sensing and robotics • Re: Motozero motor doesn't stop SOLVED
Decided to remove the pi zero 2 from it's chassis to check the soldering on the pi as opposed to the motozero...... and found the pin GPIO 22 which runs motor2 sticking out like a match underneath the...
View ArticleAdvanced users • Re: microSD Cards "Application Performance Class"...
Hi allI am reviving this thread to ask 2 questions regarding a possible update:1) Is all the info here relevant to RPi 5 too? (meaning, buy an A1 card and not A2)2) Is there a chance that a Firmware...
View ArticleBeginners • Surfshark App
Hi all, I am trying to get the Linux version of the Surfshark app working on my Pi3. I can get connected with command lines but can’t get the app to load. Anyone have experience with that? Is it still...
View ArticleGraphics, sound and multimedia • Re: Missing pygame.FINGERMOTION events
I've installed evtest. Here is the result for one touch:Code: $ evtest /dev/input/touchscreenInput driver version is 1.0.1Input device ID: bus 0x1c vendor 0x0 product 0x1ea6 version 0x0Input device...
View ArticleGeneral discussion • Re: PI 4 overheating?
That seems hot for such a low load. What is the ambient temp?Statistics: Posted by JimJamJamie — Wed Feb 07, 2024 6:44 pm
View ArticlePython • Re: Please help, python hates me.
cap = cv2.VideoCapture(0) won't work in bookworm.try picamera2.. example belowwhere have to put the haar_cascade_xml_file ?Code: import cv2import numpy as npfrom picamera2 import Picamera2# start Pi...
View ArticleAdvanced users • Re: Any Tips for Speeding Up the Manual Process of Setting...
https://github.com/gitbls/sdmOP really NEEDS sdm, based on the description. I hear that the maintainer is quite responsive to questions and problems Statistics: Posted by bls — Thu Feb 08, 2024 6:09 pm
View ArticleBeginners • Re: Serial communication between raspberry pi Zero W and Arduino...
Hi I'm a beginner. Recently I tried to do a serial communication between arduino and raspberry pi zero w. I install the raspberry to sd card and made the ethernet connection to the pc by editing txt...
View ArticleCamera board • Re: how do i use AfMetering om my script ?
picam2.set_controls({"AfMode": controls.AfModeEnum.Continuous, "AfSpeed": controls.AfSpeedEnum.Fast, "AfMetering" : controls.AfMeteringEnum.Windows, "AfWindows" : [ (2104, 1046, 800, 400) ]})this...
View Article