SDK • Re: [Closed] USB Serial port TX performance
Could be nice to have an option to change this in the project files, either source or cmakelist...KasperOpen an issue on githubStatistics: Posted by kilograham — Mon Jan 13, 2025 4:24 am
View ArticleGeneral discussion • Can Raspberry Pi 5 Handle Four USB Cameras for 1080p...
Hi Masters,I recently started an autonomous driving project that requires using four USB cameras for image recognition. The resolution is 1920x1080 at 30FPS (the cameras output AHD, which is converted...
View ArticleGeneral discussion • Headless Raspberry pi 5 not getting booted after...
I have booted my raspberry pi 5 from a usb flash drive with Raspbian lite os headless and it was working fine and I could ssh into it, etc.I tried the network boot option by configuring the boot order...
View ArticlePython • Re: Rpi5, pi3d, x11, uggg lol
Where is paddygwoof? He has been an invaluable asset to this community when it comes to the pi3d library.Statistics: Posted by AGPowers — Tue Jan 14, 2025 3:48 am
View ArticleSDK • Re: Panic function
In vanilla Lua 5.4.7, luaD_throw() in ldo.c does all the panicking, and it's a no return function. May be the only place panic is called. A lot of luaD_throw calls appear to be memory or stack...
View ArticleBeginners • Re: Looping video playlist with button interrupt
I think your problem is that you need to use RPi OS Bullseye, not Bookworm.Thanks Ken, I'm going to try this tomorrow. I am pretty new to RPi and am excited to get this to work. I will report...
View ArticlePython • Re: Python on RPi 4
Excellent. This is really nice if the Python is pre-installed in Raspberry Pi OS Bookworm.In case you haven't come across it in Windows, Bookwork enforces Python Virtual Environments.Bookworm does not...
View ArticleTroubleshooting • Re: is piwheels.org down?
There is no need to solve the problem, acutally.I found out that most of the packages can still be installed even with the warnings.Just be patient and wait until the packages be...
View ArticlePython • Re: Using multiple languages/venv in a script
Time for a bit of reading and follow along with a few simple exercises to see how it works. It is very, very easy to use venvs.https://realpython.com/python-virtual-e ... -a-primer/Statistics: Posted...
View ArticleNetworking and servers • Re: wordpress site not able to access from external...
Wordpress hard codes the old address (ip?) in some internal tables.IIRC in the _options table of your website’s database, there are two rows siteurl and homeurlMaybe check those.Thank you. That was...
View ArticleTroubleshooting • Re: Raspberry Pi 5 256gb SD card not detected
Hello, I am new to using a raspberry pi. I formatted an Amazon Basics 256gb micro SD card using the official imager, but when I insert it into my raspberry pi it says SD: card not detected. I have...
View ArticleRaspberry Pi OS • Differences between bullseye and bookworm?
I was accessing the same web page rendering 3d model with RPI5 on bullseye and bookworm (same 6.6 kernel), and I was completely cpu occupied on bullseye, almost 100%. On the bookworm, the cpu has a...
View ArticleAdvanced users • Re: recompiling the Linux Kernel for RasPiOS Lite
... you aren't making a backup of the old kernel, there's no easy way to recover from a bad build. Similarly, by not changing the LOCALVERSION you run the risk of overwriting the modules for the...
View ArticleTroubleshooting • Re: pi4b: Green light flashing frantically
As the last resort, you can re install the Raspberry Pi OS. Running the Raspberry Pi without a cooling fan for a long time can lead to hardware damage.I have reinstalled the Pi OS, but it doesn't work...
View ArticleGeneral discussion • GUI notifications on Raspberry Pi Desktop possible for...
On Raspberry Pi I tried using Workrave to remind me to take rest, but the notification popup does not show up on the GUI. Neither does the screen block or input block that Workrave is supposed to...
View ArticleGeneral discussion • Re: dhcpcd.conf file for IPv4 and IPv6
Are you telling me to switch to network manager, however I unable to do that due to restrictions and hence can only use dhcpcd.conf and on top of that im alr using dhcpcd.conf, and it have worked for...
View ArticleBeginners • Strange behavior of my external HDD after formatting
I bought a 500GB Toshiba external hard drive for 60€ and formatted it to EXT4. After a few days it broke and I got a new one. Now after formatting it is constantly writing (like my old one and HTOP...
View ArticleBeginners • Re: Why is .config owned by root by default?
All Linux and UNIX would have the same problem, it isn't a problem with Raspberry Pi OS.I have just checked, and on a barebones installation of Raspberry PI OS Lite 64-bit with no commands ran at all,...
View ArticleRaspberry Pi 400 and 500 • Re: Atrocious bluetooth range
Have you got any USB3 devices connected?Statistics: Posted by pidd — Wed Jan 15, 2025 1:36 am
View ArticleGeneral discussion • Re: pi5 NVME takes 90 seconds to boot
My config.txt is all default except for the following added at the end of the file:config.txt means nothing for this problemconfig.txt is on the nvme, so it cant read it until after it has found the...
View Article