General • Re: Suitable for ISS project?
Hello Pico PeopleI'm currently doing a industry project at university about a pump control, which is to be used in a research project at the ISS (using the ICE cubes service). The project is to...
View ArticleCamera board • Re: Has anyone already used the New arducam 64mp Owlsight. Why...
Yes, I tried that and I still get a big green image.What does "vcgencmd version" report?I know it should be the Nov release, but idk how to update it and the walkthrough/guide from ArduCAM did not...
View ArticleDevice Tree • Re: Pi5: PCIe NVME SSD works without setting dtparam=pciex1 in...
only needed for unsupported devices.This is a Crucial P3 4TB.Not the SSD. kerry_s is talking about PCIe addons that don't conform to the Pi PCIe specification.The PCIe to NVME adapter board in the...
View ArticleTroubleshooting • Re: OS 64 bit: Questions and bugs
I'm using Bookworm.Statistics: Posted by RedRobin — Wed Feb 28, 2024 6:38 pm
View ArticleC/C++ • Re: systemd/race condition in private app
Yes, can confirm /etc/rc.local does work under bookworm. My custom rpi imaging script uses it on first boot then changes it thereafter to this..Code: foo@pi23:/wrk $ sudo systemctl status rc-local |...
View ArticleTroubleshooting • Re: cant get booting from NVMe to work
Thagrol thank you!Following your instructions has enabled screen during the boot, now I can see that it is trying to boot from NVMe. Issue is that it is failing to access it and boot from it. During...
View ArticleTroubleshooting • Re: Backup PC specific SSD to Raspberry PI SSD
Have a read of my guide to Building A Pi Based NAS. What you want if fairly easy to do.Some assumptions:You're running RPiOSYou're using pi as your username.You're using foo as a shared username for...
View ArticleGeneral • Re: Clock naming clarifcation, clk_peri vs UARTCLK vs PCLK
Thank you for the clarification arg001.Statistics: Posted by Jesus5611 — Wed Feb 28, 2024 7:01 pm
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
I know that it has been asked before, but is it safe now to go ahead and backup my 1TB ssd and install the beta and assume that I can update in place when the stable version is out?Statistics: Posted...
View ArticleTroubleshooting • Re: Raspberry Pi 5 stopped working
Have you tried it with the active cooler completely rermoved?Statistics: Posted by neilgl — Thu Feb 29, 2024 6:08 pm
View ArticleDevice Tree • Re: PWM driver questions
Whilst writing kernel modules is a useful skill, is this better achieved just from userspace and the sysfs API for PWM?Code: echo 0 > /sys/class/pwm/pwmchip0/exportecho 1000000 >...
View ArticleOfficial Display • Re: 7" Official Display Driver Board
AFAIK it is not sold by itself. It's designed to partner the LCD, and EMC tested in that configuration. I suspect that selling it alone would require recertifying it, and it's likely to fail as you've...
View ArticlePython • Re: How do I fix this Python code?
No, the point is when you stop the code it stops the recording. Is there a command or something like sys.exit() I accomplish this?There's atexit. You might want to try putting something like this near...
View ArticleRaspberry Pi OS • Re: GUI screenshot/snip on rpi5/bookworm
I hope to also figure out how to get it to add it to clipboard for pasting into a doc.My quick n dirty solution for now, overwriting fileslurp | grim -g - ~/Pictures/snip.png ; eom...
View ArticleBeginners • Re: Raspberry Pi 5 external USB camera fail
The lsusb command returningBus 001 Device 002: ID 04fc:1628 Sunplus Technology Co., Ltd General Image Deviceshows us that the pi is recognising a camera "General Image Device" on its USB port....
View ArticleAdvanced users • Re: Image File Utilities
So, any ideas why this dang nvme setup is giving me such issues? I'm not receiving reports from anyone else experiencing problems backing up an NVMe drive.Let's start from basics. Please do the...
View ArticleGeneral • Re: PIO pin follower delay
To be honest I didn't set the clock frequency as I want it running at 125MHz - I didn't see any difference between not setting the speed or setting using int = 0 and frac = 0.Not sure how selecting...
View ArticleGeneral discussion • Using fire 7 display for pi5
So I got a broken digitizer on a fire 7 tablet and I was wondering if I could just reuse the screen as as a monitor for my pi, making the post because I’m not sure if it would break the pi.Statistics:...
View ArticleSDK • Re: i2c slave mode question [ANSWERED]
Maybe some of these: https://www.renesas.com/us/en/document/ ... ?r=1563671They are many times programmable. I expect you could use a Pico to do it. I haven't tried but hope to find time soon.They...
View ArticleCompute Module • Re: CAM1 lags behind CAM0 on CM4 when running dual camera
I am using the pipeline of Libcamera stack -> GStreamer -> OpenCV. Although both cameras are initialized the same way it maybe GStreamer buffering causing it. I'll investigate some...
View Article