Camera 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 ArticleAI Camera - IMX500 • Re: Raspberry pi AI camera: Support needed for...
Hi Thank you so much for your reply.Let me try your suggestion and come backStatistics: Posted by Yogesh432b430pc — Thu Nov 07, 2024 7:40 am
View ArticleCamera board • Re: Unable to detect Camera Module V3 on RPi 5
Some images of the hardware: https://ibb.co/598rVxRhttps://ibb.co/8KVV6y7In the second image (camera connector on the Pi 5 board), you need to flip the cable round so that the connector traces face...
View ArticleAI Camera - IMX500 • Re: imx500-tools
were you able to resolve this. I still get unable to locate package errorMake sure to do a "sudo apt update" before "sudo apt install imx500-tools", that ought to get the packages...
View ArticleSDK • Re: Cannot connect to WiFi every second time
Thank you for the quick reply. And you are right as you suppose. Testing the code you sent, there are no more connection failed, when the session was terminated before.Do you see any way, doing like...
View ArticleRaspberry Pi OS • Re: Is CLI version more stable than GUI version for...
If you're not using the GUI, it's generally better to start with the Lite edition of the OS. Lite is the same OS, it just doesn't have the GUI and apps pre-installed. It's not really for stability...
View ArticleTroubleshooting • Re: PiZero2Ws headless: connecting ocassionally?
Are the Pi2's in metal cases? They can weaken the signal massively and may make it completely unusable. If that's the case. Remove the case(s) and try againIs there any wireless interference? e.g...
View ArticleBeginners • Re: Is there a simple and foolproof way to upgrade the OS?
I finally gave up. Too hard, too time consuming, too frustrating.See what I did here: PI OS Upgrade: Buster to BookwormStatistics: Posted by Ratsima — Fri Nov 08, 2024 7:45 am
View ArticleTroubleshooting • Re: Raspberry Pi5 running plasma/KDE with Wayland crashing...
KDE plasma works with the latest wayland libraries now with the untested repository enabled.No need to use the untested repository. It's now in the main repository.I released libwayland-client0,...
View ArticleBeginners • Re: My first Pi project. Which components will I need?
You'll definitely need a power supply.https://thepihut.com/products/raspberry ... wer-supplyI would also suggest that you get a suitable keyboard, mouse and an HDMI cable (I assume that you have...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
What is the maximum current at 5V which can pass through the USB-C connector and tracks ?There is an internal limit of 5v5A but note, any input current >3A is against the USB specification (5v3A),...
View ArticleBeginners • Re: PI OS Upgrade: Buster to Bookworm
We can work through that if you are motivated to do so. There are lots of people in these forums that are here to some extent to help others. Thanks for your offer of help.Statistics: Posted by...
View ArticleRaspberry Pi OS • Re: HOW-TO: Bookworm On-screen Keyboard
Has anyone gotten working with Chromium in Kiosk mode the new squeekboard keyboard mentioned at: https://www.raspberrypi.com/news/a-new- ... rry-pi-os/ it seems like it could be a built in replacement...
View ArticlePython • Re: Python serial programing
Following @ghp's suggestion, I modified the code to wait for the correct PDU length. The PDUs vary in length depending on the SMS content, so it's not a fixed size. I haven't tested it yet, as the...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Raspberry Pi 4 model B external I2S...
..So, to interface the max98090 audio codec to RPi4, I have to write my own .dts file and compile it into a .dtbo file to include in /boot/overlays/.overlays wil have to go into...
View ArticleCompute Module • Re: CM4 boot stops with BOOT ERROR: Code 45
Hi,I retried it again, before I attached a serial.I realized that I did not really wipe the NVME, but only run wipefs. I issued a blkdiscard to the NVME and now the CM4 boots without a problem.I tried...
View ArticleGeneral • Re: Trace FIFO and TPIU with ITM
Thank you !You've got much further than me, at least can see some pulses.I am going to get deeper in registers with debugger and a ton of (cluttered) ARM documentation.Wish me good luck because I need...
View ArticleNetworking and servers • Re: one pi to rule them all....
I also wanted a way to invoke one command and get ssh connections to multiple pi's - in my case 25 of them (crazy, I know). I did it using "screen", a quirky but powerful "full screen window manager"....
View Article