Interfacing (DSI, CSI, I2C, etc.) • Need info about DSI Connectors on PI5
Hi, Im trying to drive a DSI lcd with raspberry pi 5. The physical connectors on the board are labelled as CAM0/DISP0 and CAM1/DISP1. When i tried vc4-generic dsi overlay the screen layout editor...
View ArticleMicroPython • Bluetooth Extended Advertising with MicroPython on Raspberry Pi...
Hello everyone,I am developing an application in MicroPython on Raspberry Pi Pico W that transmits data acquired from a sensor through Bluetooth in advertising mode.I have some experience in Raspberry...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Interfacing DSI on pi 5 to ICN6202
..This is a hobby project so mainline support wasn't necessary. I need some help only with getting the dsi up and running and send some commands as im very new to this. VC4 generic dsi driver doesnt...
View ArticleAdvanced users • Re: AMA0 RS-485 mode
"If you want help to understand the problem then it would be wise to try options which are suggested to you, otherwise people lose interest very quickly."Full understand, I checked, same. We can...
View ArticleHATs and other add-ons • Re: AI hailo rpi5 examples question...
The Pi 5 ISP will allow you to generate 2x image streams - 1) a "viewfinder" size stream for display, and 2) a smaller "inference" stream for passing into the Hailo accelerator. Unfortunately right...
View ArticleRaspberry Pi OS • Re: SBOM (Software Bill of Materials) for Raspberry Pi OS
@jamesh we need the SBOM for a customer of ours, that is in the transitioning phase of being EU CRA compatible. He requires all his suppliers to provide SBOM for all provided software. All our...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Need info about DSI Connectors on PI5
1. Just want to make sure if DSI-1 corresponds to CAM0/DISP0 connector and DSI-2 corresponds to CAM1/DISP1.That's the same with HDMI. On the board numbering starts with 0 while Linux starts with 1.2....
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Learning MIPI DSI on PI 5
it's not the overlay which sends DSI commands, It's the driver - if needed.for the LCDs which do not require an init (and/or power on) sequence you can use the dsi_gerneric overlay...
View ArticleNetworking and servers • Network Manager vs. dhcpcd - Fallback IP address
Hi,I used static IP fallback (192.168.96.210/24) configuration with dhcpcd on Bullseye. Now I want to configure the same feature with Network Manager on Bookworm.My profile config switches to static...
View ArticleMicroPython • Re: Bluetooth Extended Advertising with MicroPython on...
Is there a way to use the Bluetooth advertising extended mode in micropython?I don't have an answer for you, other than to observe that MicroPython, including the port to rp2/pico boards, is developed...
View ArticleCompute Module • Re: DS3231 in place of PCF8053
Hi Phil,I wasn't getting anything running those commands when the resistors were still in placeCode: pi@cm4bull:~ $ i2cdetect -li2c-20i2c fef04500.i2c I2C adapteri2c-10i2c i2c-22-mux (chan_id 1) I2C...
View ArticleNetworking and servers • Re: Docomentation - Bridging in Bookworm
...on both APs (same SSID) there are Ralink wifi usb sticks:Code: sudo lsusb -vBus 001 Device 004: ID 148f:5372 Ralink Technology, Corp. RT5372 Wireless AdapterDevice Descriptor: bLength 18...
View ArticleBeginners • Re: RPI 4 Model B DSI LCD Display Issue on Android 13
Yes, that's correct. The screen works fine on Raspberry Pi OS (Debian-based), but I'm having trouble getting it to work on Android 13. When I boot up with Android, the screen initially shows the...
View ArticleGeneral programming discussion • WiFi captive portal and email
Hello,on Raspberry Pi OS lite, I installed RaspAp and nodogsplash, the captive portal launches well when you connect to WiFi, but I would like the user to provide an email address (that I would keep...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • SN65DSI84 based solution working on Pi5
With the files from that pull request added to my system the screen is not coming alive as the bridge is not getting initialized (no device on 0x2c)Code: pi@Pi5-4-SN530:~ $ ls...
View ArticleTroubleshooting • Wayfire problem with python app not going fullscreen, and...
Environment is a Pi4 (2GB RAM or 4GB RAM, tried both) with updated bookworm 64bit.I have a python app which uses tkinter.Obviously, on bookworm running on a Pi4, I have three options for desktop,...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: DSI bug on Pi 5
So (just to summarize) the Pi 5 is producing timings very close to those requested, with a DSI clock exactly 24/2 times the pixel clock. But you note it might be in LP11 state for too short a time...
View ArticleBeginners • Re: Creating a Pi Box for Phone to Phone transfers?
I should've been a little more.clear lol. I work at a job where I'm constantly transferring people's data from old and sometimes very old phones to newish and newer phones. Apps like Samsung Smart...
View ArticleAutomation, sensing and robotics • Re: Control Relay module without using...
Do you have a specific device in mind or already purchased ? Then provide a link to manufacturer, product page.Many manufacturers provide information about technical connections, protocol definitions...
View ArticleRaspberry Pi OS • Re: Xwayland and listen tcp
No luck so far. I modified /bin/xwayland-xauth as follows, but it is never started, neither on boot nor after a connection attempt of the remote X client.Code: #!/bin/shecho "$(date) $@" >>...
View Article