Networking 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 ArticleTroubleshooting • Re: False "Low voltage" warning?
I had the same problem with a 3B. Does the red power LED come on? If not, the fault is a low voltage detector chip running off the USB power socket +ve power connection.. The output during normal...
View ArticleCamera board • Re: Raspberry Pi High Quality Camera DNG Format and Raspberry...
It says that the topic does not exist anymoreA mod has probably deleted it...That is just unfortunate...Eh... AIUI you posted duplicate posts wuth your question and a mod deleted one of them.From the...
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 ArticleOpenGLES • Re: Pi4 export EGL image DMA-buf and import as libdrm framebuffer
[..]gut feel is that you should be able to pass exactly the same framebuffer handle you are using on the first crtc to the second one tooI can confirm that this does work. I do exactly that do spread...
View ArticleGeneral discussion • Re: Raspberry Pi5 USB-C PD
Has anybody tried to power the Pi-5 with a "third party" power supply which supports PD? And could those chargers actually supply the 5 amps that the Pi-5 needs? The question is, can the Pi-5 and a...
View ArticleBeginners • Re: Help with storage performance
Samsung Fit Plus USB 3.1 flash drive MUF-64AB: A review plus a speed test on a Pi 4.https://petermoulding.com/samsung_fit_p ... e_muf-64abStatistics: Posted by peterlite — Fri Apr 05, 2024 10:04 pm
View ArticleGeneral • Re: External ADC via SPI speed on Pi pico
I would start removing one part of the software after the other and measure time needed.- comment out the CS digitalWrite (although it is needed at the end, just get the time budget)- comment...
View ArticleGeneral discussion • Raspberry Pi 3A+ has silkscreen (c) date of 2022 ?
Pimoroni recently had a sale. with 3A+ reduced in price so thought I'd get one as I'm sure to find a use for it.Noticed that the (C) date printed on the board is 2022. Since the 3A+ came out in 2018...
View ArticleGeneral discussion • Re: Raspberry Pi 3A+ has silkscreen (c) date of 2022 ?
Mechanical (Form, Fit, Function) Changes• New DA9090 PMIC.• No other significant changesElectrical• New DA9090 PMICSoftware/Firmware Changes RequiredThis new product revision is supported in firmware...
View ArticleAdvanced users • Re: Bookworm 64-bit - PXE+NFS boot. Anyone got it working on...
Here's a simple approach that I just updated for compatibility with Bookworm (in addition to Buster/Bullseye).These scripts work with Buster/Bullseye/Bookworm (use pxe-add-bw with Bookworm until the...
View ArticleAutomation, sensing and robotics • Re: real-time object detection
I think my Raspberry version does not support the picamera2 library. So, what would you recommend that is fast and does not drop to make a real-time object detection project?Statistics: Posted by...
View ArticleOther RP2040 boards • Re: Debug Probe an I2C sniffer / logger
I don't know how to tell these apartIt's possible to change the PID, even the VID, to identify which is which and 'udev' might help with distinguishing on Unique ID.Something like 'DEBG' would perhaps...
View Article