Graphics programming • Re: Shared Memory on Pi5?
Probably need to read Pi/Videocore specifics in the Mesa3D drivershttps://docs.mesa3d.org/relnotes/24.3.0.htmlI do know there was a recent upgrade to increase the memory available, not sure which...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: BTstack porting for RaspberryPi ZERO 2W?
With Zero2w beware that there are two versions of BT chip shipped (randomly?), one reports version 4.2 and supports DLE = higher BLE MTU than 23 and the other reports 4.1 and cannot do...
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 ArticleTroubleshooting • Re: CAN NOT USE WIFI WITH 6.12-RT
Does a standard install of Raspberry Pi OS work correctly?it works goodStatistics: Posted by Perdixky — Sat Nov 23, 2024 10:05 am
View ArticleBeginners • Re: Powering several devices at once?
- A "powerful"/"quality" multi-USB phone charger to feed at least the first three devices.That should work, but check the power budget. - An "expensive" (around here) Pi-5 power brick to feed the 4...
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 • 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 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 ArticleMedia centres • Re: Kodi 21 (Omega) on RPiOS Bookworm
Hi, got a question regarding "Visualization" / Shadertoy:I am using a RPI 3. Raspberry Pi OS 64 bit.I was on Kodi, then installed Kodi21 few days ago.Now I am trying to get...
View ArticleGeneral discussion • Is it possible to output windows audio on a Pi zero 2W
Hello, i have a raspberry pi zero 2w. i am creating glasses on which a camera, mic & speaker will be mounted on it. The pi will be connected to a windows laptop, which will get a camera & mic...
View ArticleNetworking and servers • Re: CORS assist
If you are using Apache2, add this to the .conf file Code: Header set Access-Control-Allow-Origin "*"And enable the headers module, then restart ApacheCode: a2enmod headersFrom a separate pi, we can...
View ArticleBeginners • Re: What's wrong with few OSes in Raspberry pi?
Look better at the separate distro webpages and you’ll be surprised, e.g., https://wiki.almalinux.org/documentatio ... ry-pi.htmlStatistics: Posted by WouterO — Sun Nov 24, 2024 10:11 am
View ArticleSDK • Re: error: cannot convert 'void (RCOMM::*)()' to 'irq_handler_t'
can emit things like jump tables (when it compiles a switch statement into one) that aren't in the .text segment and hence not affected by the linker script putting that in flash/RAM as requested....
View ArticleRaspberry Pi OS • Re: Compatibility new Raspberry Pi OS (6.6)
What are the changes in these newer Python versions?Statistics: Posted by jamesh — Sun Nov 24, 2024 10:29 am
View ArticleTroubleshooting • RS232-RS485-CAN-Board erros
HeyI've got this marvelous pi hatRS232-RS485-CAN-BoardWith this config:Code:...
View Article