General 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 ArticleTroubleshooting • Re: CAN NOT USE WIFI WITH 6.12-RT
Does a standard install of Raspberry Pi OS work correctly?it works good{Disclaimer: Just another user, not speaking on behalf of Raspberry Pi.}One conclusion that might be drawn is that you need to...
View ArticleBeginners • raspi5 - VNC on OS Lite versions do not work
Hello Mahouligan,it seems to me that the problem is with the Pi OS Lite versions...Hardware raspi 5.Steps done:1) Installed 2024-10-22-raspios-bookworm-arm64-lite.img => VNC do not work2) Installed...
View ArticleTroubleshooting • Re: All keys stop working properly.
Does your Pi work ok with a mains supply?Have you contacted Pi Sugar for assistance?If you have any questions about PiSugar products, please feel free to contact pisugar.zero@gmail.comStatistics:...
View ArticleGeneral discussion • Largest touch screen with rpi4?
Hi allTrying to build a digital dashboard/dakboard/magic mirror. Having looked on the pihut I can see the Hannspree 15" appears to be the largest rpi compatible touch monitor they sell. Ideally I want...
View ArticleBeginners • Re: Pi4b Needs upgraded storage!! Black friday Help
I would use small SD cards with each different O/S that you want, & have all my data on an external/USB drive. Statistics: Posted by KeithMck — Sat Nov 23, 2024 11:11 am
View ArticleOther • Re: Windows ARM64 release?
I can't understand how/why this could possibly be termed an "interesting exercise".People run Windows because they have to, not because they want to or choose to.In my case, I ran Windows (on at least...
View ArticleNetworking and servers • Re: Deskflow - sharing mouse and keyboard across...
Doesn't work w/o upgrading to X11, which is why i'm in this mess.Fixed it for you. No charge.Statistics: Posted by BigRedMailbox — Sat Nov 23, 2024 11:26 am
View ArticleRaspberry Pi OS • Re: Performance problems with the Raspberry Pi 2B
There are limits, but I do try to keep all of my older/slower/smaller raspberries working and doing as much as they can. You may find the following suggestions helpful. I only tried DietPi once, and...
View ArticleRaspberry Pi OS • Random reboots
Hi, the raspberry pi 4 seems to be randomly crashing and trying to reboot itself.I have the following logs in syslog:Code: Nov 22 19:43:52 dcx wpa_supplicant[721]: wlan1: Reject scan trigger since one...
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 ArticleGraphics programming • Re: Shared Memory on Pi5?
many ARM SOC's do not contain this high speed shared memory on the gpu, and that it is mapped onto system ram.Yes, there is only one global shared RAM (LPDDR4X-4267 for Pi5), there is no dedicated...
View ArticleTroubleshooting • Re: Audio and CEC issue/KMS vs FKMS
Adding some additional info, in case its helpful:Code: $ cat /boot/firmware/config.txt # For more options and information see# http://rptl.io/configtxt# Some settings may impact device functionality....
View ArticleRaspberry Pi OS • Re: Autostart with labwc
@thagrol very unfortunate to hear you have been receiving negative responses. Am not sure where I would go otherwise for this content: yours is the only document / tutorial that I have found to...
View Article