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

Troubleshooting • Re: NetworkManager - How to set default profile?

Via the connection.autoconnect and connection.autoconnect-priority settings.Code: # disable autoconnect on a connection sudo nmcli c modify <conn-name> connection.autoconnect no # change the...

View Article


General discussion • Re: Printing and Powershell

Where did you get the arm version of powershell?Statistics: Posted by pidd — Fri Aug 09, 2024 8:14 pm

View Article


Camera board • Re: HQ Cam with raspberry pi to create webcam + hdmi stream

I dont have an HQ cam but the commands in the camera documentation work OK for me to stream via UDP or TCP from a pi with a pi camera module to another pi (running vlc or...

View Article

SDK • Re: RP2040 inter thread synchronisation

Code: gpio_add_raw_irq_handler_masked() Adds a raw GPIO IRQ handler for the specified GPIOs on the current core.irq_set_mask_enabled () Enable/disable multiple interrupts on the executing...

View Article

Troubleshooting • Re: Disable low voltage popup in Raspbian (Pi 5)

I recall the low-voltage warning is set at about 4.6V for the 5V rail, though the exact point varies by product and revision and of course the manufacturing tolerances of the monitoring chip.The SoC,...

View Article


Troubleshooting • Re: Raspi5 fails to pip-install PyQt5 in a Python-Venv

I install a venv with system packages like this:Code: mkdir my_projectcd my_projectpython -m venv --system-site-packages envsource env/bin/activateStatistics: Posted by neilgl — Sat Aug 10, 2024 7:25 pm

View Article

Python • Re: How much can I ask a Raspberry pi4b to do?

Can you post a picture of the pi with the devices attached so we can see if there is a wiring issue?(use Attachments to Add file)Statistics: Posted by neilgl — Sat Aug 10, 2024 7:28 pm

View Article

Troubleshooting • Re: Wifi not working in headless installation (Pi 0W)

OK, when using Imager, did you set the "OS Customisation" settings to use yor WiFi details?Statistics: Posted by neilgl — Sat Aug 10, 2024 7:36 pm

View Article


Beginners • Re: How can I drive a vibrating motor by GPIO?

Try three connections:pi 3V3 to controller board Vccpi GND to controller board GNDpi GPIO18 to controller board EN (enable)Then without writng any .NET code or python code, start a Terminal on the pi...

View Article


Troubleshooting • Re: RPi 5 mounting error of portable SSD: Filesystem type...

Hi Thagrol,No, all are standard RPi OS kernels, with correct checksum after the download.After doing a cross-check, by - putting the SD-card with the 6.6.42-v8-16k+ image from the faulty RPi 5 into...

View Article

Other projects • Re: A Birthday Present for Fido

As soon as shifting houses is out of panic mode, my plan is to surprise the dog developer with a Pi 5 NAS enclosed in ceramic tile.viewtopic.php?p=2237589#p2237589see...

View Article

Beginners • Re: Online Editor

FYI Pico runs off firmware and not an OS like the other RPIs. Thonny supports uPython but you can’t use a debugger.Statistics: Posted by DS256 — Sat Aug 10, 2024 8:28 pm

View Article

Camera board • Getting started with RTSP Stream on bookworm

I have an RPi Zero 2 W with Raspberry Pi OS Lite (Bookworm) installed and an RPi Camera v2.1 connected. I'm simply trying to get it configured to stream RTSP.I tried the instructions offered here:...

View Article


Raspberry Pi OS • Re: VNC on Raspberry Pi 5

Just curious.. I'm able to load VNC Server on RPI 5, but it won't start under Wayland. Did you get yours to somehow start the Server function under Wayland? I switched to X11 and it came right up....

View Article

Beginners • Re: Upgrading Pi 4 B to Pi 5

what os is on the rpi4 donglei think the rpi5 requires at least bookwormCode: pi@raspberrypi:~ $ cat /etc/os-releasePRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"NAME="Raspbian...

View Article


Image may be NSFW.
Clik here to view.

Official Display • Official Display not functioning on Pi 5

I have two official 7" displays neither of which will generate an image when connected to a Pi 5 but do display an image if I connect them to Pi 4's and I have exhausted my troubleshooting knowledge....

View Article

General discussion • Re: Pico 2 Micropython problem

It does seem that there are some differences between the USB implementations on the RP2040 and the RP2350. I suspect your regular print() would be keeping the USB connection open, otherwise the COM...

View Article


Beginners • Re: Newbie Question: 32 bit vs 64 bit

Which Pi are you trying to downlaod and install to ? Pi3 / Pi4 /Pi5 / Pizero2 etc.Statistics: Posted by neilgl — Sun Aug 11, 2024 7:46 pm

View Article

Other programming languages • Re: Printing and Powershell

Out-Printer is only available on Windows. This is supposed to be a replacement: 6Print, but I have no idea how it worksStatistics: Posted by scruss — Sun Aug 11, 2024 7:51 pm

View Article

Graphics, sound and multimedia • Re: Adding a SCART/RGB input to RPi5

Thank you all so much for the help.I very much doubt a simple ADC will be enough. At least one of those video signals will have line and frame sync signals that will need to be extracted and...

View Article
Browsing all 5244 articles
Browse latest View live