Advanced 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 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.My setup is based on a Qualcomm solution with Android code,Have I missed something, or when did RPT switch the SoC...
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 ArticleBeginners • Re: ruspberry pi error
I'm quite sure it's because you're misspelling "raspberry" (check the title of your post!); fix that, and all will be well in pi-Land.Statistics: Posted by altosack — Thu Nov 07, 2024 8:42 am
View ArticleCompute Module • Re: CM4 I/O Board with different two cameras available?
Yes, that should work, as will using the Pi5.Statistics: Posted by jamesh — Thu Nov 07, 2024 8:54 am
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 ArticlePython • Re: MicroPython: How to wake Pi Pico / Pico W / Pico 2 from sleep...
Yes, you can use Pin.irq() to wake up the Pico from sleep. For the sleep state, machine.deepsleep() is typically used for deeper power saving, while machine.lightsleep() is lighter but still reduces...
View ArticleTroubleshooting • Re: NVMe: Slow WiFi on Pi5
Makes sense. I did wonder if that was the case, so I moved the Pi to about 10 feet from the WiFi router and the connection speed leapt up to pretty much what it should have been. So, as a solution, I...
View ArticleGeneral discussion • Re: need help choosing a power cord for my RPI4
https://www.raspberrypi.com/products/ty ... er-supply/ ?Statistics: Posted by jamesh — Thu Nov 07, 2024 9:29 am
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 ArticleTroubleshooting • Re: sudo apt update not working
You (or something you installed) seems to have added some non-standard repositories. The usual ones are the deb.debian.org and archive.raspberrypi.comEverything should still work, but you won't be...
View Article