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

General discussion • Re: Capturing Data from Sensors Sequentially Using...

Where to begin...First, why are you using Flask for this? Flask is a web server.Second, that's not all your code, so all people can do is speculate.If you are going to let the sensor send data to your...

View Article


Python • Re: Capturing Data from Sensors Sequentially Using Raspberry Pi 5...

Don't double post. It makes things hard to work with because there'll be answers in multiple places and it only confuses everyone trying to help.Already answered here: viewtopic.php?t=374055This post...

View Article


Troubleshooting • Re: Can not get HDMI audio to work

That is it. You need a valid edid to report the capabilities of display (including audio support).It looks like the edid is unreadable (possibly a bad hdmi cable - less likely a bad display).If you...

View Article

Interfacing (DSI, CSI, I2C, etc.) • Re: Can ADV7282M work with RPi4 at all ?

Hi 6by9,so, I have managed to obtain some logs. The first method by debugfs completely doesn't want to work (all the time everywhere "permission denied") so I have used the second method by placing...

View Article

General • Re: Flashing Pi Pico W with OpenOCD error

Thank you, it actually works with version 0.12.0. My package manager was stating that 0.11.0 was the most recent version, therefore i did not check for newer releases.Statistics: Posted by Braiuz —...

View Article


Compute Module • Re: Issues interfacing VL805 with CM4

It appears you haven't copied the layout from the CM4IOUSB3 reference design. The USB pairs should be 90R. The differential pairs need a constant reference plane ( when you change layers you need to...

View Article

Troubleshooting • Re: Camera Module 3 PiCamera2 selecting wrong resolution

You could follow the examples provided with picamera2https://github.com/raspberrypi/picamera ... ull_res.pyhttps://github.com/raspberrypi/picamera ... _config.pyStatistics: Posted by 6by9 — Tue Jul...

View Article

Networking and servers • Re: building a sata nas

Did the X1009 ship with a 5 connector SATA power cord for the drives?Yes, I received the board, mounting screws, heat sink, and SATA power cable. Everything was included except rpi5 and active cooler...

View Article


Raspberry Pi OS • Re: Booting from zfs root

I would be interested to see a writeup of how you did this.Ditto. Seems that there's sufficient interest in zfs to warrant adding it to sdm's --convert-root switch when burning a disk so that the...

View Article


Troubleshooting • Re: Raspberry pi 4 8gb Keeps re-booting

I know this is gonna seem odd but it seemed to fix itself. Not sure if this is related but when I used to use my pi as a retropie I used to run it slightly overclocked seeing as I had good cooling...

View Article

Raspberry Pi OS • Re: Hard drive goes read-only?

Note: This thread is not about the often-quoted phenomenon of the SD card going read-only (when it is almost worn out and about to be discarded). This is about hard disks.I have a rootfs on hard drive...

View Article

Graphics programming • Using the framebuffer with X or Wayland possible?

As I understand it, with the DRM/KMS subsystems, if you are running either an X server or Wayland, then effectively the framebuffer is "evicted" viewtopic.php?t=342871#p2054195 from the display and...

View Article

General discussion • Re: RPi 5 as a desktop daily driver?

Using the Raspberry Pi 5 as a daily desktop driver can be a fascinating experiment, but it depends on your needs. Its compact size and energy efficiency make it attractive, though you may face...

View Article


Python • Re: Filemanager crashes after running Python script.

Run dmesg, and look for any messages about out-of-memory and killing processes.One possibility is your python code has a memory leak, and when memory is almost exhausted,the kernel will kill a process...

View Article

Raspberry Pi Connect • Re: Any plan to include sftp service on RPI-connect?

I am new to RP5. I am enjoying working with it for my work and fun.In particular, Pi Connect is an outstanding service without much setting from the user side. Thank you for the efforts of the RP...

View Article


General • Re: [Docu]: Connecting to the internet with picoW.pdf

Part of the issue here is that the IP support isn't part of the SDK itself, it's provided by a separate (open source) package - LWIP.The SDK does integrate this for you, but the interface (and hence...

View Article

Compute Module • Re: Flashing CM4 eMMC via I/O board slow. Advice?

Hello folks,I have setup CM Provisioner (pretty slick). Unfortunately I encounter this error message when trying to provision: Code: 17:01:48 Error during dd. Return code 1. Script...

View Article


C/C++ • Re: DHT11 code works with python but not C++

Probably the same known issue re DHT11 as in my post (Nov 2022) in this thread viewtopic.php?p=2160083&hilit=DHT11#p2160083"Turns out to be a known issue, depending on the type of DHT11 you have,...

View Article

Camera board • Re: Enable UART breaks IMX462

If you use "dtoverlay=disable-bt" to disable Bluetooth, then it swaps the more capable UART from Bluetooth duties to GPIOs 14&15 as /dev/ttyAMA0. IIRC That doesn't require the core clock to be...

View Article

Troubleshooting • Re: Pi 4 wifi works for a few days then I have to reinstall OS

Just an update: still have this problem but I haven't reinstalled the OS for a while as I am finding multiple reboots has done the trick. I am pretty sure that the first couple of times I could not...

View Article
Browsing all 4988 articles
Browse latest View live