HATs and other add-ons • Re: M.2 HAT+ troubleshooting
I have no idea on the crucial product naming scheme, so can't tell of that product is equivalent to one on the pimoroni compatibility list https://shop.pimoroni.com/products/nvme ... 9587178579.There...
View ArticleTroubleshooting • Re: Raspberry Pi 5 PCIe port plastic ribbon retention clip
Wow thanks aBUGSworstnightmare. Very much appreciated. A very detailed response with excellent t reference material and links to buy. I love it!Statistics: Posted by jamiet — Fri Nov 15, 2024 9:47 am
View ArticleTroubleshooting • Re: I can't remote into my raspberry pi 0 because of...
Which version of Raspberry Pi OS are you running ? Buster/Bullseye 32-bit or other?Statistics: Posted by neilgl — Fri Nov 15, 2024 9:53 am
View ArticleRaspberry Pi OS • Re: Upgrade Portainer (Open Media Vault) + PVR plugin
Up!Statistics: Posted by Greyzard — Fri Nov 15, 2024 9:55 am
View ArticleTroubleshooting • Re: Using nginx,: installing php-fpm fails
You only seem to have 2 posts in total - where is the “further post”?Statistics: Posted by neilgl — Fri Nov 15, 2024 10:05 am
View ArticleCamera board • Re: "Or Better"?
CONCLUSIONSIn the beginning, my goal was simply to migrate the Raspivid stereo functionalities onto a pi5. As the pi5 no longer supported the Raspicam apps, I used PiCamera and Python to accomplish...
View ArticleSDK • Re: Unable to build blink example VS Code extension
Is there way to manually check whether the toolchain was properly installed or not, I might be missing some components.You could copy the installed toolchain from the broken machine to the working...
View ArticleSDK • Re: troubletrouble defining a macro to replace a zero argument fn call:...
Hi,I'm having trouble with printf when using time_us_64() in a macro definition:Code: #if (USE_SDK) #define delay(x) sleep_ms(x) // done in pico-rp2040 ??? typedef uint64_ttimestamp_t ; #define...
View ArticleGeneral discussion • Re: PINN with specific OSes
I have sacrificed my SSD installation to check this.Both BBN_full and OpenPlotter_touchscreen booted flawlessly, but Ubuntu 22.04 gave the same error that you encountered.They've had a few problems...
View ArticleSDK • Re: Is there a way to know if the TX FIFO is empty before doing pull?
Code: .mov_status txfifo < 1…mov x, ~statusjmp !x, …pullStatistics: Posted by PicoTinker — Fri Nov 15, 2024 10:27 am
View ArticleGeneral • Re: Did I Destroy my new Pico
I then saw that I needed to hold down the BOOTSEL switch. So I unplugged everything and refollowed the procedure. Thonny did not recognize it and I was unable to see the device in Windows 10. You...
View ArticleTroubleshooting • Re: About the Black Screen Issue on Raspberry Pi 5 Bootup
I can use the `sudo startx` command in the SSH page to make my HDMI screen enter the graphical interfaceYou shouldn't ever use sudo with startx. It messes up permissions on files and prevents it...
View ArticleSDK • Re: Byte (re-)ordering when using DMA towards SPI display?
ARM is little endian and IO is big endian. Network order is big endian. htons should do the trick. However using a 16-bit transfer should do this for you automatically. (If not using the channel bswap...
View ArticleRaspberry Pi OS • Re: Extracting the values of 'Perfect Number' 1 to 52
Code: ubu@raspberrypi:~/perfect_nr $ dateSat 16 Nov 10:09:17 GMT 2024ubu@raspberrypi:~/perfect_nr $ cargo run Compiling perfect_nr v0.1.0 (/home/ubu/perfect_nr) Finished dev [unoptimized + debuginfo]...
View ArticleBeginners • Re: PI OS Upgrade: Buster to Bookworm
OK I see, this is much more processing then one could do with ffmpeg as far as I know. convert is indeed the tool I would also use for that.Statistics: Posted by redvli — Sat Nov 16, 2024 10:23 am
View ArticleOther projects • Re: Old rotory telephone hook up
Phone run on SELV 48V AC for the bell circuit.Statistics: Posted by DougieLawson — Sat Nov 16, 2024 10:27 am
View ArticleRaspberry Pi Connect • Re: Use Connect on a headless Pi5?
Starting a Pi with no keyboard, mouse or monitor attached is how you create a headless Pi. I do it all the time.Create the microSD card with Raspberry Pi Imager, and in that set Wifi details, username...
View ArticleTroubleshooting • Re: SegFaulting and Inode errors on Raspi 3A
The pre-event frame number is set to zero frames in motion. And the problem doesn't appear to happen if I stream motion with VLC over wifi on a daily basis. The first day I don't stream the problem...
View ArticleGeneral discussion • Unable to post a comment on raspberrypi.com or contact...
Hello, The website:https://www.raspberrypi.com/news/pico-vscode-extension/ is blocking me for submitting a comment on your RP2040 pico sdk webpage. Whenever I try to submit the comment after clearing...
View ArticleGeneral discussion • Re: Unable to post a comment on raspberrypi.com or...
Hello, The website:https://www.raspberrypi.com/news/pico-vscode-extension/ is blocking me for submitting a comment on your RP2040 pico sdk webpage. Whenever I try to submit the comment after clearing...
View Article