HATs and other add-ons • Re: NVMe SSD v M2 SATA
I tested both. NVMe produced better benchmarks but make little difference to running most things. Programs start faster but do not run much faster afterwards as the limitations are network, the...
View ArticleNetworking and servers • Re: File transfer via home ethernet (NAS) very slow...
Hello,I have exactly same problem. RPI5 + poe hat+ pineberry hat + samsung nvme ssd - test speed about 850MB/s but on freshly installed raspberry os lite 64bit with openmediavault is speed over smb...
View ArticleGeneral discussion • Re: Metallic enclosures and wifi/bluetooth degradation
My tests of metal cases and big one piece heatsinks showed WiFi failure. WiFi worked when near the router and or with the case is facing the right way but not when I moved the Pi to the location for...
View ArticleBeginners • Help with storage performance
I have a RasPi 1Code: processor: 0model name: ARMv6-compatible processor rev 7 (v6l)BogoMIPS: 697.95Features: half thumb fastmult vfp edsp java tls CPU implementer: 0x41CPU architecture: 7CPU variant:...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: i2cset does not work for 16bits?
If the I2C device you are using is wm8960 neither registers or control bits are 16 bit wide. Registers are 7 bits and there are 9 control bits on each. Registers are modified by sending two individual...
View ArticleBeginners • Re: Help with storage performance
There is a huge difference between the regular and fastest microSD card write speeds. The same with USB sticks. What are the models you use now? What are the sizes of the images you write and how...
View ArticleGeneral discussion • Re: General advice building another lennytroll
The 3.5 mm jack on a RPi is output onlyStatistics: Posted by drgeoff — Wed Apr 03, 2024 10:23 pm
View ArticleHATs and other add-ons • Re: Help with raspberry zero wh
This is a user forum, so patience is key!https://shop.pimoroni.com/products/pica ... 6918558803Don't use button 2 to 6 and connect an SPI touch display instead.I didn't want to appear impatient,...
View ArticleAssistive technology and accessibility • Re: Cable TV Preferred Show...
I work in a long-term care home and I do build and program rpi kodi-based smart TV devices for seniors, but they used youtube and streaming TV channels and not cable TV.Statistics: Posted by...
View ArticleTroubleshooting • Re: Boot Issues of a different sort - RPi 4B -tried all...
I don't have a 1080p monitor around, but I did try try a normal 2K monitor (2560x1440), and the Pi should be able to handle 4K output according to the specs so that should be in range. Also when I...
View ArticleNetworking and servers • Re: Connection to Raspberry Pi via Internet cable
It maybe the Pi has a power issue, restarted, the program hit 100% cpu or a host of other issues.Start with looking in the system log using journalctl to see if there are any errors.Statistics: Posted...
View ArticleBeginners • Re: Raspberry Pi Zero W - keyboard/mouse issues
Hello all. First Raspberry PI, so be gentle.I did search the FAQ, and could not see a fix that related to the Zero W. Apologies if I missed it.Outline. Raspberry Pi Zero W. Micro USB from the USB...
View ArticleTroubleshooting • Re: My pi 5 wont boot
I would remove the cooler, clean off the thermal paste and retry the no sd card diagnostics with no cooler.After doing this the pi Did nothing, same static red status led. also before you ask, I do...
View ArticleAdvanced users • Re: Moving Linux Kernel to 6.6
assuming you're on Pi5Code: sudo apt install git bc bison flex libssl-dev makegit clone --depth=1 --branch rpi-6.6.y https://github.com/raspberrypi/linuxcd linuxKERNEL=kernel_2712make...
View ArticleUbuntu • Re: IQaudIO DAC+ not working with Pi 5
I had a chance to look into this finally; it appears there's a kernel issue in the PCM driver that prevents the snd_soc_iqaudio_dac driver from registering correctly. Specifically, the following can...
View ArticleOther projects • Re: General advice building another lennytroll
Glub0x,I have a land line and I to have to live with numpties calling most days wanting my money. To this end and a few years back I did a Pi based caller line number decoder thingy that monitors my...
View ArticleGeneral • Re: C program, flush input, scanf(), menus, etc.
The more I read, the more I realize it is silly to try to use scanf() for direct user input.I did not yet try the callback, bu that looks good. Online C compilers like the GDB debugger one are nice...
View ArticleGeneral discussion • Re: Raspberry Pi5 USB-C PD
Hoi zäme...just out of curiosity: I have a SMEIWANR 8Port 240W Charger (https://www.amazon.de/gp/product/B0CDBFCKK5/ ). When connecting an RasPi 5 according to an FNB58 it advertises 3.3-11V @ 5A....
View ArticleAdvanced users • Re: PI5 and easy AI/CV/LLM
Well, that is terrible!!!Indeed, I don't think you should worry about losing your job to a Pi running AI.Yet.Something big is happening.There is push towards AI server farms, lots of compute and huge...
View ArticleTroubleshooting • Re: getting OSError: libbcm_host.so: cannot open shared...
Change the python code to use picamera2Documentation is here https://datasheets.raspberrypi.com/cam ... manual.pdfStatistics: Posted by neilgl — Thu Apr 04, 2024 10:45 pm
View Article