General discussion • Re: Raspberry Pi 1B Datasheet
Yeah its a Rev 2 Model B (UK), I don't have a pair of callipers at the moment (and think official dimensions would be more accurate) and was trying to get some dimensions, especially for the mounting...
View ArticleAdvanced users • Re: SSH - no matching key exchange method
Many thanks. I was editing the wrong file - sshd.config when I should have edited ssh.config so all working now.Statistics: Posted by PiPeteC — Sun Mar 24, 2024 5:50 pm
View ArticleRaspberry Pi OS • Re: Power saving - Bookworm
Thanks both,That makes sense I was running the command on a pi3a+. Do you know if I could pre disable the Ethernet for if I move the sd card to another pi with an Ethernet port?Also, is there a way to...
View ArticleGeneral • Re: Toggle switch to act as a single button press - HID
Smart idea, thanks. Could I then use micropython for the HID part? Could you possibly direct me to some documentation which could help me with programming this? Thanks!Statistics: Posted by RammerCZ —...
View ArticleBeginners • Re: 1B Wifi
How early a 1B? Some have very limited current available to USB devices.We already established (from the other topic the OP started) that it is a Rev 2. Only the one polyfuse on the microUSB power...
View ArticleGeneral discussion • Re: RPi 5 as a desktop daily driver?
Apologies for dragging this thread back on topic...This is exactly what I've been doing since setting up my Pi5 (overclocked to 3GHz) with a 1TB PCIe NVMe SSD running at Gen 3, and an IQaudIO Codec...
View ArticleUbuntu • Re: really need ubuntu22.04 on pi5!!!!!!!!!!!!!!!!!!
ubuntu 23 is not good use as ubuntu22.Raspberry Pi, who provide these forums, have an OS which supports all their hardware.If using your chosen alternative is important to you, maybe ask for advice...
View ArticleBeginners • What is the best cooling system?
Hello everybody !About Raspberry Pi 5, there's this Raspberry Pi Active Cooler: https://www.raspberrypi.com/products/active-cooler/ and this case: https://www.raspberrypi.com/products/ra ......
View ArticleSDK • Re: Random new CMAKE error
It is possible you upgraded CMake and they have switched the default build tool to ninja. You can either install ninja or pass-G "Unix Makefiles" to CMake (you'll need to delete your existing build...
View ArticleBeginners • Re: Intermittent Screen Blanks
Nope, I tried setting the resolution to 800x600 and rebooted, then back to 1024x768 rebooted again. The screen blanking took 8 minutes for the 1st occurrence but then reverted back to the 2-5 min...
View ArticleRaspberry Pi OS • Re: Issues after 24-03 updates RPi5
i have the exact same issues as you and i belive its a problem with PiOS. i've also seen multiple people with the issue over the past week.HDD wont mount and the pi refuses to shutdown or reboot if...
View ArticleBeginners • Powering a Pi4
On my Pi4 the USB C Connector will be inaccessible, is there any other way to power it?Statistics: Posted by rwl518p — Sun Mar 24, 2024 6:30 pm
View ArticleBeginners • Re: Powering a Pi4
Via the GND and 5V pins on the GPIO header.Statistics: Posted by GTR2Fan — Sun Mar 24, 2024 6:33 pm
View ArticleInterfacing (DSI, CSI, I2C, etc.) • UART 3 and 4 data corrupted when CPU temp...
I am using a PI 4 to connect to an AVR. I have the latest PI OS Lite installed on the PI. I setup the extra uart ports in config.txt and wired everything up. I am using the tio app as a terminal to...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: UART 3 and 4 data corrupted when CPU...
when you are getting corruption, report output of:Code: vcgencmd versionuname -avcgencmd get_throttledvcgencmd measure_tempvcgencmd measure_clock coreStatistics: Posted by dom — Mon Mar 25, 2024 6:10 pm
View ArticleCamera board • Re: Increase CMA in legacy mode
another question: is the newer OpenGL version reported for the legacy drivers software implemented?What are you meaning by legacy mode?If the firmware based GLES stack then that is unsupported these...
View ArticleAdvanced users • Did raspicam's /dev/video0 just lose MJPEG format?
Hello everyone,we use Raspberry Pi for teaching operating system fundamentals, and one of the first thing that we show to students is unix's "everything is a file" paradigm. In that sense students...
View ArticleCamera board • Re: Abnormal delay on kmssink output with libcamera (picamera2)
Finally, I've figured out that it is opencv synchronization issue. To make it work sync=false parameter should be added to kmssink:Code: writer = cv2.VideoWriter("appsrc ! videoconvert ! kmssink...
View ArticleCamera board • Re: Trubbleshooting with Camera Module 3
raspberry pi 4, model BIn which case a vanilla copy of Raspberry Pi OS Bookworm should work fine, and preview should be available. Have you changed anything in the configuration?Statistics: Posted by...
View ArticleTroubleshooting • Re: Unable to install linux-headers-rpi-v8 due to unmet...
I faced the same issue, but with pi5\64 os. Could you please help ?Code: pipa@raspberrypi:~ $ sudo apt install build-essential linux-headers-$(uname -r) dkms unzip gitReading package lists......
View Article