Networking and servers • Re: 2 IP addresses, but WLAN disabled
Many thanks to all who replied.I think I found the answer in the article that Milliways linked. When I edited the ipv4 configuration, using nmtui, I had not changed the configuration to Manual, but...
View ArticleTroubleshooting • Issue using Waveshare relay board with Pi 5 and the latest OS
I connected up an 8-channel Waveshare relay board to a Pi 5 running the latest OS.On applying power I can hear a relay(s) click.After the OS has started, relay LEDs for channel 3 and 8 (P13 and P26)...
View ArticleBeginners • Re: Attempt to move my current filesystem on external SSD and...
sdm V15.2 is released and includes automatic encryption of data partitions as well as the rootfs partition. Here's a getting-started example that shows how to encrypt the rootfs and create and encrypt...
View ArticleGeneral • Re: Help with interfacing with Lyontek LY68L6400
Thank you soo much, I checked out the rp2350 datasheet and the linked post.I think I understand what i need to do.I won't have time to try it out tomorrow, but day after tomorrow I will.I'll post a...
View ArticleCamera board • Help with my Raspberry Pi Camera Module 2
Any time I video or picture, weird black lines/weird black shapes show up. It changes shape and location as I change the focus. I don't know if it has to do with the fragmented looking glass...
View ArticleGeneral discussion • Re: Ram price hikes.....killing RPi sales?
I agree with WH Heydt that high prices for conventional PCs and laptops may drive more Pi sales.The other thing worthy of consideration here is the 2-3X price increases in SSDs and SD Cards. I expect...
View ArticleBeginners • Re: custom keyboard shortcuts pi
It depends on which RPi model you have (hardware) and what DE (Desktop Environment) you have. KDE Plasma for sure will allow any keyboard shortcut customization that you'd like, but it seems to be...
View ArticleBeginners • Re: How to make Pi 4 run Latency Tests for various different...
A free network latency tool is SmokePing. A few years ago I tried to create a version for the Pico, but the fun factor was lower than expected.Installing the source...
View ArticleOther RP2040 boards • Re: Beware the clones
The most serious issue I see, is the color/colour. It looks like a red poisonous frog. I liked that red though perhaps because all my bare Pico boards and clones have different colour card wrappings...
View ArticleGeneral discussion • Re: What product would you like to see?
I first learned to program on a machine with 8K of memory. I first programmed professionally on a mainframe where my programs were limited to 16MB of memory. It is absolutely shocking to me that a...
View ArticleGeneral discussion • RFID Reader Question
Hi everyone,I’m working on a new project with a rfid reader. I’m trying to use the wiegand protocol. My reader shows wiring d0,d1, clock. I thought with wiegand you only need d0 and d1 connected?...
View ArticleTroubleshooting • Re: UUID or PARTUUID in fstab
Much appreciated sensible reply, I will endeavour to get it working.Statistics: Posted by petcol — Sat Feb 07, 2026 1:56 am
View ArticleGraphics, sound and multimedia • Re: I'm using a USB mic with Raspberry Pi to...
I’ve seen one of the iPhone sound level apps claim that they’ve calibrated their app with each model of phone. This supposedly makes it accurate. Would that be possible or is it just marketing?Totally...
View ArticleGeneral discussion • Re: Question about Raspberry Pi 4 dual RAM variant
Heh... That's the opposite of the usual desire in this sort of change.Yeah, I am probably a bit of a tyrannosaurus. I have a very specific use case for my Pi4's where I insert them into the cartridge...
View ArticleKeyboard computers (400, 500, 500+) • Re: SSD for Raspberry 500+
Considering it's actually Saturday, I wonder why it says Sunday! Am I in a Time Warp?What says it's Sunday?Statistics: Posted by DirkS — Sat Feb 07, 2026 9:35 pm
View ArticleGeneral discussion • Re: pi 5 "normal" operating temperature
30C to 50C is quite normal with PI5 at idle, mine are at the upper end. When you say the "cooler", which cooler are you talking about?iRasptek Active Cooler:The active cooler is made of high-quality...
View ArticleBeginners • Re: Why does one default to geany and the other to the text editor??
right click file > propertiesset the open withStatistics: Posted by kerry_s — Sat Feb 07, 2026 10:19 pm
View ArticleAndroid • Re: [DEV] LineageOS 22.2 (Android 15) for Raspberry Pi 4 & Pi 5
@KonstaAlso a bit of a move from earlier question I have had a rpi 5 with lineage os running for a few months but suddenly the touch display 2 gets no picture after the "desktop"/"homepage" is loaded,...
View ArticleC/C++ • Re: Little BASH file For Adding New Source File to Multi-File Project
Why not have a single .h file that includes all other .h files, like this:Code: all.h:#include <something.h>#include <other.h>// And the latest in the family:#include...
View ArticleCamera board • MJPEG streaming sample code, blue looks green but photo comes...
My code looks like this aside from the importsBased on the sample mjpeg_server codeCode: class StreamingOutput(io.BufferedIOBase): def __init__(self): self.frame = None self.condition = Condition()...
View Article