General discussion • Re: Raspberry Pi 5 discussion thread
Folks appear to see 65W > 27W and assume it will just work.Mostly because they have been led to believe it will. "Yes, you can use a higher wattage charger with a device which requires less" is...
View ArticleTroubleshooting • Re: Pi 3B+ screen image too large to fit on TV screen
The best way to fix this is to look in the setup of your TV for scaling settings. It may be called something like PC or Full screen (it varies for each manufacturer). You'll get a better image that...
View ArticleTroubleshooting • Re: Loss of route to internet gateway
Thanks for the details. Will try that out in a few days. Away from the pi for the time being Statistics: Posted by asn20003 — Tue Apr 02, 2024 7:52 am
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Solved: strange behavior of pigpio PWM...
Still strange but it seems the root cause is the Raspberry Pi Imager (v1.8.5). I selected the device Raspi zero 2W and write the image, but if using the other imager, the symptom disappeared. Then I...
View ArticlePython • Re: Reading GPS
I find it simpler to read the serial port and parse the result with the pynmea2 library:Code: pip3 install pynmea2Code: import serial,time,pynmea2port = '/dev/ttyACM0'baud = 9600serialPort =...
View ArticleGeneral discussion • Re: Replace image from within
I have a general question: is there a way to update the image of a Raspberry Pi from within, e.g. to offer a kind of update or factory reset option of a Raspberry-Pi based appliance, that installs a...
View ArticleGeneral discussion • Case with display and UPS
Hi,I am looking for a case for an Raspberry Pi 4 B, which would support both a display, somewhere between 2.8" and 5", a UPS with a battery and some external buttons (power off, reset). Does something...
View ArticleGeneral discussion • Re: Pi 5 which chips heat the most
Or buy an aluminium heatsink case. They all make perfectly adequate contact with everything that matters via thermal pads. Replacing those with thermal compound will make very little...
View ArticleGeneral discussion • Re: Raspberry Pi 5 HDMI issues
..My issue:when i have the micro sd card inserted it does not show ANY video output onto my tv AT ALL however when i remove the micro sd card and load into boot loader it shows video and works.That...
View ArticleSDK • Re: build error SDK C
cmake is run automatically when I start VScode. Here is the verbose output:[proc] Executing command: cmake --version[proc] Executing command: cmake -E capabilities[variant] Loaded new set of...
View ArticleGraphics, sound and multimedia • Re: Pi 5 Obsolete TV standards support… how?
I suspect that first one was a 525/30 mode -- that might explain why it appears letterboxed.I can confirm that the Screen Layout Editor bug is present in the latest standard image (even without the...
View ArticleRaspberry Pi OS • Re: Screen blank not working arm64 Desktop lite.
Hey thereI know it's been a while since you asked this (and the link you posted seems to be broken) but from the tldr I seem to be currently facing the same issues with wayland/wayfire. Setting the...
View ArticleTroubleshooting • Re: More CUPS issues on Bookworm and CUPS 2.4.2
Hello,Sorry at the time no the Dymo was connected to the other working RPI.Could you advise. On which driver i should try please?If there is nothing on the SD card you want other than cups, I would...
View ArticleOff topic discussion • Re: A sort of potential "heads up"...
Only 5/day?I think US figures are still about 40-50K/yr - which is about 120/day. US pop is about 6x UK, so that factors to about 20/day.So, I'd say you're doing something right.Note: All figures are...
View ArticleGeneral discussion • Re: Portable Power Supply For Rpi?
I found this tutorial on Makerspot, but it required 2 things this DC board and a 3.7 lithium battery. Is there a way to do something like that but with 1 single part?Yes. See the first reply in this...
View ArticleTroubleshooting • SAP issue in bluetooth.service in bullseye Lite
When I run the following command (Rpi bullseye Lite) to check the status of my bluetooth service, I get the following error. This happens on two different up-to-date bullseye systems: an RPi4B and an...
View ArticleGeneral discussion • Re: Raspberry Pi5 Benchmarks Thread
it's possible to obtain 31.403 Gflops by turning off non-essential services during the run.Also interesting is a claim earlier in that thread that the benchmark runs slower when the CPU is over...
View ArticleAdvanced users • Re: PI5 and easy AI/CV/LLM
I heard some Suno AI music yesterday.Came across "Nobody and the compute" yt ch today, lofi midi music, that should even work on the Pi.Playable on older Pi's for ambient sound.I know almost zero...
View ArticleGeneral • Re: Why does SIO registers don't support bus atomic access?
Thank you!Statistics: Posted by maldus — Wed Apr 03, 2024 9:24 am
View ArticleGeneral discussion • Re: A Pi Pie Chart
You could switch to a Roman numbering system rather than the Arabic numbering system. This may help reduce confusion.Statistics: Posted by bensimmo — Wed Apr 03, 2024 9:31 am
View Article