Raspberry Pi Connect • Re: enable-linger no longer works on rpi-connect 2.1.0
Apologies for the delay, I just re-tested after running sudo apt update and sudo apt upgrade on my Raspberry Pi Zero W:Code: mudge@raspberrypizero:~ $ cat /etc/debian_version...
View ArticleTroubleshooting • Re: apt upgrade failing
I had issues too. Raspberry Pi Zero W, rpi imager v.1.8.5., bookworm lite 32. I think two new SD card are gone Windows can`t detect SD card after installation ((((((((((Statistics: Posted by...
View ArticleAdvanced users • Re: New NVME Hat - need advice
The ZFS is installed by following https://openzfs.github.io/openzfs-docs/ ... index.html. I am coming from FreebSD with a similar setup, and ZFS compiles and installing required kernel components...
View ArticleGeneral • Re: USB boot
As soon as I open a serial connection with 4800 baud or lower, the pico resets to firmware upload mode. Is this a bug or feature?It's a deliberate feature. The serial baud rate on the Pico USB port...
View ArticleAdvanced users • Re: Image File Utilities
@RonR,downloaded current version from 1st post and verified image file commands in all scenarios on PIMORONI NVMe Base DUO - all working well Thanks a lot again for your tools, it saved me and friends...
View ArticleOther • Re: Windows ARM64 release?
... is that 'Windows on ARM' 'is slower' (on the MS/QcomHW ?), so many predict again another failure of Windows on ARM this round again. As already said, your ARM64 computer needs to support UEFI...
View ArticleGeneral • Update: Simple serial connection not working (PR2350/Pico2)
Thanks for the replies! I looked into both of the solutions. Sadly none of the worked (or im just a little lost idk)1. I tried compiling the "hello_usb" example. For some reason this particular...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
The aforementioned interview was 3 weeks ago.I know they're not directly comparable, but the Raspad 3 features 1280x800 @10.1" i.e. not too far from the new touchscreen. 720 seems good enough for 7"...
View ArticleGeneral discussion • Re: Open Letter to the Raspberry Pi Foundation...
# Open Letter to the Raspberry Pi Foundation Development TeamRE: Critical Issues with PINN/NOOBS Recovery Image ImplementationAs a user attempting basic recovery operations on a Raspberry Pi Zero 2 W,...
View ArticleTroubleshooting • Re: Major WiFi problems with latest RasPiOS 64 release
So you're setting up WiFi using Raspberry Pi Imager?Statistics: Posted by gsh — Tue Nov 19, 2024 12:17 pm
View ArticleAI Camera - IMX500 • AttributeError: 'NetworkIntrinsics' object has no...
Hardware: RaspberryPi Zero 2W with 32-bit OS with AI Camera - IMX500Error when running:admin@raspberrypi:~/aicam/picamera2/examples/imx500 $ python imx500_object_detection_demo.py --model...
View ArticleAI Camera - IMX500 • Re: AttributeError: 'NetworkIntrinsics' object has no...
Can you make sure you have updated all your camera packages, and in particular Picamera2 - and try again please?Statistics: Posted by naushir — Tue Nov 19, 2024 12:25 pm
View ArticleGaming • How can i attach a rechargeable battery to my raspberry pi 3?
Okk, people, so I am making a portable handheld RPI-3 powered gaming console. After figuring out the screen, next comes power. I am looking to power it with a rechargeable li-po or li-ion battery. So...
View ArticleRaspberry Pi OS • Re: How can we backup Pi OS?
Im looking for something like a img file which can be restored using raspiberry pi imager(or similar)That sounds like you are looking for RonR's Image File Utilities. In particular his Image Backup...
View ArticleTroubleshooting • Re: Connection Refused Error
Hello ı bought a raspberry pi 5 8 gb but ı cant use it. I am a laptop user and dont have a monitor or keyboard for raspberry pi, so I make a research and I found ı can use a program called Putty. I...
View ArticleTroubleshooting • Re: Raspberry Pi 5 WiFi Issues
The issue is still present, any more ideas anyone?I tried changing the channel, switching WiFi band, but nothing.It still randomly disconnects from WiFi.Statistics: Posted by Nevals — Wed Nov 20, 2024...
View ArticleAdvanced users • Re: Pi5 always on boot
If the power to Pi 5 is cut and then reapplied then the Pi 5 will boot, no mods needed. Will still do that even if the Pi was in standby when the power outage occurred.Statistics: Posted by RGJ-PI —...
View ArticleBeginners • Re: Connecting a 40 Pin LCD on RPI
It appears to be a RGB parallel display running at 3.3V. That's a good start.For the hardware you'd need to make a board to interface the display to the GPIO pins on a Pi.Then you'd need to look at...
View ArticleTroubleshooting • Connect Raspberry to PC by ethernet
I need to connect Raspberry directly to my PC with ethernet to upload CODESYS programs or connect via ssh. How do I do this?I tried manually setting an ip for wired connection but it didn't...
View ArticleBeginners • Re: Raspberry Pi 5 UART
I think the python pyserial library has RS485 https://pyserial.readthedocs.io/en/stab ... s485.RS485And maybe set GPIO17 to alternate function 3 for RTS (UART0)I have not tried it.Statistics: Posted...
View Article