Compute Module • Re: DS3231 in place of PCF8053
The INA219 Python library looks like it must use i2cdev ("/dev/i2c-0", etc.) to talk to the hardware. Provided you tell it which I2C bus to use by passing a "busnum" parameter to the constructor, it...
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 ArticleBeginners • Re: Before I buy a Pi5
4. No I cannot usefully rdp into it from a PC nor use VNC since VNC is "broken" in terms of incompatibility with wayland. Gave up on that ... a real pity. I understand that "Works for me" can be...
View ArticleGraphics, sound and multimedia • Attempting to synchronise LED flashing...
I am trying to synchronise neopixel LEDs flashing with a video being played using a Raspberry Pi 3B+ and the Python wrappers for libVLC (VLC player). For example, I want the LED to flash red at...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Interfacing DSI on pi 5 to ICN6202
The question is , is it possible to edit and adapt the icn6211 driver?The driver is here https://github.com/raspberrypi/linux/bl ... -icn6211.cSo why shouldn't you be able to either update it so it...
View ArticleMicroPython • Re: Bluetooth Extended Advertising with MicroPython on...
Now, the problem is that I need to transmit in extended adverting mode, since the amount of data to transmit (each 90 seconds) is about 80 bytes. The standard advertising mode allows only to transmit...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Need info about DSI Connectors on PI5
..Thank you very much All my doubts about the connectors have been cleared.Sorry, but as pinout is the same as with CM4IO connectors why have there been any doubts (as one can simply find that info...
View ArticleOther projects • Re: Raspberry pi 5 UPS with 12v Buck converter
I used a short 30cm USB type A to type C cable directly from from the usb port of the 3606 board. Haven't run any tests but I have connected below mentioned peripherals and ran continuously without...
View ArticleHATs and other add-ons • Re: AI Kit + NVMe SSD ?
Pi5 PCIex1 doesn't meet PCI Gen3 jitter specification.Anyhow, you can follow the same approach as RPT when specifying the HAILO accelerator...
View ArticleAdvanced users • Re: AMA0 RS-485 mode
"1. What evidence do you have that it is still in RS485 mode?"The issue is that switching to RS-232 doesn't seem to work, as the communication only operates in one direction.The driver RS485 mode...
View ArticleRaspberry Pi OS • Re: SBOM (Software Bill of Materials) for Raspberry Pi OS
I think the .info unfortunately does not contain any licensing information which typically is included in a SBOM file and is required for CRA. Debian (and clones) store that per package.Code: cat...
View ArticleGraphics programming • Re: RPi5 HW graphics acceleration
I'm using an RPi5 with two cameras for 3D depth map generation.I'm capturing video streams via rpicam-vid.I'm currently doing several steps in SW:1. Converting yuv420p frames to RGBWhy?libcamera can...
View ArticleInterfacing (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 ArticleMedia centres • Re: Kodi 21 (Omega) on RPiOS Bookworm
On the Kodi forum someone mentioned launching Kodi with '--audio-backend=pipewire'. So in my desparation I tried this. I am now able to switch my audio devices mid-session I haven't been able to bring...
View ArticleRaspberry Pi OS • Wifi broken on 64-bit image after all 2022-04 releases...
Also described here -> viewtopic.php?t=366270#p2217190The firmware upgrade that happens after all 2022-04 releases or with newer installations still breaks wifi functionality on the RPI Zero 2W,...
View ArticleRaspberry Pi OS • Re: Xwayland and listen tcp
and for those of you who suggested switching from Xwayland to X11 with raspi-config: my Raspberry Pi 5 runs that config flawlessly. See the old DECwindows clients, and the error message while trying...
View ArticleHATs and other add-ons • Re: Help Needed - EM060K-GL LTE Cat-6 HAT
HelloIf you have any questions about waveshare products, you can send an email to support@waveshare.com and we will be happy to answer your questionsStatistics: Posted by aBUGSworstnightmare — Wed Jul...
View ArticleTroubleshooting • Re: Cannot install updates, clock not synchronized
My system doesn't have anything called clock_adjtime - at least not in the man pages.It has adjtimex(2) (*) and ntp_adjtime(3). Although they are actually documented together, nominally in section 2,...
View ArticleAutomation, sensing and robotics • Re: Control Relay module without using...
I have a single USB relay module. Can’t remember exactly as I am on holiday in Canada now. The commands I think I send to it are USB relay on: A0 01 01 A2USB relay off: A0 01 00 A1The second byte (01)...
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?Statistics: Posted by kip_the_elder — Wed...
View Article