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

Troubleshooting • Re: [Solved] USB port errors when coping data

ThanksStatistics: Posted by neilgl — Tue Feb 20, 2024 4:47 pm

View Article


HATs and other add-ons • Re: Pimoroni NVMe Base with Lexar NM790 SSD

Page 97 of MagPi #138, the "Next Month ..." advert.That refers to the new HAT+ standard that guarantees HAT+ compliant HATs are compatibile with the deeper sleep mode where the 3V3 rail is disabled....

View Article


Raspberry Pi OS • Re: searching for an updated version of a package (not main)

I prefer not to add sid to my sources.lists, but manually pull the required debs from whichever repository when needed. I wasn't aware that kicad 7.1.10 was ready, so I just downloaded the deb files...

View Article

Graphics, sound and multimedia • Re: capture_circular_stream.py - can't see...

The capture_circular_stream.py uses sock.bind(("0.0.0.0", 10001)) so it is listening on port 10001And mjpeg_server.py uses address = ('', 8000) so it is using port 8000Statistics: Posted by neilgl —...

View Article

Troubleshooting • Re: Appears to be no fan curve or a very steep one

I have the official case. I tried the config.txt change and nothing just goes full speed. This one has me scratching my head. Wondering if something wrong with my fan but I see the rpm so appears...

View Article


MicroPython • Re: Raspberry Pi Pico IR Receiver

This should work to show when an IR button is pushed to at least prove the hardware is working ...Code: from machine import Pindef KeyPressed(): print("Key pressed")ir_rx_pin = Pin(16,...

View Article

Beginners • Re: How to setup static IP address on Raspberry Pi OS 64bit bookworm

If you want to stick with network manager the tools you'd use are nmcli or nmtui. The former is pure commandline, the latter uses a text menu based interface.Statistics: Posted by thagrol — Tue Feb...

View Article

Image may be NSFW.
Clik here to view.

Advanced users • Re: Combine HDMI and DSI displays into one large virtual screen

Hi all,I have a Raspberry Pi 4 with two touchscreens attached:A) 1920*720 HDMI/USBB) 1280*800 DSIThanks to 6by9's incredible work, I've managed to get both screens to work, including correct touch...

View Article


Advanced users • Re: RASPBERRY PI TV hat

There are also our devices available Single and Dual DVB-S/S2/S2X USB 2.0, they are well supported with the Raspberry PI and include a streamingserver.https://shop.sundtek.com/DVB-S-S2-S2X/Aside of...

View Article


Image may be NSFW.
Clik here to view.

HATs and other add-ons • Pi 5 Official fan + HAT(s)?

I am almost certain I have seen a topic on this subject before, but I can’t find it: I have a Pi 5 + the official fan/heatsink. It doesn’t block the GPIO, but it offers no space for a HAT on top of...

View Article

Image may be NSFW.
Clik here to view.

General • Re: Pico W with GYBMEP BME/BMP280

So got a 3.3V BME280 (https://www.amazon.co.uk/dp/B0C7KQY9Q6) and a different library (https://github.com/robert-hh/BME280/) and now getting what I would call 'sensible' values.I should point out that...

View Article

Troubleshooting • Re: RPi5 shutting down on load

In the logs on Github after the reset this text is presentCode: PM_RSTS: 0x00001020PMIC reset-event 00000000 rtc 65cd24d1 alarm 00000000 enabled 0The PM_RSTS is not 0x1000 which suggests that the SoC...

View Article

Beginners • Re: Rpi zero 2 and waveshare 7 inch dpi LCD

Just a shot in the dark but do you have the display oriented properly? Could it be backwards on the Zero?I dont think so display is on, after connecting power it shows that it starts up but nothing...

View Article


Device Tree • Re: Pi5 - overlay for enabling 3 SPI interfaces and using RP1...

Why are you trying to define the RP1 PWM node? It's already defined by https://github.com/raspberrypi/linux/bl ... #L380-L388It's then aliased to pwm0 and pwm by...

View Article

Image may be NSFW.
Clik here to view.

Français • Re: gpio c++

salut les gars ! au secour au secour !!!!ma carte SD ne demarre plus , ilisible sur un autre ordinateur ! donc j'ai tous formater ! j'avais une autre carte SD raspberry blueseye toute neuve , mais la...

View Article


Advanced users • Re: How to check the pi4 official fan's status?

I can’t get to that pi now, but I can look into anything you need and reply later.The fan works fine at all temperatures, and is mostly off, but it starts spinning at top speed when the pi is shut...

View Article

Graphics, sound and multimedia • Re: Raspberry Pi5 and VGA666

It's easier for you to try it than for us to guess! But I think it's likely that it will support progressive modes (like the one above).If there are problems, I imagine they are more likely to come...

View Article


Troubleshooting • Re: [SOLVED] dmesg : "raspberrypi-firmware...

I'm testing without the USB 3.2 hub and only with the USB keyboard and mouse to the USB2.0 ports and the Ethernet cable; the "vcgencmd get_throttled" command is always at 0x0 value. But after a while...

View Article

Troubleshooting • Re: Wayland: Switchind display off and on again is not working

This does not work for me, the off command is already not working anymore:Code: pi$ WAYLAND_DISPLAY="wayland-0" wlr-randr --output HDMI-A-1 --offfailed to connect to displaypi$...

View Article

Beginners • Re: SPI Question

Digital flame detectors (end of line resistance: 10kohm; alarm resistance: 1kohm)Digital smoke detectors (end of line resistance: 10kohm; alarm resistance: 1kohm)Various push-buttons (end of line...

View Article
Browsing all 4821 articles
Browse latest View live