Quantcast
Browsing all 4862 articles
Browse latest View live

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

OP checking in 8 months later... I have finally made the jump to using the Pi 5 as my daily driver. Some thoughts after a week of running on the Pi, using the 64 bit Bookworm Raspberry Pi OS:...

View Article


Troubleshooting • Re: Pi connect - screen sharing not working

Yes. Running Desktop versionStatistics: Posted by marcorossiswe — Thu Aug 29, 2024 1:00 am

View Article


Advanced users • Re: Argon One Replacement Daemon

Hi, I am using the script with OpenWrt 23.04.5 and a Raspberry Pi 4B, it is working fine, I have couple of questions:1.- During the install process I have selected in git different branches to see if...

View Article

Image may be NSFW.
Clik here to view.

General • RP2040: Substantial PIO jitter in I2S clock

I'm implementing an I2S output using the PIO code from the pico-examples:Code: ; /--- LRCLK ; |/-- BCLKbitloop1: ; || out pins, 1 side 0b10 jmp x-- bitloop1 side 0b11 out pins, 1 side 0b00 set x, 14...

View Article

Raspberry Pi Connect • Firefox compatibility

Hi,Using the Connect Console with a PI zero 2w.When I use firefox, it works properly at first, but after a while, all typed characters are duplicated. This then gets worse as time progresses.E.g. on...

View Article


General • Re: Pico2 easy upgrade or nightmare?

I've order a Pico2 so now I need to modify the cmake file to see if it will build for the pico2 the only thing is thisCode: cmake_minimum_required(VERSION 3.13)set(PICO_BOARD vgaboard)#include build...

View Article

General discussion • Re: Implementing Vcgecmd And Exporting to Prometheus

something to keep in mind, is that pi5 and previous models, use a different ioctl for the vcgencmdon pi0-pi4, vcgencmd runs over vchiqbut on the pi5, vchiq was just deleted, and its now over the...

View Article

MicroPython • BSTI PIO interface - for you

I have implemented a BSTI interface with RP2350 PIO. The code is below.What is BSTI?It is similar to MDIO, with the exception, that we have separated MDOUT and MDIN signals (not using a bidirectional...

View Article


SDK • Re: Linux running on the Raspberry Pi Pico2 ?

something ive looked into, was running XIP linux on the rp2350the biggest barrier there, is the ALTERNATIVE() mechanism, which needs an MMU when doing XIPthat would greatly reduce the ram usage, since...

View Article


General • Re: Latest Getting Started document removes SWD instructions

I haven't tried it but I believe SWD via GPIO does work, just rather slower than ideal.the old docs use the bcm gpio driver, which isnt compatible with the RP1 in the pi5i had figured out how to flip...

View Article

Beginners • Re: Image-backup unable to take backup :: seeing loop device full

Have you found a solution?I'm having the same problem.I am using the --inplace rsync option and even hardcoded that in the image-backup script.Statistics: Posted by skecher — Thu Aug 29, 2024 2:04 am

View Article

MicroPython • PICO PIO IRQs - max. speed is 1/4 of SYS CLK

I tried to use IRQs for synchronizing other PIO state machines (SM) with a free running clock generator.The idea is this: have one SM just generating an endlessly running clock (as "clk" source) let...

View Article

Python • Re: Button to restart Pi, button to restart program

Thank you for all of the suggestions. I was unable to get any of them to work, but I did find out that I can just create a countdown timer that allows the buttons to be detected because there is only...

View Article


Raspberry Pi OS • Serial Port assignments

I have a Raspberry Pi Zero 2 W. I already setup up the serial Port at GPIO14,15 as a serial console and that is all working. I documented my steps at https://www.quietwind.net/wiki/doku.php ......

View Article

Troubleshooting • Python and Systemd. Program keeps restarting imediately.

I am attempting to use systemd. Here is the contents of my file:Code: [Unit]Description=Auto ferment monitor...

View Article


Troubleshooting • Pi5 wlan0 disappeared

We have two raspberry pi5s purchased this spring. Both boot from uSD, and one of them recently fails to connect to wifi, though the wired internet works.We always let them autoupdate, but I tried...

View Article

Troubleshooting • Re: Pi5 wlan0 disappeared

You didn't provide the important part of the system journal.Please post the output from: journalctl -b | grep -E "NetworkManager|wlan0"after the system has booted with the wlan0 failing to...

View Article


Troubleshooting • Re: Raspberry Pi 4 B - Can't stream live video from 2 USB...

Are you running Bookworm or Bullseye on that Pi4 ?I'm running Bookworm on my raspberry Pi 4.Statistics: Posted by SamMars — Fri Aug 30, 2024 12:55 am

View Article

General • Re: Pico W pull-up voltage gone

I do believe I damaged those inputs with the TTL interface current when open.My plan is to get small 12 v relays (motion sensors are 12v powered)and use them to provide true dry contact output. Then...

View Article

Troubleshooting • Re: Python and Systemd. Program keeps restarting imediately.

It is hard to tell what is happening from the information here. You have told the service to restart on errors.Code: Restart=alwaysLooking at your previous posts, it looks like you wanted information...

View Article
Browsing all 4862 articles
Browse latest View live