Troubleshooting • Re: Cron not running Python script
Hi all,Thank you for your replies. Especially the link to the beginners guide helped a lot.In the end, I could fix it by simply adding DISPLAY=:0 to the crontab.The scripts were opening the browser,...
View ArticleBeginners • Re: Induction sensor PNP with Raspberry pi
It would be better if the PNP open collector drives an LED in an opto-isolator the isolated side of which runs ground to GPIO pin."Open Collector" is often generically misused to mean low-side...
View ArticleBeginners • Re: How to deactivate the red LED when Raspberry Pi 5 is shut down?
OP wrote:How can I deactivate the red LED of my Raspberry Pi 5 when it is shut down?It's either possible, or not possible. If it's possible please state how.Statistics: Posted by ame — Mon Jul 08,...
View ArticleBeginners • Re: USB SSD as Boot drive
I am relatively new to Raspberry Pi, have been using various GNU/Linux flavours for about 10 years, I have bought two Pi's to play around with, a Pi 400 and a Pi 5. I have installed Raspberry PiOS on...
View ArticleTroubleshooting • Re: Things to do with system clock (top left) [FIXED]
<snip> %u day of week (1..7); 1 is Monday ..................................... does not work system clock<snip> %w day of week (0..6); 0 is Sunday ........................................
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: 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 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 ArticleRaspberry Pi OS • Re: Xwayland and listen tcp
A thought occurs: if you're more familiar with X and don't want to deal with Wayland, sudo raspi-config is able to switch between the two. Look under "Advanced Options".Statistics: Posted by thagrol —...
View ArticleBeginners • Re: Before I buy a Pi5
Thanks ! Pi 5 is now on back-order. Setup an old 4B 8Gb with the new bookworm in the meantime, to get a feel for it.Ended up needing to share the monitor via the ports in it, the PC is DisplayPort 1.4...
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 Article