Compute Module • Re: DS3231 in place of PCF8053
Will I need a similar overlay for the INA219 connected to the same SCL and SDA lines?The INA219 isn't detected at all so you've got a hardware issue somewhere.What INA219 package did you use? The...
View ArticleGeneral discussion • Re: "Contact User" feature broken / disabled?
Yep. EU child protecion ones in this case (there are minors on here).I'd be nice if Raspberry Pi employees and other certified members could be directly contacted.Re: Employees. No it wouldn't. They...
View ArticleBeginners • Re: Chromium is not supported on Rasberry Pi Model B
For some value of ok.... It is easy to have a 3B+ running from an SD card, with the default settings, descend into swapping hell if you open up more than a couple tabs in Chromium. This is almost...
View ArticleAdvanced users • Re: AMA0 RS-485 mode
What value are you using for MOO_GPIO_NO?gpio_ calls and fixed GPIO numbering has been deprecated in the kernel for a fair few releases, and is now actively logging an error if a GPIO controller tries...
View ArticleAdvanced users • Running chromium on Rpi5 using Yocto
2I have a Raspberry Pi 5. I want to get chromium to run on it. I want to build Linux via Yocto.I'm using the Kirkstone branch of Yocto.My local.conf relating to chromiumIMAGE_INSTALL:append = "...
View ArticleRaspberry Pi OS • Re: apt source chromium-browser not work
Or packaging is not supported by this patch and after building all artifacts one need to create packages sort of manually with dpkg-buildpackage?Statistics: Posted by atthe — Wed Jul 10, 2024 12:01 pm
View ArticleRaspberry Pi OS • Re: Xwayland and listen tcp
I've been reading up on socat. Now here's my train of thought:On the X11 machine (where I switch from Wayland to X11) , I see the expected X11 listening port:pi@raspi5 ~ $ ss -lnp | grep 6000tcp...
View ArticleTroubleshooting • Re: Bluetooth does not work on Raspberry Pi Zero 2W:...
I did a reboot, and now all the spam is gone. Thanks for the nudge!Statistics: Posted by henrik242 — Wed Jul 10, 2024 12:03 pm
View ArticleNetworking and servers • Raspberry Pi 3a can't auth at wifi AP with Bookworm
Hy!Installed a bridged wifi AP on a raspi 2B v1.2 with Bookworm light/NetworkManager according to official documentation.viewtopic.php?t=373459#p2235728All my wifi clients happily connect to this AP,...
View ArticleTroubleshooting • Solved: rtl-wsprd makefile error
I'm trying to setup a raspberry Pi 3 as a Weak Signal Propagation Reporter.Following the readme from https://github.com/Guenael/rtlsdr-wsprd.gitWhen I run make I get the error:Code:...
View ArticleBeginners • Re: RPI 4 Model B DSI LCD Display Issue on Android 13
There is as far as I'm aware no; "official support" for Android on Raspberry Pi; but there seem to be several unofficial alternatives.Which one are you using?I'm using Android 13 on my Raspberry Pi 4...
View ArticleTroubleshooting • Solved: Re: rtl-wsprd makefile error
I missed some dependencies. Statistics: Posted by morphy_richards — Wed Jul 10, 2024 12:14 pm
View ArticleTroubleshooting • Re: RPi 5 HDMI issues.
Can you test with an RPiOS bookworm image?That will tell us if you have a driver issue (that will likely affect both) or an Ubuntu image issue (perhaps their kernel is missing some needed...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
Thread title is "New Raspberry Pi Products" not "New Official Raspberry Pi Products". When starting the thread I meant Official. That is implicit because anything third-party would be "New Product for...
View ArticleAdvanced users • Re: HOWTO RPi zero 2W with Scarthgap Yocto 5.0
I would like to help you, but I have the problem (with Scarthgap) on my RasPi4.The target machine for Yocto is set over the MACHINE ?? entra in conf/local.conf for you system I would recommend MACHINE...
View ArticleCamera board • Re: Red Hue When Using IR Filter with V3 NOIR
I have run into another issue!The new tuning file gets rid of the red tint from the image when the IR filter is closed and blocks out infrared light. However, when the filter is open and the infrared...
View ArticleTroubleshooting • Firefox hangs on Pi 4B 1GB Bookworm
Pi 4B 1GB, Bookworm Desktop 32-BitWhen I launch Firefox it completely hangs my Pi quite soon after opening and requires a power-pull reset.Chrome works just fine.So is this just a lack of memory on my...
View ArticleGeneral • Re: What percentage of MicroSD card supports SPI and FatFS
It is clearly stated in SD Specifications Physical Layer Simplified Specification and other documents that SDUC cards larger than 2 TB do not support SPI mode.My PDF reader seems to not support their...
View ArticleTroubleshooting • Re: Kali Linux with Pi5
I am trying to get my new Pi5 (8gb) to boot into Kali linux.[ ... ]Any thoughts?viewtopic.php?t=1243https://www.kali.org/community/@wildfire and @B.GoodeIf Kali Linux is not supported then why is this...
View ArticleGeneral discussion • Re: Timer
Do you mean on a Raspberry Pi running Linux (Raspberry Pi OS, or other)?If so, use crontab or systemd timers.User thagrol has posted a Guide to using crontabYes using pi4. I want to get output on GPIO...
View Article