Advanced users • How can I get an RPI5 to recognize a very niche/novel...
The NVIDIA GTX 950M M.2 GPU from HP Envy is a very strange card. It is an MXM sized card, and as the name says, it is an M.2 GPU. As far as I am aware, it is the only gaming GPU that uses an m.2...
View ArticleCamera board • Re: Camera supported and detected but not working
What to do if your camera is not detectedMake sure you're using an up to date and modern camera stackYou should be running the Bookworm (or later) release, or the Bullseye release with the legacy...
View ArticleTroubleshooting • Re: Cloning SD card with autologin enabled
When cloning the SD card (using Raspberry PI Imager)...From time to time a post is made stating that Raspberry Pi Imager can be used for this purpose.I have never been able to find out how.Can you...
View ArticlePython • Python serial programing
Hi,I'm not a programmer; I just occasionally code a bit. I thought this task wouldn't be too complicated, but...I have an old device that sends reports via a serial port in the form of SMS. Normally,...
View ArticleMicroPython • Re: MicroPython: How to wake Pi Pico / Pico W / Pico 2 from...
Did you try mine? The docs indicate that irq will wake a sleeping device.It has only sleep and deepsleep. The new function is lightsleep. sleep is deprecated or will be soon.Statistics: Posted by...
View ArticleAdvanced users • Re: How can I get an RPI5 to recognize a very niche/novel...
It's also an NVIDIA GPU. They don't release driver source code only closed source binaries for x86. Even if you get it to enumerate you're unlikely to get more than basic functionality out of it.Sadly...
View ArticleBeginners • Re: Space scanning/follow the line robot
The easiest method is to follow existing lines, as others have said, but here are a few other techniques, in case there are no existing lines.1. You could try using ultrasonics to echo-locate the...
View ArticleMicroPython • Re: Raspberry pi pico w wont activate AP
Code: print(sta_if.ioctl())Output:function takes 3 positional arguments but 1 were givenWhere do you learn about WLAN.ioctl() ?It does not seem to be documented here -...
View ArticleTroubleshooting • Deluge and VPN not working together
Guys could someone help me with this problemI have put on my RP5 x64 Debian software IPvanish and its working wellThe problem is, what is showing in the Deluge IP windows is my ISP external IP...
View ArticleRaspberry Pi OS • Re: Flatpak broke earlier today
Look at /var/log/apt/history.log to see what was updated.Things to try:Run:Code: xdg-user-dirs-updateFollowed by:Code: systemctl --user import-environment PATHsystemctl --user restart...
View ArticleOfficial Display • Re: Is there an official case for Raspberry Pi Touch...
I'm using this already for a different device and--since 1) it works very well, 2) is portable, 3) the distance between the uprights is a bit over 4", and 4) is very reasonably priced--I intend to try...
View ArticleGeneral • Re: Receive then send data in the same pin using PIO
I though I only need sm_config_set_set_pins to set pindirs but it turns out I need sm_config_set_sideset_pins as well. Not necessarily, you need to configure SIDESET only if you use it.Side-set also...
View ArticleGeneral • Re: Cleaning cache on RP2350 with PSRAM writes outstanding causes...
Thank you for support, LukeW and kilograham !I want to stress that "my workaround" was not intended as a workaround, just experimental to see 'what if'. Also, I still think that there's no need (or...
View ArticleMicroPython • Re: multithreading with Raspberry Pi Pico for model railroad
I say chaps, It's been a while, but here is code which works, sort of. The voltage from potentiometers is compared to the back e.m.f. which is measured at the last time-slot for each track, during...
View ArticleTroubleshooting • fstab mount for network drive (on Bookworm)
I'm trying to customise a new Bookworm image on my Pi 4 to be as close to my old Buster as possibleAll is going well until I try and add a NAS folder to fstabCopied from Buster I haveCode:...
View ArticleTroubleshooting • Re: fstab mount for network drive (on Bookworm)
Oh, and a manual mount withCode: sudo mount -t nfs 192.168.0.233:/SharedData/ /home/pi/MonaIt works like a charm (without the "!", but I can work with that)But now I can't get the equivalent in...
View ArticleGeneral discussion • Re: one pi to rule them all....
I'm wanting something that will save all the details between uses so I effectively just have to click to connect. Mputty would be ideal but doesn't seem like it's available for LinuxStatistics: Posted...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
...Had a chat, and the problem is that the SC numbers change over the lifetime of a product, so putting them in docs would not work.I'm wondering if there might be a SKU code that does not change over...
View ArticleTroubleshooting • Re: Ethernet randomly stops working on RPi3B and RPI4B
I have 3B and 4B.Problems occur on both of these devices.Everything worked fine until last reinstall to newest Ubuntu Server 24.04 LTS.[ ... ]How to fix this ? it stops working very often. Sometimes...
View ArticleTroubleshooting • Re: Volume control with momentary buttons, works but not on...
My experiments indicate the sound service isn't running yet in crontab.I cheat to get it working. Are you up to cheating?If not, I recommend waiting for the GUI to boot and use autostart.Edit: Read...
View Article