HATs and other add-ons • Re: TV Hat on a Pi Zero 2W, streamed video to VLC...
@redvli: very interesting, it does look like a similar symptom.For me, btop (which is very beautiful, thanks for pointing it out) shows a single CPU clock frequency number sitting at around 600 MHz in...
View ArticleBeginners • Re: Pi 5 Net Install SUPER SLOW - please help
Just adding one more to this, not with any resolution though. So far. Watching the screen at a steady 3KBps. For the hell of it, tried the URL in a web browser on my PC. Instantaneous. So presumably...
View ArticleMicroPython • Re: Connecting to the Internet with new Pico 2 W
That code I posted works OK with the new uf2 file from Pimoroni mentioned above by dBerriffStatistics: Posted by leon_heller — Thu Nov 28, 2024 9:33 pm
View ArticleBeginners • Re: Problems with apt upgrade
I did upgrade from bullseye to bookworm around 1 month ago, but everything was working fine, I had this problem after downgrading from beta kernel to stable kernel with the comand:Code: sudo apt...
View ArticleRaspberry Pi OS • Re: WiFi regression in RaspiOS Bookworm 2024-11-19
Yes, the file is https://downloads.raspberrypi.com/raspi ... ite.img.xzI found what that the issues are...So, I'm modifying both the boot and os partitions using some script so that I can create a...
View ArticleAdvanced users • Re: Moving Linux Kernel to 6.12
Using the new kernel on a Raspberry Pi 5. I am not sure if this causes any real issue to other software, but I run btop++ and I have noticed that when running the Linux 6.6 kernel btop++ prints...
View ArticleRaspberry Pi OS • Re: Poll: Recommended Software
The 'recommended software's is just software their guides might need, things they have helped support and develop for something or Raspberry Pi Foundation use for education and projects and so ask for...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
I've just updated my Kernel and found a very nice surprise regarding the (hopefully soon) upcoming Pi 500 in the firmware folder - hope they offer an 8 gig version Statistics: Posted by mrlinux2u —...
View ArticleGeneral discussion • Re: Raspberry Pi 5 discussion thread
There are a number of incorrect statements in your post. The Pi 5:* can run just fine off a 5V/3A supply (aka an official Pi 4 supply or any other USB-C spec complaint supply), under most use cases*...
View ArticleRaspberry Pi OS • Re: on-screen keyboard on system with multiple touchscreens...
Because that shows how libinput sees the devices, and it is libinput which determines whether squeekboard can use the device. libinput shows the capabilities of devices; /proc/bus etc doesn't....
View ArticleDevice Tree • Re: Modify dma-ranges in custom device tree
Code: dma-ranges = <0xc0000000 0x00 0x40000000 0x400000000x7c000000 0x00 0xfc000000 0x3800000>;This used to say:Code: dma-ranges = <0xc0000000 0x00 0x00000000 0x400000000x7c000000 0x00...
View ArticleTroubleshooting • Re: Raspberry Pi 5 Crashes When Running FFmpeg for Jellyfin...
Then it is maybe something with powersupply, the usual things. A Pi5 shall not just crash when somewhat more heavy program gets busy.Maybe test with local file from SD-card, not from powerhungry SSD...
View ArticleMicroPython • Re: Building MicroPython on a Mac
My version of the assembler is newer than yourspi@raspi7:/usr/bin $ arm-none-eabi-as --versionGNU assembler (2.40-2+18+b1) 2.40Copyright (C) 2023 Free Software Foundation, Inc.I deleted everything in...
View ArticleCamera board • Re: Pi HQ Camera images are pink/red
All seems to be 'normal'. Maybe other contributors will spot something amiss?As a test of whether the issue is related to the full resolution mode of libcamera-still, maybe try comparing the output of...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: FireTV bluetooth remote control problems
in the meantime i suspect that the rc goes to sleep over night and stays asleep in the morning when pi boots.to make it work, i have to press ab rc key, then remove it in bluetoothctl, do scan on,...
View ArticleAdvanced users • Re: Colouring writes to 'dmesg'
The question now has to be how is that '<int>' specified ?No matter what I try it just appears in the message text rather than changing the colour ...Code: [137509.469196] 99Hello[137532.894253]...
View ArticleTroubleshooting • Re: GPIO error on Rasp PI 3B+
Hello back, tested: nope, it's not a problem of « double start ».I have the error whenever I type « python3 MyProg.py »File "/var/www/html/scripts/Affichons.py", line 12, in <module>...
View ArticleGeneral discussion • Re: How to re-calibrate AtoD, low input voltage warning....
Sensors doesn't report anything useful on a Pi. It interprets sysfs nodes, and badly. Case in point: it thinks that it's found ISA devices.Statistics: Posted by jdb — Fri Nov 29, 2024 9:40 pm
View ArticleTroubleshooting • Re: Multi-Seat use of RPi 5
"No additional hardware?"Presumably each user has their own keyboard, mouse and screen. What are those items to be connected to?Statistics: Posted by mooblie — Fri Nov 29, 2024 9:46 pm
View ArticleAutomation, sensing and robotics • Re: 360° Serial bus servo like a stepper
Let's hope it's i.e. some of these https://www.waveshare.com/product/robot ... -servo.htm from our CCC friends at waveshareThey explicitly show continuous rotation mode ... up to 7 circles -->...
View Article