Networking and servers • Re: RPi5 as WiFi Hotspot Max. Speed
I'm confused. Having a R Pi 5 with Bookworm I get:Code: rpi@rpi5:~ $ iwlist wlan0 bitratewlan0 unknown bit-rate information.Strangely mine says that but also gives an answer!!!!Code: $ iwlist wlan0...
View ArticleBeginners • 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 ArticleTroubleshooting • Re: Raspberry Pi 5 Temperature Troubleshooting
Wireless or ethernet?If wireless USB3 can interfere with it, I use ferrite clamps on USB3 leads which near enough stops the problem.Always run on Ethernet, would never run anything like that on...
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 ArticleTroubleshooting • Re: Fried Pi?
1) It is almost certainly the case that the Pi itself is fine. But the software (OS) on the SD card may have gotten corrupted. Best advice is to get a different SD card, install a new system. Boot the...
View ArticleCamera board • Re: Field of view wide-angle camera for raspberry pi zero
Thanks for your answers.My guess - and the basis of the above comments - had been either :-https://www.berrybase.de/en/kamera-mit- ... -zero-15cmYes this is indeed the camera I got.If we accept that...
View ArticleGeneral discussion • Re: Will a 5 inch display get released?
a 5in display with the same resolution is 'visible' from the kernel sources --> will be released in the (most likely) near futureStatistics: Posted by aBUGSworstnightmare — Thu Nov 28, 2024 12:40 pm
View ArticleCompute Module • Re: Bypass eMMC on Raspberry Pi Compute Module 5 to boot...
From my POV the official cards are too expensive as well when comparing to other commodities. Just wanted you to be warned.There is no legal requirement to use Raspberry Pi SD cards or SSDs. Use...
View Article