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

Beginners • Re: Stream audio and camera

My code is taken from the example in the PiCamera2 documentation.https://datasheets.raspberrypi.com/came ... manual.pdfYou need to start an http server with the command : Code: python3 -m...

View Article


Wanted • Re: Looking for someone who can make something for me

What I want is basically a mini tv in an altoids tin that plays videos from an sd card (with a few controls like a menu, volume controls, and a way to see the battery charge left)A handheld AV media...

View Article


Advanced users • Re: systemd-nspawn / machinectl container and updating kernel

Yes, this is how I should do it.My hesitation comes from the idea that I want the clone to be the same rootfs as the original. Then it gives me the option to merge a new variant of the clone rootfs (a...

View Article

Troubleshooting • Re: watchdog process restart

You will need to stop watchdog first, then stop your server.The “pidfile=…” configuration option points to a file with a process number in it. Every “timeout=“ seconds, watchdog looks in the process...

View Article

Raspberry Pi OS • Re: Updating "micro" Editor to the Latest Version

1) probably because the package in Debian 12 Bookworm is 2.0.11 and Raspberry Pi OS Bookworm is using that? - Debian trixie (testing) has version 2.0.132) Yes if you need new...

View Article


Bare metal, Assembly language • Re: Does anybody have any information on pcie...

I don't believe its L1SS, I'm pretty sure I implemented this correctly but still no output in the header information beyond what I described.I enabled regulator code in u-boot and I can see the...

View Article

Python • Re: pytz not in raspiOS lite(32 bit)

Thanks.pytz is installed on my AMD64 running Raspberry Pi OS Desktop and on a Pi5.I will check my recent history file but I believe I didn't ask for it to be installed.Statistics: Posted by LadyDravr...

View Article

Troubleshooting • Re: Pi Zero W seems to boot,but unconnectable

6)The default username pi and password raspberry didn’t work. I also tried using the hostname instead of the IP, but still no luck.There hasn't been a default username and password for many years - it...

View Article


General • Re: RP2350 Errata E9 - Pull-down lock-up

Did they do any metallization layer changes to the RP2040?Yes, hence B2 stepping.Statistics: Posted by jdb — Wed Sep 04, 2024 5:59 pm

View Article


General • Re: Maximum distance from the sensor

And how best can it be done wirelessly. i think LORA would be bestStatistics: Posted by michal88 — Wed Sep 04, 2024 6:07 pm

View Article

Advanced users • Re: Best practice to set up armhf container image

Thanks, but that's not actually what I am after.Maybe I'm confused, but in the OP you said "...or from the IMG file." Apologies if I misunderstood.I know about the kernel= line in config.txt, but...

View Article

Troubleshooting • Re: Cannot run in framebuffer mode, works in Bullseye but...

Thanks I tried setting that file it just gives me the same errorsI did already have the below set in my /boot/firmware/config.txt fileThe reason for the TFT and HDMI breakdown is to give me the...

View Article

Troubleshooting • Re: Pi5 wlan0 disappeared

Hmm, now my Pi5 won't boot this morning and the bootfs partition is gone.Might be a coincidence...Mine's a Sandisk card and the other's a Kingston so maybe an SSD is the way to go, though it'd burn...

View Article


General • Re: Adafruit has Pico 2 RP2350 in-stock (not any more)

Got it 4 weeks after announcement... without pre-order.Statistics: Posted by chipace — Wed Sep 04, 2024 6:25 pm

View Article

Troubleshooting • Re: Raspberry Pi 5 USB sticks issue

The issue still exists,tried on a fully updated bookworm,it freezes in usb 3.0 and freezes but less in usb 2.0 flash drives with original psu 5v/5aThey still didn't fix it or it's a hardware issue?If...

View Article


Graphics, sound and multimedia • Re: How to connect sound via analog input to...

Just make sure that you provide a corresponding signal level to the microphone input:https://www.quora.com/Whats-the-differe ... -or-mic-inStatistics: Posted by peppy.player — Wed Sep 04, 2024 6:27 pm

View Article

Image may be NSFW.
Clik here to view.

HATs and other add-ons • Re: Official Foundation Pi 4 case has no holes for...

I think the major problem, as with the tech side, is that people may have different approaches to gaining knowledge: Don't bother. Guess. Assume that the latest blog they've read is correct, without...

View Article


Device Tree • Re: Enabling dtparms in dtoverlay

ok let me test tonight -- will let you know -- I just assumed it was neededOne more question from the Hat+ spec "For power HAT+s, the EEPROM address decodes to a powermode variable that is passed to...

View Article

MicroPython • Re: i2c.scan() disappeared

Thanks, that helped.This fixed it for me:Code: >>> from machine import I2C>>> i2c = I2C(id=0, scl=machine.Pin(1), sda=machine.Pin(0)) # GPIO pin numbers>>> i2c.scan()[87,...

View Article

Troubleshooting • Re: How to replace SMD LED on Raspberry Pi 5?

It's not clear what your issue is.Has the led failed or the pi ? The video shows a fault sequence ? https://support.pishop.ca/article/33-ra ... m%20Micron.Statistics: Posted by gordon77 — Thu Sep 05,...

View Article
Browsing all 4837 articles
Browse latest View live