General discussion • Re: Best storage option for Rpi5 for usage as NAS and...
Size is a big advantage and pricing has dropped to the point where I'd no longer consider it premium.The price ratio seems to be around 1.3x nowadays at 4TB for an M.2 NVMe SSD vs a 3.5" NAS-rated...
View ArticlePython • Re: Autostart my Python/Pygame program
Please cany you explain your answer. I dont understand it.Thanks for your helpIt won't be. Unles you have manually changed it a 4B 8GB running RPiOS Bookworm will be using Wayland not X11. Which means...
View ArticleGeneral discussion • Re: 10 bit value storage
This might help...https://www.samplerbox.org/article/midiinwithrpiStatistics: Posted by gordon77 — Tue Feb 20, 2024 2:05 pm
View ArticleHATs and other add-ons • Re: Pimoroni NVMe Base with Lexar NM790 SSD
It will be interesting to see how the official HAT+ compares. Given MagPi #139, 29th Feb, has "Testing the super fast M.2 HAT+ hardware" I am wondering if that's this year's Birthday Surprise...
View ArticleBeginners • Re: SPI Question
I presume you want to attach to a Pi?Sorry, yes I want to attach it to a pi. In another forum, someone recommended using an MCP23S17 port extender. I will probably try that if I understand the...
View ArticlePython • Re: No objects found within the specified OU
I was not aware.Thank you.Statistics: Posted by valnurat — Wed Feb 21, 2024 1:22 pm
View ArticleTroubleshooting • Re: [SOLVED] dmesg : "raspberrypi-firmware...
After a failure, post the output of:Code: sudo vclog -mThat should still work after a firmware hang, and possible could include some error messages.Statistics: Posted by dom — Wed Feb 21, 2024 1:26 pm
View ArticleTroubleshooting • Re: problems with rpi5
WINE in and of itself is not enough. You need an x86 emulation layer as well. Most Windows applications are compiled for x86 CPUs and all Pi use ARM CPUs. The two are not compatinle. Thank you for...
View ArticleTroubleshooting • Re: RPI 4b not booting from SD Card.
I am sorry for mentioning that. I meant to say only the red light is on, not blinking. I will change in the other thread.Statistics: Posted by Darkwing_909 — Wed Feb 21, 2024 1:49 pm
View ArticleBeginners • media-ctl issue
Hi,I was playing around with media-ctl to increase the FPS while using libcamera-vid. Previously, if the resolution was not specified it defaulted to 1456x1088. After I ran this command :Code:...
View ArticleGeneral • Re: Transfer data over wifi for pico for a high sampling rate
Did you acquire and transfer 200ksamp of data for each second over the usb?Yes I did on Pi4 but not on PI5 ;-(It is possible to increase the transfer rate by using only the resolution of ADC which is...
View ArticleNetworking and servers • Re: Self hosted site very slow from outside
Could it be that your Virgin Media connection is faster for download than upload? They often are. Mine is something like 220Mb/s down and 25Mb/s up.Yes, I'd expected that (and also get around 25Mb/s...
View ArticleCamera board • Re: Picamera2 capture_circular no preview
Cheers !I find picamera2 challenging enough without examples that don't work .Statistics: Posted by gordon77 — Wed Feb 21, 2024 1:56 pm
View ArticleTroubleshooting • Re: problems with apps on rpi5
Get an x86 PC and run Windows.However I see Metatrader runs on Android too?You could try Konsta's Android for Pi5.https://konstakang.com/devices/rpi5/AOSP14/That has a better chance than a hacked up...
View ArticleTroubleshooting • Re: An app that works on Pi4 fails on Pi5
Probably not a hardware issue, more likely to be the new networking software setup in the Pi 5 running the “Bookworm” version of Raspberry Pi OS. (I see they AirVPN do not have a Pi 5 to...
View ArticleDevice Tree • Re: Change when HAT overlay is applied
I thought that might be the case. This is what I've ended up with:Code: # Disable HAT overlaydtoverlay=# Apply BSP overlay (generic to bsp)dtoverlay=bsp# Apply MAC address overlay (unique per...
View ArticleBeginners • Re: Asking for some guide RE a beginners' OS choice
Decent (read GUI based) dev tools are going to be painfully slow/limited on a Zero.Seconded. And you'll need to significantly increase swap space from the default 100MB too which will reduce SD card...
View ArticleGeneral discussion • Re: Question about the USB/Ethernet ports on the pi4 B+
There are also desoldering guns, such as Hakko FR-301 (and other brands, I'm sure). They work much better than desoldering braid.Statistics: Posted by theoak222 — Thu Feb 22, 2024 1:52 pm
View ArticleTroubleshooting • Re: KMS No EDID Force 1080p 50Hz with Bookworm KMS
# I found no hotplug there so probably my TV doesn't support it ?hotplug is a mandatory part of HDMI spec, so it's not something that is optionally not supported.Possibly you have a bad hdmi cable...
View ArticleTroubleshooting • Re: Grey screen on boot Pi5/4b
I thought feh was a command line image viewer that does not need a full desktop but nevermind that.feh needs the desktop. Are you thinking of fbi which doesn't?Statistics: Posted by thagrol — Thu Feb...
View Article