Debian • Re: RPi 4 with Debian 12 doesn’t work on RPi 5 - how upgrade it?
I had raspiOS bullseyes upgraded to bookworm and it didn’t work. Lot of troubles to get out of unhealthy and unsupported.I'm not surprised. It is not recommended to install Bullseye, then upgrade to...
View ArticleGeneral discussion • Re: Raspberry pi 3A running slower then a snail?
I don't have bookworm in my imager. http://deletethis.info/screeny.pngIf you go back to the main menu, it should be one of the options there.Statistics: Posted by JimJamJamie — Sat Jan 13, 2024 12:17 pm
View ArticleGaming • Great RPG Now on Pi!
Dog-O is a 16-bit style JRPG with a unique RTTB (real-time turn-based) battle system.I have ported it to Pi for everyone to play. Please use this thread to report any problems or feedback.Download...
View ArticleGeneral discussion • Re: Problem with official RPi 5 power supply
I too have had this problem which I corrected by unplugging the power supply at the mains and replugging.The issue seemed to start when I added a DAC+ HAT to the Pi 5 two week ago. The HAT is...
View ArticleMicroPython • Re: Viability of Pico W as a network device
I've done precisely two projects with the picoW (one public, one not) so my experience is somewhat limited.I've done no memory profiling on the public one but haven't encountered any memory related...
View ArticleOther projects • Re: 1st time project
Raspberry Pi's GPIO are 3.3V so it may not be able to activate a 5V relay.Max total current out of Raspberry Pi GPIO pins is 50 mA, while "each one [relay] needs 15-20mA Driver Current".This means you...
View ArticleGeneral discussion • Pi 5 Obsolete TV standards support… how?
In the introduction video https://www.youtube.com/watch?v=ZswAW9A6wNE&t=1825s obsolete TV standards support was discussed.I’m very keen to try this, so got a Pi 5 setup with a composite video...
View ArticleAutomation, sensing and robotics • Re: Hardware button to trigger a shell...
Something like this ?https://www.shelly.com/en-de/products/p ... on-1-blackThese shelly products support MQTT 'out of the box'. You will install mosquitto MQTT broker on your Pi and write a small...
View ArticleTroubleshooting • Re: Removable drives and permissions
Taking a step back here.What is you intended use for these removable drives?Will they be permanently connected or swapped in and out?Is you Pi booting to the desktop or command line?How and where are...
View ArticleTroubleshooting • Re: cannot login after update; but text mode login is fine
apt updatewon't (can't) do anything like this, so it must have been something else."apt upgrade" might - but that's not what you said.Statistics: Posted by BigRedMailbox — Sat Jan 13, 2024 1:08 pm
View ArticleTroubleshooting • Re: Pi 5 NVMe Boot Issue
I suggest you try booting from an SD card then report what the following commands output:Code: lspcilsblkI see that board has a connection for additional power. Have you tried using it?Statistics:...
View ArticleUbuntu • Re: Is there a problem with the latest Ubuntu update?
I don't get why people keep getting redirected off-site when they ask Ubuntu questions.We do have a Ubuntu forum on this board and OP did post it to that forum. What's wrong with that?Statistics:...
View ArticleCamera board • Re: Record video from two cameras simultaneously on Pi 5
Or if you want to use a Picamera2 solution try:-Code: #!/usr/bin/python3import timefrom picamera2 import Picamera2, Previewfrom picamera2.encoders import H264Encodercamera_a =...
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
Added android 13 tv os for raspberry pi 5Statistics: Posted by procount — Sun Jan 14, 2024 11:55 am
View ArticleCamera board • video from camera3 on Pi 5
If I enter rpicam-vid -t 10000 test.h264 on the pi5 terminal it looks as though its recording but on playback with vlc it just flashes for a second but does not playI have an HQ camera and an...
View ArticleTroubleshooting • Re: vnc timeout
That seems to be workingThanksStatistics: Posted by TamsPi — Sun Jan 14, 2024 12:03 pm
View ArticleBeginners • Re: Proper way to configure HDMI display
Thanks for your reply. This code makes me think that:Code: commentElem.innerHTML = 'width: ' + window.innerWidth + ' width2:' + screen.width + ' height:' + screen.height ;That displays'width: 1040...
View ArticleAdvanced users • Re: Errors when trying to compile 6.1.70 on Pi5 4GB
fixdep: error opening file: include/lilux/mmzone.h: No such file or directoryYou experienced a bit flip, changing /linux/ to /lilux/.Looks like the compiler on 4GB model runs out of memory because a...
View ArticleCamera board • Re: video from camera3 on Pi 5
Agreed it doesn't work as expected for 10 seconds. Preview runs for 10 seconds , but only plays for about 1 secondStatistics: Posted by gordon77 — Sun Jan 14, 2024 12:24 pm
View ArticleGeneral discussion • Re: Dual Monitors Extended Bookworm 64/4B 8GB
If you want that behaviour and are not willing to put any effort into getting it, then find a different DE where that is the default behaviour.PeterOSounds like millions of users will have to figure...
View Article