Troubleshooting • Re: Using systemd and xinit to run feh on startup
you should be using the lite version.set it to auto login at cli & add to .profileCode: [ "$(tty)" = "/dev/tty1" ] && exec feh --fullscreen --quiet --slideshow-delay 10 -f...
View ArticleC/C++ • programming tips: somewhat oop data structures, global structs, etc
first of all you can add a pointer function to data structures and make a function that points the function pointer(s) to functions, and you can call them from the data structure ie...
View ArticleBeginners • Re: Rpi 5 and Pan Tilt hat
Ok the usleep is maybe to long!you export pwm0 and then pwm1maybe pwm0 is activated when you export pwm1 and this is why it works!On my version I was exporting and right away write the period value...
View ArticleGraphics programming • Re: Disabling /dev/dri/cardX in Pi5
Raspberry Pi 5 creates two different /dev/dri/card0 and 1 for VGA and HDMI instead of a single card like previous models.That's not what's happening. AFAIU card0 is the 3D rendering card (used by...
View ArticleOther projects • Re: Can I make VPS with Raspberry Pi?
No RPi has an x86 or X64 CPU. They all have ARM CPUs.Statistics: Posted by drgeoff — Sun Mar 17, 2024 11:50 pm
View ArticleMicroPython • Re: Remote Access to Raspberry Pi Pico W
I am actually doing a similar project and have the exact same problem. My house has a static IP so I know that I can access devices on it regularly however I can not access my pico w.If I type in the...
View ArticlePython • Re: How Do I Open Audacity With Python?
Here we go again...Statistics: Posted by memjr — Mon Mar 18, 2024 1:36 am
View ArticleAdvanced users • Session close on touch event on background with wayfire...
Hi,There seems to be a bug with the latest Wayfire version available form the stable bookworm RPI version (not the one from the standard Debian version 7.4)Setup: RPI 5 8GB, standard december image,...
View ArticleGeneral discussion • Re: Live streaming with camera raspberry pi
Have you already tried the streaming examples from the python picamera2 manual https://datasheets.raspberrypi.com/cam ... manual.pdfYes i do but i want to do that in website ( with flask)Statistics:...
View ArticleRaspberry Pi OS • Re: bookworm - what in place of wpa_supplicant.conf and...
If I have a headless Pi running bookworm, seems to be no way to change the wifi connection without connectng a monitor and keyboard if you no longer have access to the wifi defined on the Pi....
View ArticleTroubleshooting • Re: HatDrive NVME not recognized anymore...
Is that a PineberryPi HATDrive? If so your first port of call should be them. You should also follow their setup instructions not some random Youtube video.Hey GuysI am struggling with this problem...
View ArticleGeneral discussion • Re: Closed Raspberry Pi 1 Model B Case in 2024?
Go glue.If it is mounted on a flat surface, you can cut up any plastic container and stick that over the PI.It also sounds like an excellent project. Upgrade to a Pi 5 with 8 GB so you can play games...
View ArticleRaspberry Pi OS • Open a terminal, keep it open and start a python script at...
I am running Pi OS latest release and update freshly installed from scratch last week, so december 2023 with all the usual updates and upgrades also done last sunday.I have read the sticky notes about...
View ArticleRaspberry Pi OS • Running GTK Eto.Forms apps under sudo
On X11I can run my apps as normal or sudo and the keyboard input worksOn WaylandI can run my apps as normalBut if I run as sudo, the keyboard input does not workHave notices the following errors in...
View ArticlePython • I don't know how anyone is happy with Python now
Python in 2024 is such a mess that I just don't want to use it any more. I don't see how anyone is happy with how Python behaves now.Instructions for things which used to work flawlessly now leave me...
View ArticleArch • Re: hdmi does not output any signal after a while
Screen blanking when idle? I don't use arch so can't say whther that might be enabled by default.Everything worked fine when I installed it on ext4 using the normal method before.Statistics: Posted by...
View ArticleGeneral • Re: Need help with Pico based Macropad
Just some observations/comments:PICO does not run an OS so you don't boot it. When you power it on, it starts running the firmware.CIrcuitPython V9 seems to be a development release. Current stable...
View ArticleRaspberry Pi OS • Compiling libopus 1.5.1 with Linux fails on latest...
I already had a long discussion with the lead developer on Github:https://github.com/xiph/opus/issues/323 ... 2005178844CC silk/arm/NSQ_del_dec_neon_intr.losilk/arm/NSQ_del_dec_neon_intr.c: In...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: i2cset does not work for 16bits?
i2cset is for SMBus devices, so is your device actually SMBus or just I2C?TBH I tend to use i2ctransfer as I care about exactly the bytes that are sent. egi2ctransfer -y 1 w3@0x1a 0x1a 0x01 0xf8...
View ArticlePython • Re: I don't know how anyone is happy with Python now
Everything is working fine for me.The externally-managed-environment has very little with the python team and more so to do with the OS distro maintainers. If you wish it to stay the way it used to...
View Article