Interfacing (DSI, CSI, I2C, etc.) • Re: DSI bug on Pi 5
If it's now returning to LP11 state, then the "HS timeout" bug will no longer apply, and the PR changes are not needed.It would however be quite helpful if you could test the PR just to verify there's...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Interfacing DSI on pi 5 to ICN6202
dtoverlay=vc4-kms-dsi-generic is only going to configure DSI to generate pixel data. It won't configure a bridge of any form, and certainly not by sending commands over the DSI interface.If you want...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Learning MIPI DSI on PI 5
I see Nexus 7 2nd gen 1200x1920 lcd runs with pi compute module with some overlays. That JDI lcd is command mode lcd, how did they implement the commands in the driver?JDI LT070ME05000 is NOT a...
View ArticlePython • Re: Using Python to patch a binary.
A common new method is to use the webbrowser. And ask the user to install a serial capable web browser?No, just use their default web browsers. All modern browsers can use serial connections to...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Need info about DSI Connectors on PI5
Please stop creating multiple threads about the same topic.viewtopic.php?t=373442 covers almost exactly the same questions as this, so I'm locking this one.Statistics: Posted by 6by9 — Tue Jul 09,...
View ArticleCompute 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 ArticleBeginners • Re: RPI 4 Model B DSI LCD Display Issue on Android 13
There is apparently an "android 14" for Raspberry pi toohttps://konstakang.com/devices/rpi4/AOSP14/Have you tried that one?Statistics: Posted by kip_the_elder — Wed Jul 10, 2024 11:11 am
View ArticleTroubleshooting • Re: Bluetooth does not work on Raspberry Pi Zero 2W:...
Have you looked at this?https://github.com/victronenergy/venus/ ... enus-imageDoes BT work OK on the same machine in the same location, with the same case and power supply under raspberry PI...
View ArticleTroubleshooting • Re: Emergency mode after running rpi-update
Why did you run rpi-update in the first place??Statistics: Posted by kip_the_elder — Wed Jul 10, 2024 11:31 am
View ArticleAutomation, sensing and robotics • Does RPi Zero W 2 has enough memory for...
For a weather station (low speed), does RPi Zero W 2 has enough memory to do below work. At one updata per minute, is some disk swapping acceptable? (a bit slower. Frequent write may be ok by using...
View ArticleCamera board • Re: Red Hue When Using IR Filter with V3 NOIR
Success!For some reason py3exiv2 didn't like running in venv so had to install system wide and it worked.Thanks for your support with this.Best,JamieStatistics: Posted by jwainwright87 — Wed Jul 10,...
View ArticleGeneral • Re: Cannot attach to Pico W AP
Other than 'essid' not being what I would use I can't see why it doesn't work. This is what I have used and that has worked for connecting from an Android phone and another Pico W but I didn't test...
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 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 Article