Beginners • Re: ruspberry pi error
I'm quite sure it's because you're misspelling "raspberry" (check the title of your post!); fix that, and all will be well in pi-Land.Statistics: Posted by altosack — Thu Nov 07, 2024 8:42 am
View ArticleCompute Module • Re: CM4 I/O Board with different two cameras available?
Yes, that should work, as will using the Pi5.Statistics: Posted by jamesh — Thu Nov 07, 2024 8:54 am
View ArticleTroubleshooting • Re: Raspberry Pi5 running plasma/KDE with Wayland crashing...
KDE plasma works with the latest wayland libraries now with the untested repository enabled.No need to use the untested repository. It's now in the main repository.I released libwayland-client0,...
View ArticleRaspberry Pi OS • Re: Is CLI version more stable than GUI version for...
One last thought, for true 'best humanly possible' service uptime, you really should be looking at high availability (HA) clustering. That's how serious high availability is done in industry, multiple...
View ArticleBeginners • Re: My first Pi project. Which components will I need?
You'll definitely need a power supply.https://thepihut.com/products/raspberry ... wer-supplyI would also suggest that you get a suitable keyboard, mouse and an HDMI cable (I assume that you have...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
What is the maximum current at 5V which can pass through the USB-C connector and tracks ?There is an internal limit of 5v5A but note, any input current >3A is against the USB specification (5v3A),...
View ArticleBeginners • Re: PI OS Upgrade: Buster to Bookworm
We can work through that if you are motivated to do so. There are lots of people in these forums that are here to some extent to help others. Thanks for your offer of help.Statistics: Posted by...
View ArticleRaspberry Pi OS • Re: HOW-TO: Bookworm On-screen Keyboard
Has anyone gotten working with Chromium in Kiosk mode the new squeekboard keyboard mentioned at: https://www.raspberrypi.com/news/a-new- ... rry-pi-os/ it seems like it could be a built in replacement...
View ArticlePython • Re: Python serial programing
Following @ghp's suggestion, I modified the code to wait for the correct PDU length. The PDUs vary in length depending on the SMS content, so it's not a fixed size. I haven't tested it yet, as the...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Raspberry Pi 4 model B external I2S...
..So, to interface the max98090 audio codec to RPi4, I have to write my own .dts file and compile it into a .dtbo file to include in /boot/overlays/.overlays wil have to go into...
View ArticleCompute Module • Re: CM4 boot stops with BOOT ERROR: Code 45
Hi,I retried it again, before I attached a serial.I realized that I did not really wipe the NVME, but only run wipefs. I issued a blkdiscard to the NVME and now the CM4 boots without a problem.I tried...
View ArticleTroubleshooting • Re: sudo apt update not working
You (or something you installed) seems to have added some non-standard repositories. The usual ones are the deb.debian.org and archive.raspberrypi.comEverything should still work, but you won't be...
View ArticleAdvanced users • Re: How can I get an RPI5 to recognize a very niche/novel...
looks like an E-key M.2, but without knowing the required interface signals you will hardly be able to get it running.would be keen to know how you've ben able to connect this card to a M-key adapter....
View ArticleTroubleshooting • Re: Cloning SD card with autologin enabled
Thank you for the responses.I am using OS version 11.I have tested both methods: raspi-config and editing /etc/lightdm/lightdm.conf - no difference.Bit more info:I am using Win32DiskImager, to create...
View ArticleNetworking and servers • Re: Raspberry Pi homemade NAS server
I'm using two 3.5 inch hard disks in their own enclosures on one of my Pi 5s, with an NVMe boot drive.I'm assuming you're doing RAID on the hard disks. If so, what software are you using for that? I'm...
View ArticleAdvanced users • Re: Is the PISP a fake IP hidden by an over-complicated...
Obviously, you take it personally.Actually, I read the whole code of libpisp. I have ported a new sensor, and I have patched libcamera. So, I think that I made the efforts to understand what the...
View ArticleTroubleshooting • Raspberrypi 5 with touch display and vnc at the same time
When raspberrypi 5 is connected to touch dsplay 2 and at the same time connects using VNC (realVNC or tiger VNC), the image via VNC is in portrait mode as on the display. I tried the vncserver-virtual...
View ArticleGeneral • Re: No DCF77 reception without wifi?
Very educational . @Arnaud-j4k08, one tiny question from me. Is the Pico W an authentic board (== from a RPi reseller) or a possible clone (== stuff from budget online sellers)? (I'm just trying to...
View ArticleGeneral • Re: Rpi pico w not showing up anymore on pc
Hi! Wonder if you're still here. I actually figured out that if I run jrunner it constantly read the picoflasher firmware. Also if I flashed another firmware in another pc, it still reads the...
View ArticleC/C++ • Re: Cross compile using cmake
Whilst the last compiler (one with fudged symlinks) built, soon transpired it was broken. Couldn't find much of anything.@tttapaThat has progressed things although I couldn't find an "install_root="...
View Article