Other projects • Recording outdoor soccer/football
Hi, I am beginner and I want to record outdoor soccer/football games on a tripod, and I want to record the entire field, then I need a video camera that can get the entire field, fov 180° (usually the...
View ArticleGeneral • Preserve data in SRAM0 after low Power mode
I am working on a project that needs to preserve data in RAM.The PICO 2 board is equipped with a SuperCAP on VSYS for this purpose.By recognizing the loss of VBUS via GPIO24, SWCORE is switched...
View ArticleAssistive technology and accessibility • Latest Speech to text on Raspberry...
Hello,I broke my hand so I am looking into this. On my Samsung phone I installed the Microsoft swift keyboard and with it I can pull up the Google speech to text for any app.Is there a way to do...
View ArticleCompute Module • CM5 availability
The CM5 comes in 24 "flavors". Obviously managing that production/inventory is a challenge !Any ideas when the various different versions (especially Lite version) will be widely available...
View ArticleRaspberry Pi 400 and 500 • RPi 500, no M.2
Small rantWhy would they release that product WITHOUT populating the necessary hardware for an M.2 connector ? It can't save more than $5-$10 on the BOM !That would certainly prevent me from buying...
View ArticleGeneral discussion • RPi6 wishlist
Yes, I know it is VERY early, but it is FUN to dream ! Feel free to add to my list !!LPDDR5 (obviously) at faster speedMore L1 cacheUpgraded GPUMore lanes of PCIe available to the user (both for M.2...
View ArticleMicroPython • Unable to allocate memory on a raspberry pico w
I have this very annoying problem where I'm trying to create an SSL socket and it fails with a `ENOMEM` error. I previously went into a rabbit hole and found out that `ussl.wrap_socket()` requires...
View ArticleMicroPython • Is regular Pi Pico bricking normal?
HiI am very confident in C++/Arduino and started my MicroPython Pi Pico journey today. I'm using VSCode as my IDE (because, that is what my students will be most comfortable with) with a Pi Pico H....
View ArticleRaspberry Pi 400 and 500 • Dacberry400 vs Pimoni Audio DAC Shim
This was previously discussed at viewtopic.php?p=2146180&hilit=dacberry#p2146180 but 12 months later the problem is still arising.I bought a dacberry400 from SB Components (sb-components.co.uk)...
View ArticleAdvanced users • CONFIG_ARM64_64K_PAGES=y causes issues with DMA memory for...
I noticed the CONFIG_ARM64_64K_PAGES option and got curious about it. I found that dmesg was recording the following everything 9 minutes or so. What might be a settings to change to avoid this?Code:...
View ArticleGeneral discussion • Need To Learn
Hello gang -I've decided to learn how to run several programs at once on 1 pi. However, because I'm not as smart as the rest of you guys, I need to learn from the first step on on how to set this up....
View ArticleJava • Pi4J does not work correctly with PI5 in a Java project
Here is a Python script that successfully turns the relay on/offCode: import RPi.GPIO as GPIOimport timechannel = 27GPIO.setmode(GPIO.BCM)GPIO.setup(channel, GPIO.OUT)def motor_on(pin):...
View ArticleBeginners • Is it possible to us Rufus to set up a multiboot system in SSD +...
As title. Thanks in advance.Statistics: Posted by milanolarry — Sat Jan 11, 2025 4:14 pm — Replies 1 — Views 36
View ArticleGaming • Steam Games which work on Pi5
So I recently purchased an 8GB Pi 5 and discovered Pi-Apps https://pi-apps.io/ which installs Steam without any faff. (Running on the default Raspery Pi operating system). So naturally my next...
View ArticleBeginners • Keeping plant starts alive on vacation
I am new to using raspberry pis for anything other than kodi so please bare with me lol.I am trying to make a simple irrigation system to be able to water plant starts while on vacation. I would like...
View ArticleTroubleshooting • RPI5 - last eeprom and old dmesg soc-firmware error
Hello,just to say that after the last 08/01/2025 firmware update with my RPI5 8GB (official PSU, official NVME-SSD board, official cables, official active cooler..) the old error that happened much...
View ArticleGeneral discussion • Can the 27W power supply from a Rpi5 be used with a Rpi4??
I know that the other way around us possible with some limitations but I wonder if the newest Rpi5 power supply is usable with the Rpi4.Thanks and best regards.Statistics: Posted by fprietog — Sun Jan...
View ArticleGeneral discussion • RPi3 Bullseye - how to configure subversion?
BackgroundI have an RPi3B running Bullseye Server (no Desktop) on the company LAN and I want to use it as a supervisor to check that our version control system on Windows Server 2016 is doing its...
View ArticleC/C++ • c++ I2C current most official way.
Raspberypi 4.I'm using libgpiod for pins control.I wanted to make some I2C communication but looks like libgpiod is not supporting this.What are my alternatives, can I mix the libraries ?Should I use...
View ArticleOfficial Display • How to rotate the frambuffer on Touch Display 2
I was given a Touch Display 2 for Christmas and have it plugged into a Pi 3B running a new install of RaspOS Lite. For various reasons, I would much prefer to be able to rotate the framebuffer as I...
View Article