Automation, sensing and robotics • Re: Creating a Terrarium AI that monitors...
Have a look at this terrarium post https://forums.raspberrypi.com/viewtopic.php?t=352582Statistics: Posted by neilgl — Sat Aug 02, 2025 9:58 am
View ArticleGeneral • Re: OTP page protection issue
Found the issue. I set permissions for one page, but read from completely different page.Statistics: Posted by bohdank — Sat Aug 02, 2025 10:08 am
View ArticleOfficial Display • Re: Display 2 not working on Compute Modul 5
https://www.raspberrypi.com/documentati ... -lcd-panelAutodetect for cameras and displays is not enabled for Compute Modules as they could be wired up in any way to a CM.If you mean the I/O Case, then...
View ArticleHATs and other add-ons • Re: connecting multiple pci hats together?
lspci -t-+-[0000:00]- +-[0001:00]---00.0-[01-04]----00.0-[02-09]--+-03.0-[03-08]----00.0-[04-08]--+-01.0-[05]--...
View ArticleOff topic discussion • Re: Why the specs overkill, and what for?
Already the first line shows an interesting symptom: System76 made an ARM Linux workstation and then a website makes an URL that goes straight to Windows on ARM. That website is paid from ads you can...
View ArticleNetworking and servers • Re: Raspberry Pi 5 SSH permission denied
What is the result if you try what I suggested?This is the resultjustin@Justinpi:~ $ ssh localhostLinux Justinpi 6.12.25+rpt-rpt-2712 #1 SMP PREEMPT Debian 1:6:12:25-1+rpt1 (2025-04-30) aarch64The...
View ArticleAdvanced users • Re: RP1 PIO DMA speed on Raspberry Pi 5 unexpectedly slow
The EEPROM version is the same as yours. I'm sending 16-bit samples at 5.4 Ms/s so that's about 10.8 Mbytes/s.My PIO program is pretty simple, just passes the data straight to GPIO pins and generates...
View ArticleTroubleshooting • Re: Raspberry Pi 5 Not Powering with Official 27W USB-C...
Probably of no real help but, both of my RPi5/8GB worked using the RPi4 PSU when using an SDCard to boot from....is yours, by any chance a 16GB version(?).Statistics: Posted by KeithMck — Sun Aug 03,...
View ArticleGeneral • Re: How to make a universal firmware for all boards (LED issue)
I like it better when there is more information to work on. Looking at OP's posting history, a search for "pico fido2 security key" brings up:https://www.picokeys.com/And maybe the download problem is...
View ArticleTroubleshooting • Re: How to boot Raspberry pi 5 or Rpi5 with your own custom...
Hi @jj_0You said corretly. I don't want to loose the feeling of doing it by myself.Things to check.1) whether the file is aarch64 ==> Yes2) whether it is executable (has the x attribute set) ==>...
View ArticleOther projects • Re: Raspberry Pi as a retro 8-bit computer?
Around forty something years ago I found myself in my employer's technical training school teaching the Intel 8080 using SDK-80's and SDK-85's. Then later moving up to the SDK-86 to support Intel 8086...
View ArticleTroubleshooting • Re: Lost connection
It's a Raspberry Pi Zero 2, which I'm powering through the PWR IN connection.When it was working properly, the power light was on, now it isn't.Statistics: Posted by Chrisalis — Sun Aug 03, 2025 11:17...
View ArticleBeginners • Re: How to move files automaticaly
Are you saying I would have to write a new script in each of the directories to get them acroee?It's not obligatory to write a script, it is one way of several. Symbolic links should work fine, too,...
View ArticleCamera board • Re: Raw14 and Raw16 support for Pi4 and Pi5
Sorry I want to check 1 thing more that does these Raspberry Pi Module support RAW14 or not ?1. PI-ZERO 2 W/WH2. Pi-ZERO W/WH3. Pi-ZEROIf possible, could you also share some reference of #1~#3, which...
View ArticleNetworking and servers • Re: Network watchdog?
One of the interfaces is on a USB port. Would the following cargoculted lines work to turn the USB stick off and then on again?Code: echo 0 > /sys/bus/usb/devices/usb1/bConfigurationValuesleep...
View ArticlePython • Re: scripts not running
thank for the tips i will give them a tryStatistics: Posted by Bram1 — Mon Aug 04, 2025 10:45 am
View ArticleTroubleshooting • Re: RPI5 - VLC - HEVC/H265 Playback
I'm facing the same issues. I ended up using hello_drmprime as a model because I came to the conclusion that only DRMKMS allows me to use v4l2 hwaccel for h265. Sadly it doesn't support 90 and 270...
View ArticleGeneral • Re: New RP235X silicon released
EDIT: the RT9013 datashet says "The RT9013 also works with low-ESR ceramic capacitors ... The RT9013 consumes typical 0.7μA in shutdown mode and has fast turn-on time less than 40μs."That's ... better...
View ArticleOther • Re: Quantum raspberry pie?
When is raspberry? Cut behind going to make a Quantum raspberry piThe Pi will still cost $35. The cooling equipment with it $35million Statistics: Posted by MikeDB — Mon Aug 04, 2025 11:02 am
View ArticleGeneral • Problems with powman_enable_gpio_wakeup()
I am trying to implement powman low-power states for CircuitPython. While alarm based wakeups work fine, I have problems with wakeup fromGPIOs. To be more precise: the wakeup itself works fine, but...
View Article