Quantcast
Channel: Raspberry Pi Forums

Interfacing (DSI, CSI, I2C, etc.) • Re: Send multiple bytes from PIC to Pi

Perhaps I have the wrong forum.I was looking for examples of Python and PIC C (CCS) code for both ends.I understand the hardware. My first computer used an 8008 CPU with punched paper tape on a...

View Article


Networking and servers • Accessing a NAS server over usb ethernet and making...

I'm currently in the planning stages of a small project and I'm in need of some feedback to make sure I'm not going insane.I'm trying to use a raspberry pi zero 2 w to act as a sort of smart flash...

View Article


Advanced users • Re: usb serial gadget

First, check that you have the g_serial.ko in your kernel modules. Then, read this:https://stackoverflow.com/questions/244 ... rt-consolehttps://linux-sunxi.org/USB_Gadget/SerialStatistics: Posted by...

View Article

Troubleshooting • Re: Filesystem lost blocks on Compute Module 4

A mounted ext4fs can only grow, not shrink. To shrink you would have had to boot a different partition or device, and then manually run sudo e2fsck and sudo resize2fs while the filesystem was...

View Article

Image may be NSFW.
Clik here to view.

Advanced users • Re: Asking for guidance on repairing a damaged RPi4

I'm glad to announce that after cleaning up my soldering mess and removing excess solder the pi is back in business!And the proof: Cheers!Statistics: Posted by garat — Fri May 09, 2025 10:31 pm

View Article


Beginners • Re: Raspberry Pi 5, Cooler, M.2 HAT, and GPIO

Does the M.2 Hat require the GPIO header? The Pimoroni NVME Base only needs the PCIe connector.Statistics: Posted by nmstewart — Fri May 09, 2025 10:32 pm

View Article

Image may be NSFW.
Clik here to view.

Media centres • Re: Peppy player

xmac1x,The file becomes pretty complicated in this case and I cannot guarantee that it will work.You can try to replace the line:slave.pcm "plughw:1,0"byslave.pcm "my-bluealsa-device";and add that...

View Article

Beginners • Re: Trouble shooting Command not found

Firmware/boot/config.txt commandThat's the wrong place. You want /boot/firmware/config.txt or /boot/condif.txt on older varients of RPiOS (and, probably, some third party OS)It's not a command. It's a...

View Article


General discussion • Securing a Pi 5 for use as a main PC

Good afternoon everyone.I recently aquired a Pi 5 and am so delighted with it's performance, stability, and simplicity that I think I want to start using it as my main pc, even going as far as to...

View Article


Troubleshooting • Re: Using nVME without booting from it?

From what i understand crucial p3 is pretty well supported and it uses a physion controller which is the one most nvme hats like to see. So regardless of whether the drive holds any volume information...

View Article

General discussion • Re: Securing a Pi 5 for use as a main PC

I've considered mounting an encrypted fs for my home dir, but that would likely be insufficient against an attacker with physical device access since they could just install assorted rootkits as they...

View Article

Beginners • Re: SMS to printer?

will need some hardware to receive the SMS -wifi printerYou could use CUPS to handle the printing. What is CUPS?And probably a GSM module to receive SMS messages. You may need to find something newer...

View Article

Image may be NSFW.
Clik here to view.

SDK • Problems with SPI Example

Being totally new to the PI pico, I've installed the VS code & extension on a windows machine and also the command line SDK on a debian machine. On the windows machine the blink.c example loads...

View Article