AI Camera - IMX500 • Re: AttributeError: 'NetworkIntrinsics' object has no...
I got an error when trying to gitadmin@raspberrypi:~/aicam $ git clone https://github.com/raspberrypi/picamera2.gitCloning into 'picamera2'...remote: Enumerating objects: 3921, done.remote: Counting...
View ArticleTroubleshooting • Re: In shambles after updating Pi 5, broke all my login...
Unlucky mate. I would (on a new/spare microSD card) "flash my SD to the newest Pi OS and then try to re-learn how to do the things I did"And look at this excellent (thanks thagrol) guide to all things...
View ArticleHATs and other add-ons • Re: 230v input signal HAT
The main reason is that I want to delay the run signal to switch a motorized valve first.Use a motorised valve with a built-in switch that does not close until the valve is open. For...
View ArticleAutomation, sensing and robotics • Re: Is NodeRed stable and reliable for...
Probably that depends on what flows you deploy and/or javascript code you have besides the basic NodeRed features. I would go with Apache2 or nginx for a web server.Statistics: Posted by neilgl — Tue...
View ArticleRaspberry Pi OS • Re: How to remove ALL unneeded packages?
Someone already mentioned "deborphan". It would be a good place to start.Or aptitude:Find Obsolete Packagesaptitude search ?obsoleteMake a listaptitude search ?obsolete > mylistRemove/Purgeaptitude...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: CM4: DSI1 init. commands rarely fail
Still wondering how the original driver works for others, It's down to the implementation of the hardware and how/when it can insert command packets. One of the DSI controllers can't send command...
View ArticleGraphics, sound and multimedia • Re: Surveilance Cameras in a 2x2 matrixpi5
zone minder is a cloud application and I'm not in the movie of cloud progression at my expense,Can someone suggest a good cli video player.... (NOT VLC or FFPLAY)Statistics: Posted by RiccardoMoretti...
View ArticleDevice Tree • Re: SPI1-2cs in dtoverlay GPIO18 Output instead of SPI1_CE0_N
It sounds like you need a better SPI library. How about this one? https://github.com/lthiery/SPI-Py/commits/master/Statistics: Posted by PhilE — Wed Nov 20, 2024 1:33 pm
View ArticleRaspberry Pi OS • Re: Cannot change boot screen on Bookworm
I have just double checked, and rewritten the splash.png with a version that's exactly 1024x768 pixels.The shutdown splash got updated immediately.The boot still came with the standard "Welcome"...
View ArticleGeneral discussion • Re: Locking threads of technical descussions/HW critisim...
Prior to Pi 4, those wired Ethernet adaptors are USB-connected.Ah. Make sense. So anything compatible with the builtin chips would work if connected externally. Neat. Didn't realize that. Thanks.Yes,...
View ArticleBare metal, Assembly language • Re: Circle Bare Metal Pi IDE with Debug
I'm using an other setup, so I cannot provide info about Vscode, but JTAG debugging with OpenOCD is described in the file doc/debug-jtag.txt in the Circle project.This guide, while for regular Pi and...
View ArticleAdvanced users • Re: Raspberry Pi dual connection communication problem
Check your router/access point settings on your network. I've encountered some where there is a security setting to prevent WiFi connected devices from accessing ethernet connected devices.Statistics:...
View ArticleNetworking and servers • Re: Connect Raspberry to PC by ethernet
What model of RPi board?Raspberry pi compute module 4 with CM4 Industrial expansion boardWhat Operating System is is running?Raspberry OS x32 latest versionSimilarly, what Hardware/OS platform are you...
View ArticleCamera board • Re: Error When Attempting to Utilize Discovered Camera
What's at the end of the kernel log? "dmesg" is the relevant command to read it.Statistics: Posted by 6by9 — Wed Nov 20, 2024 1:45 pm
View ArticleGeneral • Re: Trouble connecting to Visual Studio Code on Windows 11
That was it, I missed that in the docs, thanks! Now VS Code sees the pico, but when building the blink sample, I get an error that cyw43_arch.h cannot be found.Statistics: Posted by dulphy — Wed Nov...
View ArticlePython • Re: Rpm,tachometer, refine
For tachometers it often works better to count pulses for a time period rather than time the period of pulses.If you need one second updates of the speed, simply count the pulses for one second....
View ArticleTroubleshooting • Re: Wayland: Desktop - Mouse "Drag & Drop" on...
Pi OS updates (several at the same time) that arrived on Nov, 20, 2024 cured the problem. I don't know which particular up date fixed it, but everything is back to normalStatistics: Posted by a330mech...
View ArticleCompute Module • Re: Firmware change details
And why aren't you using the latest firmware?Statistics: Posted by dp11 — Thu Nov 21, 2024 1:41 pm
View ArticleGaming • Xbox Cloud Gaming on RPi 5
Hello,has anybody tried to play Xbox Cloud Gaming (http://xbox.com/play) using Chromium on Raspberry Pi 5?What about connecting Xbox controller to RPi?Statistics: Posted by programista.zacny — Thu Nov...
View ArticleGeneral • Re: Update: Simple serial connection not working (PR2350/Pico2)
1. I tried compiling the "hello_usb" example. For some reason this particular example did not compile at all.Perhaps tell us why it didn't compile; what errors you got ?That will help others ascertain...
View Article