Beginners • Re: Raspberry Pi USB 3 Hub - some questions
1. Can't remember what was said, sorry, I would assume not as that's not particularly a good thing for normal setups.i want to use pi 02w with single connection i will connect hub to raspberry pi and...
View ArticleBeginners • Re: Power Supply advice for Pi5
I believe HDMI 2 spec allows for 300ma power on the 5V, but not intended to power downstream devices. I think the main use for it is to power active cables with extenders to drive a signal over longer...
View ArticleBeginners • Re: Help with Using Multi Digital Microphones with Raspberry Pi 5
You can't wire digital microphones in parallel like that into PCM_IN. You need a multiplexing device, or better still a device with lots of separate I2S inputs.Statistics: Posted by MikeDB — Tue Nov...
View ArticleRaspberry Pi OS • Re: Best way to disable WiFi Power Save?
One way is to create a file (using sudo) in /etc/NetworkManager/conf.d with the file type ".conf" e.g., powersave.conf, with the contentsCode: wifi.powersave=offMake the file protection 600 and...
View ArticleGeneral • Re: [Closed - not yet] ADC creepage on the RP235X
After complete power down, 1 minute of pause, then power up,the very first read with pull down enabled is a little bit higher, but consistent and distinguishable:Are those immediate consecutive...
View ArticleCompute Module • Re: RPi5: USB-C support
I found the look severely outdated, do others agree?Nope, I love it, it’s a development board. If you don’t like it don’t buy one or build your own.Great work Pi team, I’ve ordered mine.Statistics:...
View ArticleCompute Module • CM5 in CM4 boards - USB 3.0 from CAM0/DISP0?
Lot of existing CM4 boards may work with CM5 as is, however the CAM0/DISP0 changed into USB 3.0. Would straight wiring from the CAM/DISP FPC into usb 3.0 socket (possibly with some passives if needed)...
View ArticleAdvanced users • Re: Moving Linux Kernel to 6.12
Code: ubu@raspberrypi:~ $ sudo rpi-update next *** Raspberry Pi firmware updater by Hexxeh, enhanced by AndrewS and Dom *** Performing self-update *** Relaunching after update *** Raspberry Pi...
View ArticleMicroPython • Re: Connecting to the Internet with new Pico 2 W
Code: import timeimport networkssid = 'BT-JJAC9T'password = 'xxxxxxxxx'wlan = network.WLAN(network.STA_IF)wlan.active(True)wlan.connect(ssid, password)# Wait for connect or failmax_wait = 10while...
View ArticleRaspberry Pi Connect • Re: No connect buttons on "devices" screen
I'm having this same issue with Raspberry Pi Connect lite. No connect buttons show up, and I'm signed it, remote shell is allowed, and everything in the doctor is good.I've replied to your other...
View ArticleGeneral discussion • Raspberry Pi 5 Crashes When Running FFmpeg for Jellyfin...
Hello Raspberry Pi Community,I'm encountering a persistent issue with my Raspberry Pi 5 running Debian Bookworm. I’ve installed FFmpeg and set up the Jellyfin server to stream movies. However,...
View ArticleCompute Module • Re: CAM1 not working on a custom board with a CM4
i2c-10 would normally be on GPIOs 44&45.Prove your wiring by attaching an oscilloscope to those 2 GPIOs, and using "pinctrl set 44,45 op dh", and "pinctrl set 44,45 op dl" to set it high and low...
View ArticleRaspberry Pi OS • Re: Where to make requests for Raspberry PI OS?
RemovedStatistics: Posted by gordon77 — Wed Nov 27, 2024 12:41 pm
View ArticleCompute Module • Re: CM5 in CM4 boards - USB 3.0 from CAM0/DISP0?
The CM5 IO board design files are available so I would check those out.Statistics: Posted by jamesh — Wed Nov 27, 2024 12:45 pm
View ArticleTroubleshooting • Re: 512 GB card is too small for 477 GB image
Congratulations. You've just found that not all SD cards of the same size have the same capacity. Not even ones of the same brand/model. (Note the small print on the listed capacity!).It's pot luck if...
View ArticleBeginners • Re: Connectors for power through GPIO
You should use both connectors for 5V as a typ 2.54mm pinheader is rated for 3A.--> 2 leads for Ground as well!You will most likely not be able to crimp an AWG16 to a DupontWell, no matter how many...
View ArticleOff topic discussion • College of Contract Management
The College of Contract Management has enhanced my expertise in commercial management through focused training. Their online courses offer the flexibility to pursue further education while managing...
View ArticleGeneral discussion • Will a 5 inch display get released?
Hello,I was really happy with the new touch display 2 since it made a lot of cool improvements to previous issues with the older display (like the thickness and weight). But on the other hand I was a...
View ArticleUbuntu • Re: Ubuntu 25.04
yes, but why did you cross post similar cryptic posts over 3 topics already, wasn't the RISC-V emulator one good enough for that?Statistics: Posted by fanoush — Thu Nov 28, 2024 12:28 pm
View ArticleAI Camera - IMX500 • Re: AttributeError: 'NetworkIntrinsics' object has no...
The apt packages should now be updated, please try doing an update through apt and hopefully this should be resolved.Statistics: Posted by naushir — Thu Nov 28, 2024 12:34 pm
View Article