Beginners • 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 ArticleNetworking and servers • Re: RPi4 104 Mbs only
I may not know a whole lot about some of those things, but antennas matter. The antennas on a RPi are significantly different than your PC. So you could try getting a new physical antenna (e.g....
View ArticleMicroPython • Re: Enabling Telnet as Client from Pico using uPython,...
Looking like it should work, real data from the real server on the Pi -Code: b'DX de XxxXX: 7003.6 XXxX CW 1943Z'b'DX de XXxX: 28083.9 XXxXX 1943Z'b'DX de XXxXXX: 18072.0 XXx/XXxXX QSO + 2.5...
View ArticleBeginners • Power Supply
Hi All, What Battery Pack or HAT do you recommend for the Pi 5? I guess I'm looking for a UPS.Statistics: Posted by kasari62 — Sat Feb 07, 2026 8:31 pm
View ArticleBeginners • After reboot, no more sound via HDMI
Hi,I use Pi5 with 8Gb and a NVMe disk.Till now I was able to use it to watch news channels on internet as also youtube videos.After a reboot toody, I discovered that I have no more sound via HDMI...
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: What product would you like to see?
1. I would like browsers to use resources in proportion to the complexity of the page being rendered. Load modules or allocate memory, or whatever, only as needed. This seems so obvious to me, but...
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 • MJEG 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 ArticleNetworking and servers • Re: SSH password fail
What this is leading to is that there is probably a better solution to the overall problem of transferring files between the two computers than scp. It might be worth pursuing this.Would you care to...
View ArticleGeneral • Driving a 2 colour 8x8 matrix with RPi Pico Question...
I really like this two colour 8x8 matrix which is perfect for my project - https://thepihut.com/products/small-1-2 ... led-matrixI can understand how to use a single MAX7219 driver to drive a single...
View ArticleRaspberry Pi OS • Re: How do I expand swap space on my Zero 2 w?
Thank you for the quick reply.I do not have a /etc/dphys-swapfile on my system - which is why I made the comments about changed methodology. What I did was edit the etc/rpi/swap.conf file, and...
View ArticleCamera board • Re: ScalerCrops min and max values
Is control number (20003} constant or should the check (if) be by name?Statistics: Posted by wkeeling — Sun Feb 08, 2026 10:45 pm
View ArticleGeneral discussion • Does 2nm make a difference?
Intel has a new range of silicon built on 2nm. Would something like that make a difference to a Pi Pico or Zero 2 or 5?I expect the CPU chip would be smaller but the GPIO pins and everything else...
View ArticleGeneral discussion • Re: Does 2nm make a difference?
Pis 1, 2, 3, and the RP 1, and 2 are on a 40nm process node. Pi4 and Pi5 SoCs are on a 28nm node. 2nm (aka for Intel, 20A) is quite a few generations smaller. The smaller the node, the closer the...
View ArticleGeneral • Re: Help with interfacing with Lyontek LY68L6400
So I tried a bunch of things, and none of them seem to work.Here is my current pio code:Code: .program qspi_rw_4_nf.side_set 2.wrap_targetbegin: set pindirs, 0xF side 0b01 [7] ; Set pindirs to output....
View ArticleTroubleshooting • Re: UUID or PARTUUID in fstab
Lastly, is it really a 64TB drive? I wasn't aware of any being available with that large a capacity.I'm 100% certain Lenovo don't do a 64 TB drive but I can find sites (including ebay) claiming to...
View Article