Interfacing (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 ArticleBeginners • Re: Can’t install ZFS on kernel 6.6.X
It is now possible to install ZFS on Bookworm kernel version 6.6.20! Follow these instructions:First, with nano as sudo, add the following line to /etc/apt/sources.listdeb http://deb.debian.org/debian...
View ArticleTroubleshooting • Re: Raspberry Pi 5 periodically becomes unresponsive
Check if you can ssh into the Pi.No I cannot when this happens.Statistics: Posted by muddle.collar — Thu Apr 04, 2024 9:02 pm
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 ArticleRaspberry Pi OS • Re: GUIDE: A keyboard-centric configuration of RPiOS...
Thanks for the detailed feedback. I've updated the repo and removed those problematic bits. I left the setup for zsh and neovim etc for now. I like the fact that there is a place where they can be...
View ArticleTroubleshooting • Re: Raspberry Pi 4 Model B Stopped Working Please help
Do you have any headphones with a jack to see if there is any noise?Statistics: Posted by amoun — Fri Apr 05, 2024 9:14 pm
View Article