Python • Re: Raspberry Pi 5 - gpiod vs RPi.GPIO
I have emailed the author of this library today regarding the GPIO library update for RPi 5. Hope we receive a responseStatistics: Posted by ziadpi — Mon Aug 05, 2024 6:25 pm
View ArticleAdvanced users • Re: Is it possible to renumber/reorder partitons?
Aside from the horrifically insane way of using a hex-editor to hand-hack the partition table, (facepalm!!), is there a tool that will allow the partitions to be renumbered so that they are in...
View ArticlePython • Re: DS18B20 / w1thermsensor
It is not always necessary to activate a venv before using it.The python interpreter is smart enough to know it is in a venv and if it is, it will handle the activation of the venv for its own run...
View ArticleTroubleshooting • RPi4 and USB smart card readers
Hello all:I am fairly new to Raspberry Pi.I am using an RPi4 2GB with a Waveshare POE hat https://www.amazon.com/gp/product/B0974 ... UTF8&psc=1, a 64GB SD Card, and Ubuntu 24.04 server.My project...
View ArticleTroubleshooting • Re: raspbian buster - usb device not recognized
I'd appreciate any ideas / help ...Statistics: Posted by mrmrmrmr — Mon Aug 05, 2024 9:10 pm
View ArticleAdvanced users • Re: RPi5 - IOMMU on PCI
Have you added to the kernel cmdline something like this:vfio-pci.ids=10ec:c821The ID is what you get with lspci -nThe example here is a MediaTek M.2 WiFI card, it works on an N100 CPU. I don't have a...
View ArticleTroubleshooting • Re: pi5 keeps locking up
Have you read @andrum99 comment about swap using zfs can cause lockups?viewtopic.php?t=374045#p2242282No I hadn't but i had this issue before i migrated from ext4 to zfsI ran it attached to a monitor...
View ArticleGaming • Re: Legal Retropie
People will sell hardware which will include all of the installed emulators, and ROMS for every emulator for money, which is completely illegal.A number of the retro video game studios are not around...
View ArticleGraphics programming • Re: help me set up Geany to work with the GTK+ library...
Thank you. Everything works from the command line.Now I would like to register all this in the Jenny settings. So that everything compiles and assembles automatically. And not only with GTK, but also...
View ArticleMedia centres • Re: Peppy player
I changed my subscription to Onecall. It still does not work with the 2.5 call. If I changed the call to 3.0, then the API key works and got a result returned which is the same as under 2.5 This is...
View ArticleTroubleshooting • Partition for rootfs has bad superblock after copy raspbian...
I'm trying to install Raspbian on a card but when I copy the downloaded image to the card using either the imager application or dd from the command line I find that the root filesystem partition...
View ArticleBeginners • keyboard setup issues
Hinew to pios, I have a pi5 and I have a pi keyboard attached to it.I use tmux with this config bind -n S-Left previous-windowbind -n S-Right next-windowwhen i ssh to my pi and start tmux I can use...
View ArticleGaming • Re: GZDoom DOOM Engine Source Port on the Raspberry Pi 4 Computer
vulkan-1.3 merged 24.3-dev.https://gitlab.freedesktop.org/mesa/mes ... ests/29476Statistics: Posted by cjan — Mon Aug 05, 2024 11:43 pm
View ArticleNetworking and servers • Re: Ideas for controlling a Raspberry Pi 5 via...
Guys,I have a Pi system running a web server with PHP. This lets me see the results of the processes running on that Pi and, through a bit of creative PHP allows me to shutdown, reboot, rebuild the...
View ArticleNetworking and servers • Static IP to rpi5
I have to assign static IP to rpi5. how can I set ?Statistics: Posted by spatil — Mon Aug 05, 2024 11:54 pm
View ArticleNetworking and servers • Re: Static IP to rpi5
I have to assign static IP to rpi5. how can I set ?https://www.google.com/search?q=assign% ... 0to%20rpi5Statistics: Posted by ame — Tue Aug 06, 2024 12:33 am
View ArticleAdvanced users • Re: Image File Utilities
Sorry, I forgot to mention that I used Raspberry PI 5, I have re-operated it and it has been successful, thank you for your reply, do I need to delete my invalid question aboveStatistics: Posted by...
View ArticleGeneral • Re: Solar power and battery for outdoor project
I created this board https://github.com/CrabbyPete/watchible, and I am running both my board and the pico using this https://voltaicsystems.com/Solar-System ... -Capacitor Its not completely water...
View ArticleHATs and other add-ons • Re: some projects for ai kit?
I think it would be this one -https://hailo.ai/products/generative-ai ... on-module/Product brief only lists Windows support, also not sure what consumer availability will be like, their website looks...
View ArticleMicroPython • Re: multithreading with Raspberry Pi Pico
I am not sure if you tried it in the version V.1.23.0 of mycropython, but it is not really blinking. It does work on the first step which is turning on for the ON time, but it is not really turning...
View Article