Camera board • Re: Raw Reprocessing in 2024
+1 This is a very useful feature to have, I hope we can get it soon.Statistics: Posted by schoolpost — Thu Aug 29, 2024 12:01 am
View ArticleTroubleshooting • i2c device not showing
I am attempting to hook up an ADXL345 accelerometer to my Raspberry Pi Zero 2 W but have not been able to get the sensor to show on sudo i2cdetect -y 1. I have enabled i2c through sudo raspi-config...
View ArticleNetworking and servers • Re: Bullseye via Network Bridge on Bookworm
As you may or may not know, sdm has a relatively new plugin to create a hotspot, so I thought I'd see how it did with your challenge. After enabling ethernet-to-ethernet bridging in the plugin, I was...
View ArticleGeneral discussion • Re: Using USB for first boot
This is the cable that I'm using https://www.adafruit.com/product/954Statistics: Posted by cepi — Thu Aug 29, 2024 12:46 am
View ArticleGeneral 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 ArticleTroubleshooting • Re: Pi connect - screen sharing not working
Yes. Running Desktop versionStatistics: Posted by marcorossiswe — Thu Aug 29, 2024 1:00 am
View ArticleAdvanced 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 ArticleGeneral • 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 ArticleRaspberry 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 ArticleGeneral • 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 ArticleGeneral 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 ArticleMicroPython • 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 ArticleSDK • 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 ArticleGeneral • 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 ArticleTroubleshooting • Re: Wi-Fi slow on RaPi5?
Solved.RaPi5 runs too hot around 50C.Putting an external fan over the CPU drops to 25C and Wi-Fi improves when reducing down to ~35C.Statistics: Posted by eiger3970 — Thu Aug 29, 2024 11:42 pm
View ArticleBeginners • Re: Help with duplicating Pi4 OS on another Pi4
Yes, you can backup to a USB stick, and it will be bootable on another Pi that supports USB boot.Statistics: Posted by rpdom — Thu Aug 29, 2024 11:46 pm
View ArticleTroubleshooting • Re: Autostart with Chromium in Kiosk mode don't start
If you are using latest Raspbian that no longer works. 1. To start something automatically add an autostart entry to wayfire.ininano /home/$USER/.config/wayfire.iniI am using the 32-bit Bookworm...
View ArticlePython • 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 ArticleRaspberry 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 ArticleTroubleshooting • 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