Raspberry Pi OS • Re: KDE Plasma 5 or 6 on 4b (4GB RAM) with good performance?
I am on KDE-Plasma for the last 4 months or so since i got my Pi-5. It is running perfectly. I installed it over RPIOS Lite version. There are other options like Manjaro which also comes with KDE, but...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Pi 5 Waveshare DSI 4.3 inch...
@RadimKI have found the issue. The issue is that in kernel 6.1.74 and kernel 6.1.77 alleged i2c_designware fixes actually messes up the I2C bus (at least for our device, I can't speak about the...
View ArticleGeneral • Switching power supply between usb and batteries
I'm building a game/controller based on the Raspberry Pi Pico using CircuitPython. I would like to include a charging method similar to a console controller, where, when connecting the controller via...
View ArticleDevice Tree • Re: PWM driver questions
Code: compatible = "brcm,bcm2835"; /* PWM0 function */ fragment@0 { target = <&gpio>; __overlay__ { pwm_pins: pwm_pins { brcm,pins = <12>; brcm,function = <4>; brcm,pull =...
View ArticleMicroPython • Re: How to configure a 4 pin PIR sensor
On page 7 of the datasheet it has on time = 2 seconds with a resistor of 0 ohms (0R) i.e. connected to ground. That is "Connect pin #2 to ground (on time of 2 seconds)"Have a look at gpiozero python...
View ArticleBeginners • Re: libcamera-vid fails when running headless
Can you edit the post to include code tags around the python code so that the indentation is preserved.Then we can easily look at it.Statistics: Posted by neilgl — Sun Mar 03, 2024 7:58 pm
View ArticleGeneral • Re: Switching power supply between usb and batteries
Upon reviewing the datasheet, I am gradually realizing that they are indeed addressing this possibility. Since Vbus is connected to the USB, the statement:"The simplest way to safely add a second...
View ArticleBeginners • Re: I am looking to setup a pi zero in ad-hoc or access point...
As stated, I am looking to set up a pi zero in ad-hoc or access point mode... I am unable to find any newer guides on doing this with Pi OS, Bookworm.I could be wrong but I believe that ZERO is only...
View ArticleHATs and other add-ons • Re: Raspberry Pi 5 PCIe Bus Error - ASM1166
To add further to this; today I updated the firmware on the ASM1166 6 port nvme sata card, and no change, though raspbian does not crash on boot now - until I connect a sata drive.(...)Which firmware...
View ArticleMedia centres • Re: Peppy player
Once peppy player is disabled and the Pi is rebooted there is no console at all. Sure, I can run the calibration program from SSH but doesn't make real sense when there is no ref point shown.That's...
View ArticleBeginners • Arduino create agent for Raspberry Pi 5, arm64
Is there a way to get Arduino create agent on my Raspberry Pi 5?arduino-create-agent on GitHub is for amd64, but I have arm64.https://github.com/arduino/arduino-crea ... t/releasesStatistics: Posted...
View ArticleBare metal, Assembly language • Re: Need help with assembler OPcodes and gdb
Thank you! That sheds some light on it. I'll be digging into 64-Bit assembler - another option I'm considering is reverting to the 32-bit version.Statistics: Posted by gyrogearloose — Mon Mar 04, 2024...
View ArticleBeginners • Re: Arduino create agent for Raspberry Pi 5, arm64
Have you already tried their instructions on github “How to compile on Raspberry Pi”Statistics: Posted by neilgl — Mon Mar 04, 2024 7:37 pm
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Pi5 GPIO Reset Defaults
Is there a canonical source for the reset state of the GPIO pins on the 40-pin header on the Raspberry Pi 5?The rp1-peripherals.pdf file just lists the PUE/PDE (pull-up and pull-down enables) as...
View ArticleFrançais • Re: gpio c++
Ca a l'air d'être ca:vous avez un programme qui se contente de lire les DS1820 (et, pour les mettre dans le bon ordre, a besoin du fichier DS18b20.conf) Il les ecrit dans un fichier texte d'une...
View ArticleGeneral • Re: How long will the Raspberry Pi Pico be turned on using a single...
To go even lower, you could clock directly from 12 MHz crystal (turning off other clock sources), but what interface is the display? And what interface speed you need? Ofc you can dynamically adjust...
View ArticleMedia centres • Re: RP as a HD Media Player
How do I control it?I use a wireless mouse, which I find is more than satisfactory for navigating and controlling Libreelec.Statistics: Posted by firesign — Mon Mar 04, 2024 8:02 pm
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
I also tried upgrading to LibreELEC 12 nightly on my RPi5 from PINN but it behaves as if there's no USB drive connected (no "NEW VERSION" after the OS name in the advanced menu). Tried with the RPi4...
View ArticleAdvanced users • Re: Attempt to stop SD card from expanding during first boot...
Do you mind to share what exact command you execute after comment out do_resize line? Code: 1. image-chroot <pathto/image-file>2. nano /usr/share/initramfs-tools/scripts/local-premount/firstboot...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Pi5 GPIO Reset Defaults
All GPIOs reset to inputs. Do you have a follow-up question?Statistics: Posted by PhilE — Mon Mar 04, 2024 8:17 pm
View Article