Graphics, sound and multimedia • Re: 40 pin LCD installation with RPi5.
..Now I have compared the charts of the pinout of the 40 pin video connector of the screen i have and the 4tn chart at the last chart. The only differences I realized was some NC (No connect) pins...
View ArticleBeginners • Re: Raspberry Pi 4 Model B and monitor "Out of range"
On the other hand, it would be nice if a screen resolution could be defined in config.txt or cmdline.txt, but it seems impossible.No, what seems impossible is to make some people read what they have...
View ArticleGeneral discussion • Re: Docker intermittently uses IPv6 despite disabling...
Why do you want to disable IPv6? It's been around since 1995 so probably works.Statistics: Posted by DougieLawson — Fri Sep 13, 2024 6:29 am
View ArticleBeginners • RPI 27w power pack spcs
Bought a RPI power pack to Power RPI 5. Before using it looked at the label specs.....5.1V@5A9V @3A12V @2.25A15V @1.8AHow does the power pack sense the correct voltage that's required Statistics:...
View ArticleBeginners • Re: RPI 27w power pack spcs
In the general case I'm certain you're correct. But this thread is specifically about the official 27W PSU and that has a captive cable which I presume is suitably rated. Or it wouldn't be on sale.It...
View ArticleHATs and other add-ons • Re: HW RAID
My gut feeling at this time is that, as already syggested, OP is being cheap, has seen a few buzz words (EXSi, hardware RAID), seen a couple of "funky" products, but hasn't done their own (basic)...
View ArticleGeneral • Re: Official RP235xB boards?
May not be an issue for most but be aware that neither of the Pimoroni boards will overclock above about 320MHz. The Pico2 is no issue up to 400MHz.The issue is not the PSRAM as even with that removed...
View ArticleTroubleshooting • Re: Pi 5 not accessible by other Pi’s Mount
Hi Folks!Found a solution of a GUI access (the yellow file folders icon – pcmanfm) to my shared files so posting for others. May not be THE correct way but works.The files were not available via the...
View ArticleTroubleshooting • Re: Cannot properly scan system for error: fsck at reboot...
TryCode: sudo tune2fs -c 1 /dev/mmcblk0p2The one "1" means check every boot.Reboot to check the drive. ThenCode: sudo tune2fs -c 0 /dev/mmcblk0p2to stop checking every boot.Statistics: Posted by AndyD...
View ArticleGeneral • Re: I2C read on c sdk vs Micropython in Pico
@breaker, actually it looks like OP mentioned only I2C scan for MicroPython and C in the beginning, so I guess I'm not sure if OP has managed to get a breakout board I2C fully working with a Pico with...
View ArticleGraphics, sound and multimedia • Re: Play spotify offline on a raspberry pi,...
as far as i know they are possibleStatistics: Posted by JaylaMejia — Sat Sep 14, 2024 1:57 am
View ArticleBeginners • Problems with Pico SDK for new users
For years I have been avoiding the ARM processors but the RP2040 had some interesting features worth trying. The hardware seems to do what they say but the SDK that that is meant for it is useless for...
View ArticleAutomation, sensing and robotics • How to control low voltage AC motors
I'm looking to control four of these from an RPi: https://ecojay.com/uploads/1/3/5/5/1355 ... _specs.pdf. I need to deliver power to either the "open" or "close" terminal, and read the state from the...
View ArticleBeginners • Re: Problems with Pico SDK for new users
I mean no disrespect with this, but it sounds like a user issue to me.This is usually the case with every post I've seen around here with someone saying the get errors, but for some reason don't tell...
View ArticleGeneral discussion • Hostapd in a pc... i cant connect that Wifi with a RPI...
So... im going crazy here.This is my hostapd.conf in the linux server (the one creating the Wifi):Code: sudo cat /etc/hostapd/hostapd.conf 1 ✘...
View ArticleAutomation, sensing and robotics • Re: how do lgpio interrupts / callbacks...
There is no such thing as interrupt handling in Linux userspace - interrupt handling is all done within the kernel. The gpiochip device API makes edge events available which will wake the waiting app...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Connecting a DSLR Camera with USB-C...
Why don't you use a Pi4/Pi5? You can configure USB-C to OTG and use a straight USB-C cable?https://www.adafruit.com/search?q=DIY%2 ... le%20PartsI'vew never tested the USB cables, so don't know what...
View ArticleTroubleshooting • Re: IMX477 Camera Dropout Issue with Custom Carrier Board...
Think you are in the wrong forum!Statistics: Posted by aBUGSworstnightmare — Sat Sep 14, 2024 6:03 am
View ArticleSDK • rp2350_chip_version assert - manufacturer ID mismatch?
I've been working on RP2350 (Pico 2 board) bringup for some of my existing RP2040 projects. I've discovered a strange behavior, calling rp2350_chip_version from src/rp2350/pico_platform/platform.c,...
View ArticleRaspberry Pi OS • Re: I can't watch youtube or imdb videos on chromium browser
firefox can not set full window mode.i don't followfull window ? F11 ?not F11, in view window right down little icon 'full mode'.Statistics: Posted by cjan — Sun Sep 15, 2024 4:44 am
View Article