HATs 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 • Re: TMP117 break out boards, anyone using?
Yes please, that would be a big help Statistics: Posted by cookiesforsanta — Sun Nov 24, 2024 8:13 am
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 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 ArticleTroubleshooting • Re: Raspberry Pi 5. How to change permission to edit files?
Use sudoStatistics: Posted by DougieLawson — Mon Nov 25, 2024 10:09 am
View ArticleAutomation, sensing and robotics • How to make BME280 sensor and MPU6050...
I have made init methods for both sensors inside of their own classes, and then I tried to combine them in the same sketch. I created a custom I2C object wire to be used with the MPU6050 to stop the...
View ArticleGraphics, sound and multimedia • Re: Raspberry Pi 2B with a 2048x1536 HDMI...
just to have common understanding: Your screen is an iPAD screen --> AFAIK it's native resolution is portrait --> it is 1536x2048pixels (which is not the same as 2048x1536 which is a landscape...
View Article