General discussion • Re: pi 5 nvme case options?
Www.google.comStatistics: Posted by aBUGSworstnightmare — Sat Jan 27, 2024 7:48 am
View ArticleGeneral discussion • Re: Question about nvme and official case
I'm debating it. I find this 'Samsung FIT' drive which claims 200 MB/s fairly fast already.Are you using your pi as a desktop? I want to get a pi 5 but the nvme hats and whether they will fit this...
View ArticleCompute Module • Re: my wish for CM5 module
ive seen a few people that are very clearly not industrial users, that are struggling to do the most basic things with a cm4 and refusing to read any docsand i just have to wonder, why did you even...
View ArticleCompute Module • Re: About screen resolution settings of CM4
I have several small HDMI displays that provide "fake" EDID information and claim to be full 1920x1080 displays but are really something like 720x400. I have to override the EDID value with a custom...
View ArticleGeneral discussion • Re: Pi 5 + NVME Case?
BUGGER..... I missed out on the ARGON 40 case. Any Idea when they will be relasing more ??OZStatistics: Posted by ozjohnno — Sun Jan 28, 2024 7:46 am
View ArticleOther programming languages • Re: Is Rust supporting the Raspberry Pi?
Wow, this looks more complete than I had hoped for, thx!Now I have looked for Rust extensions for vscode. A very long list is coming up. Is there any extension which qualifies as "standard"? And is...
View ArticleBeginners • Re: New 4TB SSD portable NVME drive (USB) critical target error,...
I have a test running writing an image from a 2TB disk with an ext4 file system on using dd to the device.I will try the disable UAS and see if that works.On a google of the chipset CBM2199 Flash...
View ArticleGeneral discussion • Re: How can we track system crash report
I believe it will log somewhere before it forcefully shutdown or crash. In other linux they say it will be logged under /var/log/...Statistics: Posted by anoopkalattur.v — Sun Jan 28, 2024 8:14 am
View ArticleGeneral discussion • Re: Raspberry Pi 5 - SSD SATA or SSD NVMe ?
NVME is somewhat faster... enough to be noticeable in desktop use case switching from a Kingston A400 (USB-SATA) to a Pimoroni Base with a Kioxia Exceria.You can double the speed of NVMe by adding...
View ArticleAdvanced users • Re: "Realtime" GPIO with bcm2835...
Are there any example pieces of code which do this which I can look at? Simple ones which just show how this is done, rather than trying to understand this from looking at big pieces of kernel code...
View ArticleTroubleshooting • Re: New raspberrypi 5 won’t boot. Just green flashing light.
Is there a particular point on the board you need to see? I’ll try and get a clear picture of that point.Between the PI's SOC (system on a chip) and the RP1 IO processor there are a number of smal...
View ArticleTroubleshooting • Re: Trouble Creating A Systemd Service
Try changing your script to look like thisCode: #!/usr/bin/bashcd /home/nickserver/RTSPtoWebRTCGO111MODULE=on go run *.goalso, that service file is running the command as root. It should probably run...
View ArticleTroubleshooting • Re: Issue when trying to flash CM4
You may want to look here viewtopic.php?p=2133683&hilit=Eeprom#p2133695 and here viewtopic.php?t=361683&start=25#p2182588 where the process is explained in detail.This is when using the...
View ArticleFrançais • Re: Informations sur Raspberry Pi 5
Bonjour,J'ai remplacé mon Hat NVMe Pineberry par https://www.amazon.fr/dp/B0CPLF6JYX?psc ... ct_details:Son prix: 15.99 euros tout compris.Avec le Pineberry:1- Je n'avais plus accès à la carte SD2-...
View ArticleTroubleshooting • Re: Second monitor not displaying after boot
The non-working monitor may have either no or incorrect EDID. Bookworm (and Bullseye) are less forgiving on that.Statistics: Posted by aBUGSworstnightmare — Sun Jan 28, 2024 8:31 am
View ArticleAutomation, sensing and robotics • Re: Garden Weather station.
Is it anything like this BYO weather station? https://projects.raspberrypi.org/en/pro ... er-stationWhich RPI shop are we looking at?Thanks MateNo idea, but Pimoroni do the wind water bits and also...
View ArticleGeneral discussion • Re: No RPi 5 for me.
i thought that to, but after using the rpi5, the difference is night & day.rpi5 is way faster then a tweaked rpi4.I just can't justify the cost of everything I need to upgrade. My use case is such...
View ArticleStaffroom, classroom and projects • Re: How to force the 3B to play a looped...
Thank you for your inputs.I actually found another solution:First, a sh script:Code: #!/bin/shsetterm -cursor offVIDEOPATH="/home/pi/Vidéos/"SERVICE="vlc"while true; doif ps ax | grep -v grep | grep...
View ArticleNetworking and servers • Seems like failing hostapd messages
Hello All,I use an RPI4 (buster) as a little wifi access point for a small ESP32 with LCD running a little clock. (Clock gets time from ntp).Today after I did a firmware update of my router (asus...
View ArticleBeginners • Re: Moving SD card (and PiOS install) from Pi4 to Pi5
A microSD card with Bookworm installed on a 4B will work just fine if you remove it and try and use it in a Pi 5. The issue is unless you just installed the OS your 4B is most likely running Buster or...
View Article