General discussion • Re: Powering multiple RPi with 300W PSU
Either will be adequate, indeed overkill. You don't need more than 20A (and that is generous for 2xPi5, Pi4B and Pico).Cables should be 18 AWG minimum, and as short as possible. Thinner is okay if...
View ArticleTroubleshooting • Re: Raspberry pi 5 no boot only red led
Could try restoring the bootloader, in Pi Imager, misc utilities, bootloader.Statistics: Posted by rpiMike — Fri Jul 05, 2024 11:26 am
View ArticleGeneral discussion • Re: Can I charge phone with rpi power suply
both official USB-C PSU will happily do that.Your microUSB PSU will do that as well.Statistics: Posted by aBUGSworstnightmare — Fri Jul 05, 2024 11:31 am
View ArticleCamera board • Re: Camera Module 3 Wide - Cannot allocate memory
I am calling the rpicam-still from bash script in 30 sec period in order to have allways the actual config file (day, night, sunset, sunrise). I am not sure, whether the libcamera-still reloads the...
View ArticleOther RP2040 boards • Re: Own board - messed USB! ... take 2!
Ok here is a re-draft - just thinking capacitor placement. Will add ground planes and interconnections. Can get the caps around the pins 48,49 50 closer by routing the QSPI tracks via the back if its...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: SN65DSI84 based solution non-working...
I've never had reliable results with this board & panel, but I can see the kmstest pattern visible but with totally the wrong colours (largely lime green, with cyan, yellow, and magenta segments)....
View ArticleGeneral discussion • Re: Flash the eMMC
https://github.com/raspberrypi/cmprovisionWill take a while as well, but can do many in parallel if you do in system programming with the modules sitting in the final device.Statistics: Posted by...
View ArticleBare metal, Assembly language • Re: framebuffer in Assembly for a Raspberry...
Hello, I have now created a very simple code that can be used to control the graphics of a Raspberry PI 5:https://satyria.de/arm/index.php?title=Grafik_(PI5)This course is currently in German, but...
View ArticleRaspberry Pi Connect • rpi-connect-lite terminal disconnects
There seems to be a disconnection timeout in the terminal session.When I connect from a web browser, I get randomly disconnected, even if the Pi is busy on a long operation. I can only assume it is...
View ArticleRaspberry Pi Connect • Re: WISH LIST
... - Ability to stay signed in to RPI Connect Website on devices...If you are using the command line then look at tmux - it lets you sign off and then pick up where you where amongst other...
View ArticleAdvanced users • Re: How do I make my rpi boot faster?
For reference my Pi Zero 2W takes:Code: pi@raspberrypi:~ $ systemd-analyzeStartup finished in 6.670s (kernel) + 16.270s (userspace) = 22.941s graphical.target reached after 16.176s in...
View ArticleOff topic discussion • Re: Which connector is required to connect a hard drive
I have a SAS 6Gbps HDD https://serverorbit.com/hard-disk-drives/sas-6gbps/. Also send me a link of it's connector.It's difficult to tell from your link what type of drive interface it uses and what...
View ArticleGeneral discussion • Re: How does Raspberry PI 5 Power
You can, but it's not a good idea, especially if the servos are relatively powerful.Well, what if they're just reasonably powerful, or not particularly powerful?I certainly have had no problems...
View ArticleTroubleshooting • Re: Having trouble connecting to most websites
Odd - I would have expected to see an entry for the local lan in the ip route output.Does you Wi-Fi allow the devices to access other locations / devices? Sone guest Wi-Fi restrict everything if set...
View ArticleBeginners • Re: Getting external storage to work with Raspberry Pi 5
Looks like a driver issue - "Formatted exFAT"Statistics: Posted by KeithMck — Sat Jul 06, 2024 11:34 am
View ArticleGeneral discussion • 3 monitors possible with RaPi5?
Hello, I'm unsure about the specs https://www.raspberrypi.com/products/raspberry-pi-5/ whether I can connect 3 monitors?I see 2 HDMI ports, but is there a 3rd connection for the 3rd monitor...
View ArticleTroubleshooting • Re: Default login rejected when connecting via serial port
Or you could just install a sensible version of PiOS. Like Buster, as suggested (obliquely) by the previous poster.Only if your definition of sensible is no longer supported, and not receiving...
View ArticleGeneral discussion • Re: 3 monitors possible with RaPi5?
The Pi5 has 2 HDMI outputs, 2 DSI outputs and a DPI output + GPIO.That allows for i.e. 2UHD monitors connected to HDMI, two Full-HD DSI displays connected to DSI, a DPI to LVDS bridge for another FHD...
View ArticleRaspberry Pi OS • Re: Openvpn installl on Bookworm (RPi5)
Try PiVPN - https://www.pivpn.io/ - it has options for Wireguard and OpenVPN. Dead easy install. I'm using Wireguard, but no reason why it shouldn't be equally straightforward for OpenVPN.Statistics:...
View Article