Advanced users • Re: libgpiod version [SOLVED]
Hi Phil thanks for the history. I have recently come to the Pi family. I had a task to design a solution for railway door locking on heritage stock and I saw the Rpi as a suitable solution. I needed...
View ArticleTroubleshooting • Re: Issues with gpiozero on Pi 5 — No such file or...
I think it is Code: pip install rpi-lgpio in the venvThat's Dave's compatability shim to translate old style RPi.ixxx to new style interfaces in the background, not the new style lgpio (which may be...
View ArticleGraphics, sound and multimedia • Re: ADV7280M disabling I2P
https://github.com/raspberrypi/linux/bl ... 1288-L1292Code: /* * No support for receiving interlaced video, so never * request it from the sensor subdev. */mbus_fmt->field = V4L2_FIELD_NONE;There...
View ArticleMicroPython • Re: Ask about Three-wire Serial EEPROM in RP2040
Maybe as a quick-and-dirty test:Code: id = 0 # or 1mem32[0x4003c000 + 0x4000*id] = 2<<4 # RP2040#mem32[0x40080000 + 0x8000*id] = 2<<4 # RP2350spi = SPI(id, …)Statistics: Posted by...
View ArticleFrançais • Re: Quel OS pour ce que j’envisage de faire ?
Merci pour la réponse.TimeShift ? Ok, ça me paraît très très bien.Pour l’OS j’hésite encore.Dans le temps, je pourrais utiliser aussi ce RPI comme un NAS. Du coup, j’ai pensé à OpenMediaVault.C’est...
View ArticleBeginners • Re: Clock ident on TV
try this...Code: #!/usr/bin/env python3import pygame, sysimport timefrom pygame.locals import *import datetimeimport mathwidth = 800height = 480clock =...
View ArticleAI Camera - IMX500 • Re: pip install imx500-converter[tf] fails
I did manage to install this in my WSL2 (Ubuntu) environment. What virtual machine and target were you using when this failed for you?Statistics: Posted by naushir — Mon Oct 14, 2024 10:18 am
View ArticleBeginners • Re: Installing a BME688 on Pi Zero V1.2
Thank you very much for your help.I managed to find instructions I could follow and install the python libraries on the card that will go on the Pi Zero.I think the installation was correct but on...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Interfacing "A030VAN03.0"...
thanks @krstau for your answer, which I realized only today that you wrote :\useful info, I'll check out. However I contacted several distributors and sellers of AUO displays and just told me this...
View ArticleGaming • Re: Racing Game Steering Wheel
Next copy the python script from the above link. (Activate your venv if not already active)Run it in a Terminal and see what happens.Code: python yourscript.pyStatistics: Posted by neilgl — Mon Oct...
View ArticleGeneral discussion • Re: How to rename my BSSID in Raspberry Pi Zero
Thanks, Yeah i checked that and my desired SSID is in that file./etc/iiab/local_vars.ymlI have restarted the router, the Raspberry pi's etc and i still see the old SSID.Is there a systemctl i am...
View ArticleHailo • Re: Course on AI Kit + Raspberry Pi
Good News, I have updata Train Models and Convert Models in Chapter 5. Here is the github link:https://github.com/Seeed-Projects/Tutor ... ro-to-HeroStatistics: Posted by jiahaoli — Mon Oct 14, 2024...
View ArticleRaspberry Pi 400 • Re: Pi 400: stackable HDMI display (11-15") ?
I actually mean a device which finally looks like a notebook but with built-in Raspi and feat a keyboard and an integrated display to open and close - like a common Windows notebook, but having a Pi...
View ArticleDevice Tree • Re: Is possible to use a 3dpt foot switch with dtoverlay=gpio-key?
Thank you very much for the answers The behavior is the normal one. The Dual Throw Foot switch is a latching one, when button is pressed it makes "click" and closes the circuit permanently till you...
View ArticleBeginners • Re: Please avise re: Pi shopping list for my great-grandson
Well, I am a much wioser man now! All your replies + Google AI have, I hope, put me on the right track. The following new shoppinmg list was based on DS256; adice so I hope he is around to comment...
View ArticleCamera board • Re: "Or Better"?
The sync branch contains all those patches, and should be exactly the code that you need.Error on first library install:sudo apt install -y python-pip git python3-jinja2Code: root@raspberrypi:/# sudo...
View ArticleGaming • Re: Doom for Raspi 3 / Stretch: anyone experienced?
sudo apt-get install chocolate-doom does not work for my Pi3/Stretch, not even adding --fix-missingHardly surprising as Stretch is obsolete and has therefore been removed from the main Raspbian...
View ArticleCompute Module • Re: is there a quick way to enable pSLC without cmprovision?
The script I imagine is using the mmc utils linux command?Correct.So I need to boot linux on each unit to do it?Correct.That is what cmprovision does as well.Boots a small utility Linux operating...
View ArticleRaspberry Pi OS • Re: Create initramfs for custom kernels
(...) assuming file /boot/vmlinuz-6.12.0-rc3-custom+ exists (...)Thank you, but unfortunately, I don't have those after following https://www.raspberrypi.com/documentati ... ernel.htmlStatistics:...
View ArticleRaspberry Pi OS • Re: dumb mistake
This doesn't solve this problem, but is an interesting read on the topic of how it is sometimes possible to recover from this class of accident: https://www.ee.ryerson.ca/~elf/hack/recovery.htmlCool...
View Article