Beginners • Re: Question on Static IP
I think that we do need a few more details. In particular, do you want to be able to take the ESP32 devices backwards and forwards between work and home while you are doing your development work? If...
View ArticleOther programming languages • Re: Rust-language in Raspberry Pi OS
I'd take a bet that this could be written using less physical memory.Going back to that; I would suggest that if that can't be done for Rust, can only be achieved by tweaking swap space or whatever;...
View ArticleGraphics programming • Re: Changing resolution on the fly from console on...
Hadn't heard of that but looking into it, it sounds like it's related to Wayland? To be clear, I'm not using any display server like Wayland or X. After all this time I'm still not sure how to...
View ArticleCamera board • Re: How to stream a USB camera via Android and iPhone with a...
Should this be in for sale?e.g. "...Android to Raspberry Pi 4B dev kit in " - what is that?Does it work without using your USB cameras?Statistics: Posted by neilgl — Wed May 01, 2024 2:40 pm
View ArticleCamera board • Re: Camera Module 3 with Rasp. Zero Does not WORk
It shows me that : Code: Available cameras ----------------- 0 : imx708 [4608x2592] (/base/soc/i2c0mux/i2c@1/imx708@1a) Modes: 'SRGGB10_CSI2P' : 1536x864 [120.13 fps - (768, 432)/3072x1728 crop]...
View ArticleGeneral discussion • Re: Moving SD card from Pi5 back to Pi4
YesStatistics: Posted by wildfire — Thu May 02, 2024 2:31 pm
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: DSI displays graphical output not...
Oh and the best way to tell X that the desktop should be rotated is via "xrandr --output DSI-1 --rotate left" or similar.Under Wayfire, "wlr-randr" replaces xrandr. Syntax is similar, but I don't...
View ArticleTroubleshooting • Re: Pi5 - screen blanking problem
If I could reproduce I could help.For 99% of users it just behaves as expected.There are typically two causes of a blanked screen waking up.1) The display detects the blank and does something...
View ArticleCompute Module • How to recover CM4
HiI have a (recently bought) CM4 module. It is not my first.It's a 8mb/32gb with wifi.I installed it on a seeed dual ethernet and also tried later on a waveshare cm4-nano-b.In did transfer via rpiboot...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: DE9 Connection using Serial Hat on...
- Is it possible to configure the GPIO of the Pi5 to enable connection to other pins of a DE9? I am unsure how the ttyAMA0 of a Pi is configured, is it even able to convert CTS/RTS/DTD signals? Can I...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: External Wi-Fi antenna for PI Zero 2W
Nothing more to be said on the subject here. As stated above, we cannot condone making adjustments to a Pi device that makes it fail its certification.Statistics: Posted by jamesh — Thu May 02, 2024...
View ArticleCompute Module • Re: How to recover CM4
an eMMC model can't be used with uSD!While fiddling around with other downloads it stopped being recognized via rpiboot.Is your host another Pi or Windows machine?Statistics: Posted by...
View ArticleAdvanced users • Re: A bit of advice and some questions about disk and drives
I could use the built in Micro-SD slot for the OS/System backup, right?Last time I tried that on a Pi 5 (booting from NVMe) the OS didn't notice that an SD card had been inserted which suggest that...
View ArticleOfficial Display • Re: 7" Official Touch Display connection to Pi5
So do you plug this cable into the camera slot on the rpi now?Statistics: Posted by PiGuy666 — Thu May 02, 2024 2:52 pm
View ArticleCamera board • Re: Libcamera controls not working properly
Instead of manually deallocating resources like requests and buffers, consider using smart pointers (std::unique_ptr, std::shared_ptr) to manage their lifecycle automatically.I have tried that aswell...
View ArticleC/C++ • Re: how to resolve 'glibc_2.34 not found'
Re gcc12: this should be enough to build 12.3.0. Snipped from a "config.log"..Code: $ ../gcc-12.3.0/configure --prefix=/usr/local/GCC/12.3.0 --enable-languages=c,c++ --build=aarch64-linux-gnu...
View ArticleAdvanced users • Re: Attempting to netboot with buildroot image
What thagrol said. Assuming your buildroot image is self contained and does not support mounting its root over NFS, I would suggest not using netbooting via TFTP but instead to use HTTP boot. Not only...
View ArticleTroubleshooting • Re: Pi5 : logout blocks access (?)
Wonder if it's tied in with the A2 card type changes going on in viewtopic.php?t=367459The listing says both A1 and A2 so I assume (risky) it supports both sets of commands.Statistics: Posted by...
View ArticleAdvanced users • USB unstable with dwc2 Mode/g_mass_storage
Hey Together,After I enabled dwc2/g_mass_storage to my PI Zero 2, the USB connection became unstable. Means when I'm transfer larger files over USB between the PI and another device (e.g. Android...
View ArticleBeginners • Re: Pi Backup to shared NTFS drive (CIFS)
Not really, the problem is that most routers use an ancient version of Samba (so they do not hit GPLv3) and they only know SMBv1,I think it's more related to the fact that routers are short on...
View Article