Advanced users • Re: Is the PISP a fake IP hidden by an over-complicated...
@jamesh I don't think you are answering my point.Right now, when I type rpicam-hello, it seems to me that PISP is only used for stats to calculate some averages and then allow to tune exposure and...
View ArticleSDK • Re: /pico/stdlib.h not found
It should be:Code: #include "pico/stdlib.h"No slash before the pico.Your version is looking for the file in the root folder, not in the include folders.Statistics: Posted by Memotech Bill — Tue Nov...
View ArticleCamera board • Re: imx462 banding
Small update. I pulled the 6.6 kernel myself and applied your PR but again got the vertical band artifact.Now I made a small adjustment:Code: //cci_write(imx290->regmap, IMX290_FR_FDG_SEL, 0x01,...
View ArticleMicroPython • Re: Traffic_Lights.py example error
Like 'hippy'.And 'ame'. [Which does feel weird.]Statistics: Posted by DougieLawson — Tue Nov 12, 2024 8:10 am
View ArticleGraphics, sound and multimedia • Re: Codec Zero status?
https://www.raspberrypi.com/products/codec-zero/The product brief states "We expect Raspberry Pi Codec Zero to remain in production until 2028"The IQAudio product portfolio was taken over by Raspberry...
View ArticleRaspberry Pi Connect • Re: enable-linger no longer works on rpi-connect 2.1.0
The sequence of commands to get rpi-connect-lite running are:sudo apt updatesudo apt install rpi-connect-liteloginctl enable-lingerrpi-connect onAnswer the questions on the web pageLogin to your...
View ArticleCompute Module • Re: CM4 CAM0 I2C Pins
I have custom baseboard withCSI0 and I2C0 - GPIO44 45 (pin 80 82) (2 lanes imx290)CSI1 and I2C1 - GPIO 0 1 (4 lanes imx290)How i should configure them?dtoverlay=imx290,cam0 (how i can here specify...
View ArticleGeneral discussion • Re: MQTT explorer (or alternative) for Raspberry Pi OS?
You can use the Plotter function in Thonny for easy and fast viewing. It's in the View menu. Just have your client print all the messages, and they will be automatically shown as a graph. Very basic,...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
or will the board now run from 5V only? As there is no PCI-E slot which was one reason for having 12V I would expect it to be in Pi5 style but 12V USB-PD would be nice surprise.Statistics: Posted by...
View ArticleGeneral • Re: Did I break my original Pico by loading Pico 2 programs into it?
What that could be persistent and maybe irreversible (OTP), are some security registers in the Flash chip itself (separate from the main Flash memory).Statistics: Posted by gmx — Wed Nov 13, 2024 8:34...
View ArticleGraphics, sound and multimedia • Re: using pi5 camera with github apps for video
The documentation for rpicam-apps is here https://www.raspberrypi.com/documentat ... ng-startedIt is pre-installed on the Raspberry Pi OS “Bookworm” so no need to get it from github.yes, I am aware...
View ArticleRaspberry Pi Connect • Re: Having trouble with Raspberry Pi Connect Lite
What does "whoami" give in that webmin terminal?Statistics: Posted by xeny — Wed Nov 13, 2024 8:38 am
View ArticleTroubleshooting • SegFaulting and Inode errors on Raspi 3A
Hy!Have here a 3A bought earlier this year and installed RaspiOS bookworm minimal and motion to SD-Card. Failed every few days with inode errors and so I did a fresh install in September, failed again...
View ArticleRaspberry Pi Connect • Re: Raspberry Pi Connect not working
Can you please share the output of Connect's logs with us to see if it is having trouble talking to the API?Code: $ journalctl --user --follow --unit rpi-connect.service --unit...
View ArticleAutomation, sensing and robotics • Re: Waveshare Stepper Motor HAT and...
The deviation seen with 1..3mm on your paper, how far is the paper away from the axis? Or to phrase it different, what is the angular/step error of this setup?The driver chip on this board DRV8825 is...
View ArticleTroubleshooting • Re: Pi 5 low 3V7_WL_SW_V ?
What if that voltage rail tolerance would be speced with +/-5%?Sorry, have no idea but would be very interrested why you see an issue! Is your Pi not working o.k. under such condition?Thanks for your...
View ArticleGeneral • Calibrating LPOSC on an RP235X
The RP235X LPOSC frequency may be out of whack with what it should be by +/-20% so, if using it as the clock source for the Always-On Timer, it needs to be calibrated, unless prepared to see gains or...
View ArticleGeneral discussion • π0, not Raspberry Pi0
Physical Intelligence has developed the first General AI robot, powered by their π0 model, which brings us closer to AGI by enabling robots to perform complex household tasks like folding laundry,...
View ArticleTroubleshooting • Re: Logwatch Fails to Send Email Now and Then
It is not "failing" if there is simply nothing to report for your requested range and detail.I think you finally have the right explanation, though. The disk space is only included if detail is at...
View ArticleGraphics, sound and multimedia • Re: libcamera GPU usage
If you want smooth up to 1080p30 camera streaming you have to use the legacy (so non libcamera) stack in bookworm on a Pi0Use ffmpeg to get direct already H264 encoded videostream from /dev/video0 and...
View Article