Troubleshooting • Issues connecting to PI 4 desktop from Windows 11
I am having problems for every connecting to a PI 4 bookworm desktop from my Windows 11 PC.The problems are different for each method.First, my hardware setup:PI 4B Rev 1.2 running bookworm up to date...
View ArticleSDK • Re: Trying to emmigrate code from rp2040 to 2350 in V.S win10.
The libraries at https://github.com/ikjordan/PicoDVI/tree/audio were updated to build on the RP2350, but some of the example apps were not.Today I've applied updates, so all of the example apps now...
View ArticleTroubleshooting • Re: imager problem making bookworm SDcard
What makes you think only the boot partition was written?Viewing it on a windows box and only seeing the boot partition? If so, that's normal and does not mean that the root partition wasn't written....
View ArticleAdvanced users • Re: Resizing the root ("/") partition on first...
Hmmm. I think that, as suggested, everything is done - at least for MBR partitioned disk, which is what most RPi disks are - in the initial RAM fs.However, there is 'systemd-repart.service' and...
View ArticleOther • Re: VMware ESXi Arm Fling on Pi 5 16GB d0
The WoR Pi 5 UEFI firmware doesn't support the hardware changes in the D0 stepping. The Pi 5 UEFI project has been discontinued.https://github.com/NumberOneGit/rpi5-ue ... s/tag/v0.1Statistics: Posted...
View ArticleAI Camera - IMX500 • Change AI Camera exposure time
Hi, I managed to upload my YOLOv8 model to the IMX500. It runs at 30fps using the picamera2 object detection example. But the exposure time is very high, around 30ms. This makes the image very smeary,...
View ArticleC/C++ • Re: Call Class overload from another Class that has been made Public....
I don't understand your question.Can you explain what you want to accomplish?And what the problem is.Statistics: Posted by deepo — Fri May 09, 2025 6:15 pm
View ArticleTroubleshooting • Re: Using nVME without booting from it?
If lspci does not show your PCIe NVMe storage device, then that is a showstopper and can have various causes. I know not every random M.2 NVMe SSD is supported by a Pi5 (and some M.2 adapter board)....
View ArticleAdvanced users • Re: How to find out what flags a package was compiled with?
Well, this doesn't really answer my general question, but I did find the answer in the form of running `nginx -V` which will list how it was compliled.Code: $ nginx -Vnginx version: nginx/1.14.2built...
View ArticleBeginners • Re: Trouble shooting Command not found
uh,Firmware/boot/config.txt is not an executable file. it is not a command.it is a text file that contains settings to be read by the operating system on bootup.So:- what kind of PI do you have?- how...
View ArticlePython • Re: Issues with installing docker-compose
Either try installing docker-compose from the repo using :Code: sudo apt install docker-composeOr try using the Docker Debian repo: https://docs.docker.com/engine/install/debian/You can also create a...
View ArticleBeginners • Re: SMS to printer?
If I already have a thermal wifi printer that takes orders from Uber eats I would need it to be able to take orders when they come in via text message to my cell phone to go direct to printer instead...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Send multiple bytes from PIC to Pi
Thanks B.GoodeI am learning Python because it is easier to plot and do graphics than with a PIC and C. I intend to learn PyVisa as well for my HP projects.This project is to make a real time plotter...
View ArticleRaspberry Pi OS • Re: 2025 - vlc-player rtsp and -> "Debian"...
Is Trixie released yet? Or did I miss something?No, it hasn't been released yet, although there are some repositories available unofficially.Statistics: Posted by rpdom — Sat May 10, 2025 4:11 pm
View ArticleTroubleshooting • kernel warning when screen is automatically turned off
Hi , on Bookworm 64bit I see on dmesg Code: [ 1262.208631] WARNING: CPU: 1 PID: 877 at drivers/gpu/drm/vc4/vc4_hvs.c:1064 __vc4_hvs_stop_channel+0x154/0x178 [vc4][ 1262.208691] Modules linked in:...
View ArticleSDK • Re: Problems with SPI Example
Do you have:Code: target_link_libraries(project_namehardware_spi)inside your CMakeLists.txt?Statistics: Posted by MatSOBDev2 — Sat May 10, 2025 4:43 pm
View ArticleTroubleshooting • Re: Pi 5 trashes SD Cards
But now it won't boot at all, not even to the emergency screen so I think I'll call it a day while there's still sunshine Don't forget that over 80 million Pi's have been sold. It is a very reliable...
View ArticleAdvanced users • Re: Pi Zero2 to look like a Zero2W
Some more info on the critical software would likely help too:What is it?Commercial, open source, both, neither?Compiled (e.g C/C++) or interpreted (e.g. python)?Why you can't or won't contact its...
View ArticleTroubleshooting • Pi Zero 2W power circuit issue?
Hello Everyone,TL;DR: The Pi does not boot and the 3.3V rail is at 3V. However, if I supply 3.3V directly to the 3.3V rail, the Pi boots right up.Long:I'm having a weird issue with my Pi Zero 2W. I...
View ArticleOther programming languages • Node.js GPIO library
https://www.npmjs.com/package/@iiot2k/gpioxhttps://www.npmjs.com/package/@iiot2k/gpiomonStatistics: Posted by iiot2k — Sat May 10, 2025 6:31 pm
View Article