Quantcast
Channel: Raspberry Pi Forums
Browsing all 8041 articles
Browse latest View live

Graphics, 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 Article


General 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 Article


Keyboard 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 Article

General 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 Article

Beginners • 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 Article


Image may be NSFW.
Clik here to view.

Android • 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 Article

C/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 Article

Image may be NSFW.
Clik here to view.

Camera 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


Troubleshooting • Re: raspi OS with NESPI+ case

However, you might get the same functionality from the gpio-shutdown overlay.All you have to do is add a line to /boot/firmware/config.txt:Code: dtoverlay=gpio-shutdown,gpio_pin=3This got me some...

View Article


General discussion • SSH password fail

I been spending hours trying to just a simple way to copy an file from pc to my raspberry pi 5Been focused on the ssh method, since I could not just use a usb thumb drive to see the files contained on...

View Article

General discussion • Re: 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?Yes. Using a bleeding edge process would make them incredibly expensive. These...

View Article

Networking 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 Article

General • 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 Article


Troubleshooting • 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

Raspberry Pi OS • Re: How do I expand swap space on my Zero 2 w?

OK. So it sounds like they did change it in Trixie. Not too surprising. As you can tell, I have no experience with Trixie. (But I wanted to make sure that you had already investigated the...

View Article


MicroPython • Re: Pico 2W and mfrc522

The pins were already soldered on to the reader. Here is the page for the RFID reader (https://www.sunfounder.com/products/rfid-kit-blue), not sure if it makes a difference though. Is it possible the...

View Article

Image may be NSFW.
Clik here to view.

Networking and servers • Re: Rotating SATA Drive NAS

How many disks?CRM or SRM?I had some CMR 3.5 inch disks and put them in externally powered USB 3 enclosures for use with Pi 4. Disk A is file server. Disk B is a local backup of disk A. A simpler...

View Article


Python • Re: ModuleNotFoundError: No module named 'adafruit_dht' >>>

Are you using a venv?If so, did you create it with the --system-site-packages packages option?If you didn't, you won't have access to system level python packages/modules when the venv is...

View Article

Beginners • Re: auto starting programs

So I got Xlink-Kai to load on start up how I wanted.I rand the following commands:Code: sudo loginctl enable-linger piAs you're switching to running the service as root from a system directory that's...

View Article

MicroPython • How to import a library for raspberry pi pico w

I got a raspberry pi pico w with me, I've found a library in github and put it in the folder in raspberry pi. However, when I use the import command, the file cannot be found?Did I do something wrong...

View Article
Browsing all 8041 articles
Browse latest View live