Beginners • Writing a systemd service to run a script that setup TPM
Hi folks, I'm writing a systemd service that I want to run it once when the raspberry PI boots, the service should run a bash script to allow TPM support, but whenever I turn the raspberry pi on I get...
View ArticleBeginners • Re: Is it actually possible to get a snappy desktop experience...
I don't think its fair to compare a $50 Pi with a $500 desktop with a faster processor, a faster graphics card, 4 times as much memory etc.Running from a USB3 based SSD might make things a bit faster....
View ArticleC/C++ • Re: Help with Freetype2 and Font Awesome fonts
Thanks. Actually, that's very helpful, and I have now solved both my issues.As it happens, I have the OTF files for the desktop and webfont packs for both v5.15.4 and v6.5.2, so I did a little...
View ArticleTroubleshooting • Video in Raspberry start
I have a systemd service that has to run a vlc .mov video at the start of raspberry and works, but I put restart always and it runs the video at the start and after a moment it runs again. Also if I...
View ArticleRaspberry Pi Connect • rpi-connect systemtray error
Hello,I've just bought my first Raspberry Pi Zero 2W and, as the Raspberry Pi imager recommended, I've installed the latest version RaspberryPiOS (64-Bit) (bookworm).After the installation I booted...
View ArticleTroubleshooting • Re: Video in Raspberry start
Post the following:OS you're running including which named releaseBooting to desktop or command line, with or without auto login?Your .service fileThe output fromCode: systemctl status...
View ArticleCamera board • Re: Camera woes migrating from raspistill to rpicam-still
Anyone have any ideas on why this is happening and how I can fix it (preferably without needing to manually run tests to find new acquisition settings that are "close enough")?Probably at least...
View ArticleAdvanced users • Re: How to reconcile mpich version differences between...
That part actually works OK - I do have a shared /mnt/cluster over NFS where each node is forced to put things under different specific directories (eg /mnt/cluster/project/aarch64 vs...
View ArticleGeneral • Re: Raspberry Pi and Pi Pico as i2c slave
It seems that it was my fault - I have picked wrong pins that didn't have assigned sda/scl functions on them. Weird thing is that all worked when shorted pins on the pi-pico itself. Now I picked...
View ArticleMicroPython • Re: Pico W WIFI AP mode not working with Thread
There are bugs with threading under MicroPython so don't be surprised if anything using it doesn't work.And don't be surprised if ChatGPT doesn't give you anything useful either.Statistics: Posted by...
View ArticleTroubleshooting • Re: sudo pip3 installation on python virtual environment...
On a Pi5 4GB, I created a venv (with system packages) and activated it. The packages then installed OK with:Code: pip install rpi_ws281xpip install adafruit-circuitpython-neopixelpip install...
View ArticleTroubleshooting • RPI5 not booting
Hi,I have some RPI 4 that work properly in the current setup* power from a meanwell 5V 60W power supply over a shield I made* video cable works* keyboard works* mouse worksI recently bought an RPI5,...
View ArticleRaspberry Pi OS • labwc window switcher
Labwc is a great addition to Raspberry Pi OS, but I haven't been able to modify the window switcher. I tried the steps here https://wiki.archlinux.org/title/Labwc#Configuration , but it didn't do...
View ArticleGeneral discussion • Re: No 'New Posts' ?
Still doesn’t seem to work like before the update.+1I think everyone is agreed on that. But it looks to me like we are stuck with that change unless 'phpBB' decides to revert to what they had, then...
View ArticleGeneral discussion • Re: RPi 5 gpio libraries
Will gpiozero do what you want?https://gpiozero.readthedocs.io/en/stable/Statistics: Posted by jamesh — Mon Jul 15, 2024 1:48 pm
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: I2C connection on Pi 5 not working
Yep, it doesn't show any devices and the sda output voltage is indeed 5V. there goes another pi, is there any solution or is this it?It's stupid that tutorials online just straight up dont care if...
View ArticleTroubleshooting • Re: Login issue
Can you write Rapberry Pi OS to a spare microSD card using Raspberry Pi Imager and boot from that?If that works, download he "CrowPi Series OS Image" and try that (on the spare microSD...
View ArticleTroubleshooting • Re: Brand new RPi 4B freezes
Thanks Dom and Andrum99 - looks like I should have done a bit more research before buying the RPi4. I only need to run the browser headless, to scrape data off a device running on my home network, so...
View ArticleMicroPython • Re: uasyncio error
As said, I'm not familiar with 'asyncio', so I decided to try and implement a Pico W Web Server using that, taking your code as an example, using the original code as it appears to have been.I tried...
View ArticleTroubleshooting • Re: RPI5 not booting
I feel like this is something similar to your problem:viewtopic.php?t=356703Try using the RPI 4 SD card on the RPI 5. If your RPI 5 isn't booting up with the RPI 4 SD card, then check your power...
View Article