General discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
Hey, I have a Raspberry Pi with Raspberry Pi OS on it and was wondering if i could get PINN on it while keeping all my data for Raspberry Pi OS. Is this possible? and If So, how do I do it?...
View ArticleOfficial Display • Re: 'Tap to wake' Touch Display is risky
well, for some reasons folks at RPT have decided to implement an MCU on the display which deals with the backlight as wellbacklight is part of the display_mcu (on old displays it was an ATtiny, maybe...
View ArticleRaspberry Pi OS • Re: where to report wrong statement in wf-recorder man page?
Current man page:Code: ...EXAMPLES To select a specific part of the screen you can either use --g geometry or use https://github.com/emersion/slurp for interactive selection of the screen area that...
View ArticleCamera board • Re: Using IMX676 with Pi Compute 4
If you have an Nvidia Jetson driver, then converting it to the V4L2 subdev framework shouldn't be too involved. Largely a big block of registers are written to configure the mode when starting...
View ArticleTroubleshooting • Re: sudo apt update not working
Get rid of https://packagecloud.io/akopytov/sysbench/debianThe same version of sysbench is in the Debian repos.$ policy sysbenchsysbench: Installed: (none) Candidate: 1.0.20+ds-5 Version table:...
View ArticleGraphics programming • Re: Only single DRM plane on 7" display
Thanks 6by9. That would explain it. It's indeed a Pi5. So implementing writeback composition it is then!Statistics: Posted by dividuum — Fri Nov 08, 2024 1:01 pm
View ArticleOfficial Display • Re: Is there an official case for Raspberry Pi Touch...
I bought the new display 2 but only now I understand that my pi5 cannot be mounted on top because it has the Pi hat Ssd with active fan on top. Is it possible that they did not provide for mounting...
View ArticlePython • Re: RPi Pico and hardware interrupts
Micropython supports hardware interrupts, but this is for Pin and since the latest changes also for UART available.- https://docs.micropython.org/en/latest/ ... ne.Pin.irq-...
View ArticleSDK • Breakpoints on Exceptions
Hi allAfter switching from the windows v1.5.1 setup-kit to the latest VS-Code + Plugin and SDK V2.0 im struggle with debugging my project with the picoprobe. The reason for the update were some...
View ArticleBeginners • Re: Kiosk tutorial does not work with labwc
Have any of you gotten Code: sudo apt install squeekboard wfplug-squeek and then used squeekboard to have a easy autohiding on-screen keyboard as per: https://www.raspberrypi.com/news/a-new- ......
View ArticleGraphics, sound and multimedia • Re: Surveilance Cameras in a 2x2 matrixpi5
Have you looked at zoneminder?Statistics: Posted by neilgl — Sat Nov 09, 2024 11:43 am
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Xorg and official touchscreen
Hullo!I am running raspberry pi OS "bookworm" on a model 3B.I am using Xorg to run openbox as a stand-alone window manager, no desktop environment and no graphical login, which means i start Xorg by...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Many I2C-Devices on one Raspberry Pi
Do they all have to actually connect to the Raspberry Pi, could you connect to PiPico for example?There are multiple GPIO and i2c busses on the 4 and 5 you can use together.(Sorry got interrupted for...
View ArticleTroubleshooting • Re: Volume control with momentary buttons, works but not on...
So it works in Thonny, does not work when run @reboot in crontab.Have you tried running from the CLI instead of running in Thonny? It seems like you are not using a virtual environment so Thonny may...
View ArticleAutomation, sensing and robotics • Re: A way to keep my cats out of the kitchen
cats are evilget a water pistol & shoot themafter a bit, it's enough to leave the pistol empty where they can see it, like the cucumber trick It's too bad one of the cats actually doesn't mind...
View ArticleTroubleshooting • Re: Raspberry Pi 5 USB sticks issue
This is fixed now, at least for me. Tried a few weeks ago after I talked to @dom in another thread about it. So a fully updated RPiOS has no problems anymore with this, so mark the thread as solved...
View ArticleBeginners • Re: Is there an easy to use snipping tool for Raspbian 5?
Maintain a set of note on commands that you need occasionally, but don't remember the details. If you use them enough, you'll remember how. There are also the man pages (try "man man") and other...
View ArticleBeginners • Re: PI OS Upgrade: Buster to Bookworm
So, I do indeed have lots of experience with setting up Linux machines and getting them to do what I want.But, this enforced manual upgrade to Bookworm is, in my humble opinion, somewhat idiotic. I...
View ArticleRaspberry Pi OS • Re: Where to begin - errors in the latest OS Upgrades?
Pi5 running Bookworm 64-bit with all updates as at 09 Nov 2024, labwc disabledStart hotspot using Code: sudo nmcli device wifi hotspot ssid NameOfNetwork password AardvarkBadgerHedgehogConnect Win 11...
View ArticleRaspberry Pi OS • Re: 2 kernel versions on PiOS Bookworm
If you don't swap SD-cards you can remove all kernel architecture flavors not in use on the particular Pi.So in your case remove the v8 one.Statistics: Posted by redvli — Sat Nov 09, 2024 12:54 pm
View Article