Interfacing (DSI, CSI, I2C, etc.) • Re: CM4 I2C Clarification
You said enabling muxing on I20 while assigning GPIO44/45 to I2C1 should lead to an error and problems. Because I didn't know better until now, I did exactly that in my current setup. I am using two...
View ArticleRaspberry Pi OS • Re: install a virtual keyboard in raspbian
Check thanksStatistics: Posted by asgarot24 — Thu Nov 21, 2024 11:31 am
View ArticleCamera board • Re: Setting WB with a grey card
Hi, yes, I used to be an amateur photographer. And I have a colorchecker passport, but the combination of lights is too complex because it depends if the day is sunny, cloudy or night, if the...
View ArticlePython • 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 ArticleDevice Tree • Re: Using TI PCM3168A audio codec on RP5
I think you are running into a problem with how Linux/ALSA interacts with the role-specific I2S hardware. The DT declarations are static, so one effectively needs playback- and record-specific...
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: First time user. Headless on a MacBook Air. Cannot connect
I don't have a MacBook Air, using an iMAC atm (for typing this).Never had any issue connecting to a Pi using 'Terminal' As you're using RPI Imager for setting up/enabling SSH take note of your...
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 ArticleRaspberry Pi OS • installing 64bit version on 3B hangs
I spent few hours waiting for 2024-11-19-raspios-bookworm-arm64-full to install. I used rpi-imager to write the image on a 16GB microSD then inserted into a rpi 3B and turn it on.After "unpacking" (?)...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: SPI display for RPI5 with dtoverlay?
as we've talked about touch driver of that 2.8in waveshare screen..still requires further testing but single click/right click etc. seems working. Have not tested for multitouch yet.Statistics: Posted...
View ArticleMedia centres • Re: Peppy player
Looks like I have a working touch driver now for waveshare SKU:27579 (https://www.waveshare.com/product/2.8in ... ch-lcd.htm) as I've just tested it on the 6.6.62 kernel --> looks working on first...
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 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 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 Article