Beginners • Re: Problems installing raspian
I used the the rpi and the /etc/NetworkManager/system-connections directory was empty.so i copy the one in my laptop (I use linux) but still no luck If all else fails, image-config will customize a...
View ArticleTroubleshooting • Led blinking green 3 times and 1 fast
Hi! I've searched for a while and found multiple posts on different errors communicated through the LED on devices. I have a newly purchased Raspberry Pi 5 8GB RAM. I have an SD card with Raspberry Pi...
View ArticleC/C++ • Re: What are the Linux interrupt numbers for peripherals?
Ok thanks, finally do you know if the PWM module can be configured to act as one shot?ive not delt with the RP1 PWM yetbut i have gotten the RP1 PIO to work, and PIO could do a one-shot pwm...
View ArticleHATs and other add-ons • Re: Help: Official Pi 5 case Stacking Standoffs?
You're not the only one:https://www.reddit.com/r/raspberry_pi/c ... stackable/The problem seems to be that the commonly available M/F standoffs have only 6mm of thread on the stud, which is...
View ArticleHATs 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 ArticleBeginners • Re: Intermittent Screen Blanks
i think you just have a display issue, some work, some don't.rpi's are actually very picky about screens, with the new kms drivers bad id's are a hassle.Statistics: Posted by kerry_s — Wed Apr 03,...
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: 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 Article