General • Re: Is this a job for PIO?
I would think so. At 100 MPH you should be getting 320 pulses per second, one every 3 milliseconds. That's pedestrian for an RP2.Yes and also for an arduino. The issue is finding a way to not miss a...
View ArticleGeneral • Re: Pico 2 backwards compatibility?
My follow-up question would be; is it possible to take a UF2 for a Pico and hack it to produce a UF2 which runs on he Pico 2 ?The differences I see are that Run from Flash code for the RP2040 starts...
View ArticleRaspberry Pi OS • Re: Is Bookworm worth it yet over Bullseye?
The standard RealVNC VNC Viewer (version 7.12.0 on WIndows 10) works fine with Bookworm 64-bit on a Pi5 - use raspi-config to enable VNC in interfaces, no need to change anything else.It also works...
View ArticleRaspberry Pi OS • Re: trixie
...But it is vanilla Debian for the rest, so same as x86_64 servers running Debian....The delta between upstream Debian and downstream Raspberry Pi OS is bigger than just the kernel - there seem to be...
View ArticleCamera board • Re: Neither the keypress or signal flags seem to properly apply.
How are you sending it the Linux signal?So I can replicatejust `kill -SIGUSR1` but executing the command via a rust programe.Statistics: Posted by huggyb — Sun Aug 18, 2024 5:41 pm
View ArticleSDK • [ 100%] Linking CXX executable ...fails.
I am able to compile the code but when it is linker time something is not as expected. I investigate a bit and the problem is that the objects files produced by the linker are 'empty'. I suppose the...
View ArticleGeneral discussion • Re: Thought I had posted here about SSD drives ...
Guys,Perhaps to clarify and hopefully before I get erased again ...I bought a USB3 to SATA converter and 1Tb SATA SSD drive for either my Pi4 or Pi5 thinking of following an article in Magpi. It could...
View ArticleGeneral • Re: pico riscv compiler
There appears to be a working build script in the pico-sdk-tools project: https://github.com/raspberrypi/pico-sdk ... scv-gcc.shOf course you could also just download the pre-built toolchain from that...
View ArticleHATs and other add-ons • Re: Thought I had posted here about SSD drives ...
SSD drives have become a game-changer for storage—crazy how fast they are compared to traditional HDDs! What’s your experience been with them so far?SSD for daily use - HDD for backupsLikewise, mainly...
View ArticleTroubleshooting • Re: Raspberry Pi 5 keeps dropping ethernet connection to PC...
Thanks for posting this. I have the same issue, and am going to give it a try. I assume the "Name" field is the name revealed when I type:nmcli -t -f NAME C S -a?Thanks.Statistics: Posted by K2PI —...
View ArticleUbuntu • Re: Raspberry Pi 5 boots from SD card when configured not to
you shouldn't do that, sd is important for recovery should something go wrong with the nvme.you should set boot back to default in raspi-configuse a usb for backupsStatistics: Posted by kerry_s — Sun...
View ArticleBeginners • Re: Is NVMe more reliable?
Guys,No idea if a recently purchased 1Tb WD SATA SSD drive uses the same technology but the little box my drive came in tells me its only for "casual usage". Didn't think it helpful.Statistics: Posted...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: RPi 5 gpio libraries
6by9: can you, or any of the other Pi engineers, comment on the use of pinctrl in production environments? My understanding is that, as it writes directly to hardware registers and that being prone to...
View ArticleOfficial Display • Re: Official Display not functioning on Pi 5
This project is currently on hold while I work with tech support people for my 3D printerBut a little back story.I have 2 of those screens and I was getting random "won't generate an image" on both...
View ArticleGeneral discussion • Re: RP2350 and Pico 2 released!
We don't think there is an issue here.Thanks. And that should be the end of it.Statistics: Posted by hippy — Mon Aug 19, 2024 6:49 pm
View ArticleGeneral programming discussion • Re: Using RTC time in Rasberry Pi Programs
Ignore "Note it won't work if the end time is in the next day..", it should work OK...Right, thanks again...I've relooked at this and if you put an end time that is the next day, eg '23:45:00',...
View ArticleCamera board • Re: Libcamera Stereoscopic 3D Support
Hi, I think we're probably not quite understanding what kind of cameras it is that you've been using, and what you think you might be using in future. Perhaps we can take a moment to explain how we...
View ArticleHATs and other add-ons • Re: Pi Five official case replacement fan
Where are you in Canada? I'm in the Hamilton, Ontario region. I have 2 cases with fans and heat sinks if you want them.Statistics: Posted by LEGOManiac — Mon Aug 19, 2024 6:58 pm
View ArticleBeginners • Re: Cooling a hard drive with a fan
I thought it was easier or at least that it could be done easily even for an inexperienced person, instead I opted for a simpler and more immediate solution.As pidd said, a fan that always turns and...
View ArticleSDK • stdin blocks USB IRQ5 ?
Hello all,I've written an interrupt-driven USB stack for CDC/Serial connections.Everything is predicated on USB buffer completion interrupts on IRQ5.It's working well for printf and getchar_timeout_us...
View Article