Python • Re: Failed to build wheel for...
Did you create the python virtual environment with system packages or not? Code: mkdir my_projectcd my_projectpython -m venv --system-site-packages envsource env/bin/activateStatistics: Posted by...
View ArticleTroubleshooting • Re: Having problems with my Raspberry Pi running
Have a look at system logs Code: journalctl | grep "your app" the logs for the application e.g. for apache2 Code: cat /var/log/apache2/error.logStatistics: Posted by neilgl — Fri Nov 22, 2024 11:28 am
View ArticleBare metal, Assembly language • Re: Circle Bare Metal Pi IDE with Debug
I'm using the PICO Probe as a SWD adapter, which hopefully should work.I think Zero2/Pi3 needs JTAG, not SWD.https://github.com/raspberrypi/debugprobe/issues/44This guide, while for regular Pi and not...
View ArticleTroubleshooting • Re: Rotation of 7" Touch Display screen not working
Locking as duplicate of viewtopic.php?p=2268831#p2268831Statistics: Posted by dom — Fri Nov 22, 2024 11:42 am
View ArticleSDK • Re: Annotated online SDK
Excellent work.The thing I struggle with, and it may just be me, is, having discovered a function I want to try - usually from an online snippet which isn't usually the full C code, is determining...
View ArticleGeneral programming discussion • Re: [SOLVED]bash programming compare...
Stepping back a bit, there are 2 points to be made here:1) This is a "dash" vs. "bash" thing. bash takes either = or ==, while dash only likes =.More precisely, it's a bash vs whatever cron defaults...
View ArticleBeginners • Re: Which document editing tool is better?
Visual studio code. I use it for everything when I have a desktop.Statistics: Posted by jamesh — Fri Nov 22, 2024 11:50 am
View ArticleTroubleshooting • Re: New Official Raspberry Pi USB 3 Hub Not Working
That's the USB3 spec (isn't it) --> 4.5W maxSure, but that won't help much when you get couple of those usb3 to nvme enclosures an put power hungry SSDs (not designed for this) inside.It is like...
View ArticleHATs and other add-ons • Re: Raspberry Pi "official" USB SDXC...
A little web searching on the websites for Approved Resellers in CH found THIS -> https://www.berrybase.ch/en/2in1-micros ... .0-schwarzI can see how someone might be misled, but I think the logo...
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 ArticleTroubleshooting • Re: Trouble Booting Pi 5
If you disconnect everything from the GPIO does it boot?Statistics: Posted by neilgl — Sat Nov 23, 2024 11:50 am
View ArticleGeneral discussion • Re: Largest touch screen with rpi4?
Yoi will have to check if there is a Linux driver (best case they state debian or ubuntu to be supported) for your screen.There have been people here using large 60in (or even bigger) IR overlay...
View ArticleOther projects • Re: Could someone help with my components? (Raspberry Pi...
Hello, a beginner hobbyist here. I, too, am working on making a portable rpi3-powered gaming handheld. All your components look good to me. I just have one question: the tp4056 module that you'll use...
View ArticleTroubleshooting • Re: Pi 5 - two SSDs connected through USB cause hang-ups
Why do you need 2 separate storage devices where 1 is only 1/4 of the capacity of the other?FYI, my 'Samsung SSD 970 EVO Plus 500GB' lists 7.80W when in full operation (nvme-cli tools). If I would...
View ArticleBeginners • Re: Using large touch screen with rpi4
https://www.sharpnecdisplays.eu/p/downl ... nglish.pdf does not state touch What is the output of lsusbStatistics: Posted by aBUGSworstnightmare — Sat Nov 23, 2024 12:09 pm
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 Article