Python • Re: Send email from python
Have a look at this. It is COMPLICATED. That's why like 'bls' I haven't tried to use it yet.https://medium.com/@manojkumardhakad/py ... de606ecfa1Statistics: Posted by MarkDH102 — Wed Nov 06, 2024...
View ArticleTroubleshooting • Re: Pi 4Bs Rather Sudden USB Camera Failures
For the Pi4, the USB3 ports are handled by a separate chip, which has issues for certain USB3.0 equipment (USB3-SATA adaptors). But USB2 ports no known issues.The v7l kernel flavor is used when 32-bit...
View ArticleOfficial Display • Re: labwc - VNC Resolution of 800 x 400
labwc is totally ignoring wayfire.ini --> that's why this no longer works.Try adding a custom modeline to ~/.config/labwc/autostartCode: wlr-randr --output NOOP-1 --custom-mode 800x400@60Hz...
View ArticleRaspberry Pi OS • vdesktop questions (Botspot)
I had messed around a bit with vdesktop back in the 20/21 time period, then recently picked it up again.My first question is "How to exit?". I remember that there was some "magic key sequence" -...
View ArticleAdvanced users • Re: CAM/DISP Port on RPi5 connecting a 39 Pin MIPI Display
- which TCON does your display use? Gives you and idea if you can start from an existing driver or if you will have to write one from scratchIf I understand correctly TCON means timing controller -...
View ArticleCompute Module • Schematic Review of R-PI CM4
Hello,We have used R-PI CM4 in our project. We have made schematic as per reference circuit from its datasheet. Can anyone from RPI team please verify this schematic & let us know whether this...
View ArticleGeneral discussion • Chromium language
I change Chromium in the >Setting Language section but no luck. Still English. is there way change language in chromium. No need but local websites opening english so this problem.Thanks for...
View ArticleCompute Module • Re: Schematic Review of R-PI CM4
Please email your questions to applications @ raspberry pi . com . More likely to get an official answer there.Statistics: Posted by jamesh — Wed Nov 06, 2024 8:00 am
View ArticleBeginners • Re: boot pi 5 from thumb drive
A thumb drive should work just fine. It might be a bit slow, but it works.Statistics: Posted by Solskogen — Wed Nov 06, 2024 8:06 am
View ArticleTroubleshooting • Re: Unable to Activate USB Boot on Zero 2W
Hello,I've read that if Code: echo program_usb_boot_mode=1 | sudo tee -a /boot/firmware/config.txt doesn't return 3020000a when inputting Code: vcgencmd otp_dump | grep 17:17:3020000athen there's a...
View ArticleTroubleshooting • Re: Raspberry Pi5 running plasma/KDE with Wayland crashing...
Not for me.I am running KDE with RPI OS Lite. I held back the 3 packages which solved the original problem last week.I have just updated and rebooted, and everything still works fine.Of course, I'll...
View ArticleHATs and other add-ons • Re: AI Kit + NVMe SSD ?
What kind of frame rates can I expect from this hardware stack for inference? Alternatively, would I achieve better performance by dedicating the PCIe lane solely to the Hailo AI with Gen3 speeds...
View ArticleSDK • Re: Trying to figure out Dormant on RP2350
Ok, now I've dug myself deeper. Thanks to the pointers above, I could easily extend the pico_sleep code so that the Pico2 would wake up on GPIO activity. I set up IRQs for 24 pins, and it would exit...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: I2C control for Touch Display
Ask in a forum dedicated to your HW/Android.Sounds like a Raspberry Pi to me.Statistics: Posted by ame — Thu Nov 07, 2024 6:02 am
View ArticleTeaching and learning resources • Re: Advent of Code 2023
Here it is October 2024 and I'm wondering how to make Advent 2024 more fun.It is now November and the idea to use Chapel on a cluster of Raspberry Pi computers sounds super fun. Since the three black...
View ArticleTroubleshooting • Re: USB ports not working after reinstall to newest Bookworm
It basically sets baud rate; might be that something in the stack sets some default parameters, but I'm not aware that it does.However I've ruled out any interference by app by simply not running it...
View ArticleRaspberry Pi OS • Re: Forcing a Desktop Screen Resolution, on Raspberry Pi...
Add below to the beginning of cmdline.txt, make sure all remains on a single line.Code: video=HDMI-A-1:1920x1080M@60Dscreen needs to be connected to HDMI next to USB-C.As said, make sure you've not...
View ArticleCamera board • Re: Using IMX676 with Pi Compute 4
I got it from Leopard Imaging. They say they have a USB controller interface but no Raspberry Pi support:https://leopardimaging.com/product/robo ... mipi-107h/"This camera is compatible with our USB...
View ArticleRaspberry Pi OS • Re: Forcing a Desktop Screen Resolution on latest OS non...
o.k. tested this myself again this morning with an all fresh uSD image --> BROKEN AGAIN! Video mode configured from kernel command line will only be effective when booted to CLI. GUI is AGAIN...
View ArticleAdvanced users • Re: Pi becoming unresponsive for a period of time
What is your OS media? SD Card?If so is it possible that the SD card is wearing out?I had a similar problem. Random pauses in operation then coming back to life.I think Code: dmesg would show you if...
View Article