Beginners • Re: Raspberry Pi with HatDrive! Nano & HiFiBerry DAC+ standard
What is a HAT drive nano? If that's some NVMe adapter the answer should be yes (as a M.2 adapter following the official spec will one have I2C from the GPI40.It is a M.2 HAT. It is like the official...
View ArticleRaspberry Pi Connect • Re: Use Connect on a headless Pi5?
Starting a Pi with no keyboard, mouse or monitor attached is how you create a headless Pi. I do it all the time.Create the microSD card with Raspberry Pi Imager, and in that set Wifi details, username...
View ArticleOfficial Display • Re: Raspberry Pi 5 Touch Display 2 Bookworm hide mouse...
Okay, I gave up on disabling the cursor on the main GUI, but used the following code in my Python PyQt5 app to hide the cursor:Code: class Window(QMainWindow):def...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Unknown 3,5" Display Gameboy Zero
Thank you so much. This answers my question. Statistics: Posted by DutyBerry — Sun Nov 17, 2024 8:38 am
View ArticleNetworking and servers • Re: OVM and Pihole running on the same Raspberry Pi...
How big are your storage devices and how fast should it be?My storage drive is a 4TB connected by the new powered Raspberry Pi USB 3 hub, works well and file transfer speeds are around 300Mbps...
View ArticleAdvanced users • New NVME Hat - need advice
I have run my Pi5, OS is Debian Bookworm with ZFS enabled. The ZFS pool is a mirrored WD Red SATA SSD, two 500GB SATA. The SATA disks is produced in 2021 and they still work very well. I am using my...
View ArticleHATs and other add-ons • Re: M.2 HAT+ troubleshooting
Hey there! I tried out the Corsair MP600 MINI 2TB SSD, and it works like a charm.Thanks again for the tip!:)Statistics: Posted by pintermatyas — Mon Nov 18, 2024 7:30 am
View ArticleTroubleshooting • Re: Pi5 hanging when transfering large files to NAS
First of all I have just run some tests that I should have run a few days back. As I have said I tested file transfer from a Pi4 running Bullseye without any problems. As the page file size is 4K I...
View ArticleGeneral discussion • Raspbian Taskbar plugins
Hello all, I am working on making the raspberry pi 5 8g fully battery powered which I have finally figured out Thank God.I seen in the Taskbar plugin options (like wifi,bluetoth,etc) has a Battery...
View ArticleGeneral • Raspberry Pi Pico 1W - wlan.status('rssi')
Background, I have a Pico 1W based weather station, which has been operating for approx. 2 years with the same Pico, the firmware is 1.20.0. One core runs a simple http interface and the other manages...
View ArticleSDK • Re: Ring buffer not filling (modification to dma_capture example
You need to align the capture buffer to a 64 byte boundary. In general the buffer must be aligned to its size which should be a power of 2Code: uint8_t __attribute__ ((aligned...
View ArticleTroubleshooting • Re: Pi5 hangs randomly, could it be the official 27w power...
Hi, yes!In my case, it was caused by QCE ( sdcard class2 speeds) being enabled by default since August. viewtopic.php?t=367459&start=100Turning off qce in config.txt fixed the random hangs with...
View ArticleGeneral discussion • RASPBERRY PI 5 ON BATTERY!!!
Finally!! A solution to powering the Raspberry pi by Battery. I used this buck converter which takes 12-24v and gives 5v 5a and it works!!! I seen someone had recommended this one on the forums but I...
View ArticleGeneral discussion • Re: RASPBERRY PI 5 ON BATTERY!!!
Which battery did you use and how long did it power the pi5 for ?Statistics: Posted by gordon77 — Mon Nov 18, 2024 8:43 am
View ArticleAutomation, sensing and robotics • Re: Homebridge for Non Homekit devices
Yes.Or is this s pam post?Statistics: Posted by jamesh — Mon Nov 18, 2024 8:44 am
View ArticleCamera board • Re: Plans to upstream imx708?
We do intend to upstream the code. In fact, we were waiting on Streams API support in V4L2 so we can correctly expose the levers to use PDAF and HDR metadata. This is only recently gone through, so...
View ArticleRaspberry Pi OS • Re: RPi/OS/ 5: Poor performance with Visual Studio Code +...
On a Raspberry PI 5 with up-to-date RPi OS if I open a Visual Studio Code in a maximized window and then I open any browser (Chromium, Mozilla) in a window on top. The browser is playing an YouTube...
View ArticleDeutsch • Raspi 5 Bootprobleme
Hallo zusammen,in der Hoffnung als Newbie hier Hilfe zu finden:Nagelneuer Pi5 mit Geekworm NVME-Hat X1001 und einer 126GB-SSD von Samsung. Recalbox (zum Daddeln ) mit Imager 1.8.5 unter Kubuntu...
View ArticleOther • Re: Windows ARM64 release?
At RPL we have no knowledge of Windows on ARM at all, so support from us would be minimal to zero. But I have no problem with discussing things. The Pi 5 would make a pretty useful Windows device, I...
View ArticleAdvanced users • Re: Enabling SVE on Raspberry Pi 5
Your OS is not as new as it can be.You need to update it using the usual update methods. Many fixes, optimisations, and a newer kernel are available.Not that it will fix your issue, just mentioning...
View Article