Beginners • Re: What/how to self learn headless OS?
Imager will write to virtually any USB storage device.Statistics: Posted by pidd — Fri Dec 06, 2024 4:35 pm
View ArticleTeaching and learning resources • Re: Advent of Code 2024
Finally got day 5 done in C++. Thank you lurk101 I had to look hard and long to work out what you had done. I don't think I would ever have worked out how to use sort.My version:Code: #include...
View ArticleGeneral discussion • Re: Raspberry Pi OS Upgrade using APT
Regarding B.Goode's comments - would the articles APT procedure have worked for Buster to Bullseye, just not Bullseye to Bookworm?Statistics: Posted by Laserman99 — Sat Dec 07, 2024 3:40 pm
View ArticlePython • Re: PulseAudio and Root User Headaches
What works is run the Pi in multi-user mode (so no GUI) and create and start a pulseaudio service running as normal uid/gid, so like would be there when a GUI is fully started.Then after that service...
View ArticleGeneral discussion • Re: Raspberry Pi - X11 Conky issue
Why not use RPiOS Desktop switched to X11?Statistics: Posted by pidd — Sat Dec 07, 2024 4:00 pm
View ArticleBeginners • Re: High speed USB thumb drive hot at 70 Celcius
Many things related to computer technology have a warranty that is similar to whenThis boat is guaranteed against all defects in parts and workmanship for a period of 76 milliseconds from date of...
View ArticleAdvanced users • Re: NUMA Testing
Is this going to be added to raspi-config (and Desktop Config) so I don't have to keep remembering what to edit? Statistics: Posted by bensimmo — Sat Dec 07, 2024 4:30 pm
View ArticleOff topic discussion • Re: How reach the moderators ?
It was still in the approval queue, now done.Statistics: Posted by jdb — Sat Dec 07, 2024 4:39 pm
View ArticleC/C++ • Re: Anyone know why I'm getting this warning about alarm_callback_t?
Also I'm perplexed as to why I don't need "&" to pass the address of the function to add_alarm_in_ms().You can add the ampersand if you prefer.It is not necessary, because the absence of...
View ArticleAI Camera - IMX500 • Re: imx500-tools
Hey guys, I have recently bought a Raspberry Pi AI camera and I wanted to try it out for the first time, I have a Raspberry Pi 4 by the way. I wen through many tutorials online on how to set it up yet...
View ArticleCompute Module • Re: What is performance of the VideoCore VII GPU in the CM5?
And what is the performance of the VideoCore VII GPU in the Pi5?Statistics: Posted by simmania — Sun Dec 08, 2024 4:48 pm
View ArticleBeginners • Re: A replacement for MotionEyeOS?
Another alternative is to use the example from the excellent github picamera2 repository captures motion: https://github.com/raspberrypi/picamer ... _motion.pyStatistics: Posted by neilgl — Sun Dec...
View ArticleAdvanced users • Where is the kernel config ( cross-computer )
Hi,I wanted to ask into viewtopic.php?t=319270 but the topic is closed ¯\_(ツ)_/¯When I boot the raspberry pi 4 tree /boot give me :Code: /boot|-- Image|-- System.map-6.1.93|-- broadcom| |--...
View ArticleGeneral discussion • Is there OEM packaging?
I bought an RPI4 from an online retailer. This didn't come in a taped box as usual, but in an antistatic bag with a sticker that looks like RPI.org. Because I was skeptical, I asked the dealer why it...
View ArticleNetworking and servers • Re: Imager v1.8.5 PI5 Bullseye SSH Key Not Working
I thought it would have placed the keys where it needed to go on tho host and pi. I mean why wouldn't it?The Imager application is distributed in multiple ways, and can be installed in multiple...
View ArticleCamera board • Re: Camera flickering at low light
What type of lighting ?If you put it in manual exposure and vary the exposure time does it change ?It seems that the type of light doesn't matter, only whether there is enough of it, and flickering...
View ArticleSDK • multicore_lockout_start_blocking() does not return
Hello!I'm using an RP2040 to drive an 65c02 processor and call this a computer. Code is available on github.This implements a mass storage device using the Pico's flash as backend. However, this...
View ArticleGeneral discussion • Re: What Will Happen to Raspberry Pi Zero 2W If You...
Try it and see.I agree. OP should try it and let us know what happens for sure.I don't know why either of you are encouraging a user to do something you both know shouldn't be done, which may have...
View ArticleMicroPython • Re: conflict between peripherals
Thanks for clarifying, ghpThere is an feature of Adalogger's SD card reader that I had missed:"SD Detect JumperOn the back of the board, directly above GP15 and to the left of the cowbell logo on the...
View ArticleTroubleshooting • Re: Removing power supply unit: password is no longer accepted
I don't think this would cause your problem, but just in case: you do shut down the OS before removing the power?Statistics: Posted by davidcoton — Sun Dec 08, 2024 5:09 pm
View Article