HATs and other add-ons • How much current should the official power supply...
Hi there.I think I have a hardware problem with my Pi 5. I have a Pineberry Pi Bottom with a 4 TB SSD attached to the Pi 5 (8 GB ram). I want to use it as a NAS (and media center). Only issue is that...
View ArticleRaspberry Pi OS • Re: legacy materials moving from archive.raspbian.org to...
This probably is not the place to post, I will check elsewhere tomorrow but after creating a new image using bullseye, as per PI Imager suggestions,I get the following errosCode: After this operation,...
View ArticleOther programming languages • Re: How to create at jobs from a website...
Here's something that might help you get startedCode: <?php$at_time = "00:18";$at_cmd = "touch /tmp/flagfile";$at = popen("at " . $at_time, "w");fprintf($at, "%s",...
View ArticleGaming • Re: Killer Apps and Games for 7 and Under
I already had mentioned TuxRacer. I will give TuxPaint a try thanks.Statistics: Posted by skinmarquee — Sun Feb 11, 2024 10:31 pm
View ArticleRaspberry Pi OS • Re: problem updating pi5 4gb
Can you run sudo apt update then sudo apt full-upgrade and copy and paste the full output here so we can see the problem.Use the Code </> button when posting to format the output Code: like this...
View ArticleGeneral • Re: WiFi configuration without a display
Anyone know about the nitty-gritty of mDNS / DNS ?I can get my MicroPython to respond to a 'ping picow.local' but the 'ping' doesn't appear to pick-up the reply -Code: pi@Pi3B:~ $ ping...
View ArticleOther programming languages • Re: Pari/GP CAS (Computer Algebra System)
I like prototypical jscadui parameter development (that small model was generated with "n=3 gp -q < tqf_3D.2.gp").First I had "plane" choice on whether to show plane (through max #vertices) or...
View ArticleBeginners • Re: VNC - black screen after logging in to Raspbian 64bit
the new KMS driver ignores config.txt video modes.the only way to set resolution is via edit in cmdline.txtsee my above post.Statistics: Posted by terribleted — Sun Feb 11, 2024 11:04 pm
View ArticleGeneral discussion • Re: Blacklisted from official Facebook page and topic...
Post a photo of this deformed and twisted Pi5.Statistics: Posted by rpiMike — Sun Feb 11, 2024 11:04 pm
View ArticleTroubleshooting • Re: look giving strange results
There is a Debian bug report against look. It seems to say that if you don't specify a filename the it sets -d and -f. With -d set the sort order of the default file is critical and that causes it to...
View ArticleTroubleshooting • Unable to edit a draft post
Good evening, I have returned to the forums after a considerable time, have had problems logging in, but have since drafted a long post concerning problems compiling a kernel from source on Pi5I saved...
View ArticleMedia centres • advice on beginner media player for Pi3/Pi4
Hello. A mate has a new offroad caravan and they are intending to travel around Australia.He has a 4Tb hard drive (200Gb unused) with movies and pics and whatnot for entertainment hoping to use on a...
View ArticleGeneral discussion • Re: Which raspberry pi models are still being manufactured?
In short I think everything except the original 28pin Pi1 is still in production.Original Model A (PCB the same size as the Model B) went out of production years ago. Dr. Upton has been known to call...
View ArticleTroubleshooting • Re: Unable to edit a draft post
Good evening, I have returned to the forums after a considerable time, have had problems logging in, but have since drafted a long post concerning problems compiling a kernel from source on Pi5I saved...
View ArticleBeginners • New User Suggestions
I have two Pi 4's and Two Pi5's. I'm an electrican/electrical engineer.I played with the Pi 4's and the I/O boards, a little complicated but neat.I set up a 5 and use it instead of my work laptop, I...
View ArticleHATs and other add-ons • Re: How much current should the official power...
Hi there.I think I have a hardware problem with my Pi 5. I have a Pineberry Pi Bottom with a 4 TB SSD attached to the Pi 5 (8 GB ram). I want to use it as a NAS (and media center). Only issue is that...
View ArticleAutomation, sensing and robotics • Re: Determining torsion in a pipe during...
Ok, so you are just going to situate a camera at 3 o'clock, pointing towards the centre of the pipe, then use simple image processing to find the line on the pipe. Then measure the linear distance in...
View ArticleTroubleshooting • Lost Desktop Black/Blank Screen
HDMI is fine and displays my WFpiConsole however just recently I lost the desktop and can't get it back. Didn't make any changes just disappeared. Can SSH to problem. Rather not do a fresh install if...
View ArticleGeneral discussion • Re: Raspberry Pi IPO
Its nice to imagine what the pi team could do if they had a load of cash to invest in R&D (that an IPO could potentially provide)RPi Limted (or whatever they are called today) already have...
View ArticleGeneral • Re: Transfer data over wifi for pico for a high sampling rate
I tried compiling the code, but I was encountering a hardfaultHardfault on compile ? Which one.I check it again and it's compile okCode: daniel@benchpi4:~ $ git clone...
View Article