Troubleshooting • Re: Pi 5 - two SSDs connected through USB cause hang-ups
Simplest fix is a self powered USB 3 hub between Pi and one of the drives.https://i-tec.pro/en/produkt/u3hub445-2/I understand that I need such thing as USB passthrough, so Pi 5 only transfers data,...
View ArticleTroubleshooting • Re: CAN NOT USE WIFI WITH 6.12-RT
Does a standard install of Raspberry Pi OS work correctly?Statistics: Posted by jamesh — Sat Nov 23, 2024 7:51 am
View ArticlePython • Decimal digits extraction of 'Perfect Numbers' and Python's...
'Perfect Number #30'Code: import sysdef compute_perfect_number_52(): # Increase the digit limit for integer-to-string conversion sys.set_int_max_str_digits(10**8) # Set a sufficiently large limit #...
View ArticlePython • Re: Decimal digits extraction of 'Perfect Numbers' and Python's...
'Perfect Number #30'Code: import sysdef compute_perfect_number_52(): # Increase the digit limit for integer-to-string conversion sys.set_int_max_str_digits(10**8) # Set a sufficiently large limit #...
View ArticleAutomation, sensing and robotics • Re: Connecting Pi to 120VAC wall powered...
I really hope your instructors have given full advice and consideration to the dangers involved in mucking about with mains voltages.Not just the risk to the equipment but to life and limb...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: BTstack porting for RaspberryPi ZERO 2W?
Looking at the DT Source, I'd say it was GPIO on the Zero 2W.On the Zero W there isCode: "BT_ON", /* GPIO45 */which matches what you've already got, and for the Zero 2W there isCode: "BT_ON", /*...
View ArticleRaspberry Pi OS • Re: Compatibility new Raspberry Pi OS (6.6)
... These two—Python and OMXPlayer—are critical for my setup. Until a newer OS proves it can handle these requirements reliably, I'll likely stick with Buster for now.The hardware you bought years ago...
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
This is only the 2nd time someone has reported such an Asynchronous SError to me. I'm afraid I don't know what could cause it.Have you tried flashing a Raspberry Pi OS version (e.g. the Lite version)...
View ArticleTroubleshooting • Re: Raspberry Pi 5 Temperature Troubleshooting
Have you updated Raspberry Pi OS and made sure the EEPROM etc are also updated, see if that fixes anything. There have been plenty of tweaks.If you close all containers and run one by one, does any...
View ArticleNetworking and servers • Re: Deskflow - sharing mouse and keyboard across...
I use Barrier but I think it requires the old window manager on Linux.I have not tried it with RPi 5.Doesn't work w/o downgrading back to X11, which is why i'm in this topic also.Has anyone figured...
View ArticleHATs and other add-ons • Re: Raspberry Pi "official" USB SDXC...
Yes, there are official cards but I was not aware of official usb readers, maybe there is no such thing, can you send a link to one?Statistics: Posted by fanoush — Sat Nov 23, 2024 9:56 am
View ArticleBeginners • Re: Using large touch screen with rpi4
Hi sorry! It's a NEC accusync as222wm.I don't believe it had any reason to have an inch unavailable around the edge (believe it was just used as an office screen). Thanks!Statistics: Posted by...
View ArticleBeginners • Re: Installing Nordvpn
Thanks for your time.I'm using this: https://nordvpn.com/download/raspberry- ... 598977_5_9I get to: nordvpn login which takes me to : Continue in the browser: https://api.nordvpn.com/v1/users/oauth/...
View ArticleGeneral discussion • Python 3.9 for coral usb accelator
As said on the site for the usb coral accelator the use of python lower than 3.10 is necessary.My default python version is 3.11 and i thought I added pyton 3.9 too.My questions:How to activate...
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
Do you have PINN installed on two drives, e.g. nvme and usb?No, just one USB SSD. This is the fdisk -l info:Code: Dispositivo Inicio Comienzo Final Sectores Tamaño Id Tipo/dev/sda1 2048 137215 135168...
View ArticleGraphics programming • Re: Shared Memory on Pi5?
Kernel 6.13 releases next year I think, not sure how long before it is the normal Raspberry Pi OS.Or if this feature gets back ported into the next Pi OS release.You could compile it yourself and get...
View ArticleNetworking and servers • Tor Router - Not able to ssh via eth1 (iptables...
I have a built a Tor router with Raspberry Pi 5 and a USB to Ethernet adapter. Everything works fine.My setup is, Raspbian Latest OS./etc/tor/torrcCode: AutomapHostsOnResolve 1AutomapHostsSuffixes...
View ArticleBeginners • Re: Systemd, gpiozero, permissions - boot vs shell
I also have a similar `No access to /dev/mem` error with my user service (managed using `systemctl --user` command).That suggest that at the time your service starts the /dev/gpio* device nodes do not...
View ArticleHATs and other add-ons • Re: Wifi 6e/7 6GHz USB adapters that work with the...
Yep, works well at 6GHz.Out of interest what sort of range line of sight do you get with it ?The pi 5 with the usb adapter is one floor almost directly above. According to the applet the signal...
View ArticleGeneral discussion • Re: Why can't I buy the Raspberry Pi 5 Desktop Kit in...
Thank You HKPhysicist! for sending the product's Link but I'll use Robu.in instead. Btw do you know whether Element14 ships their products to India?https://in.element14.com/Statistics: Posted by...
View Article