Interfacing (DSI, CSI, I2C, etc.) • Re: [Solved] SN65DSI84 based solution...
With the files from that pull request added to my system the screen is not coming alive as the bridge is not getting initialized (no device on 0x2c)Code: pi@Pi5-4-SN530:~ $ ls...
View ArticleBeginners • Re: Can not boot my new pi 5
And when using a single display it is usual to plug it into the socket nearest the USB-C power input.Tried booth, same error. Only happend to be on the second one when taking the picture.Statistics:...
View ArticleTroubleshooting • Re: Making sense out of a solution
This is basically the setup for the motors, except that it's 6 AA batteries instead of a 9V powering the motors. The reason I think the raspberry pi can "steal" some power from the AA batteries is...
View ArticleRaspberry Pi OS • Re: Wifi broken on 64-bit image after all 2022-04 releases...
Disabling IPv6 will have zero effect. It's a protocol from December 1995 (28y 6m ago) so probably works OK by now.If it's not routed on your network it will have zero effect on anything.Statistics:...
View ArticleTroubleshooting • Re: Kali Linux with Pi5
I am trying to get my new Pi5 (8gb) to boot into Kali linux.[ ... ]Any thoughts?viewtopic.php?t=1243https://www.kali.org/community/Statistics: Posted by B.Goode — Thu Jul 11, 2024 8:20 am
View ArticleBeginners • Re: USB Y-cable
The simplest answer, if it is possible for you, is to get an official RPi 5V1 5A supply.The reason you have an issue with the other supplies is that they will not give the rated power at 5V, but only...
View ArticleTroubleshooting • Wifi Connection keeps disappearing
I have 3 Raspberry Pi 4 devices, 2 Raspberry Pi 4 Model B Rev 1.1 and 1 Raspberry Pi 4 Model B Rev 1.2 all are 2GB models.I initially thought this might have been an issue with a difference between...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
I should add, I particularly like the three different mounting options for the monitor - built-in stand, VESA mount and "hang it on the wall" as the stand fold up and forms a hooking location.VESA...
View ArticleGeneral discussion • Forums Upgrade
Thank you for the notification for the upgrade to the forum system. I'm interested to know if this "quite a significant upgrade" offers anything new from a user's point of view. I can't seem to find...
View ArticleGeneral discussion • Re: Forums Upgrade
I don't think there is anything obviously user facing, just an update to much more recent software, which means better security and performance.Statistics: Posted by jamesh — Thu Jul 11, 2024 8:52 am
View ArticleTroubleshooting • Re: Wifi Connection keeps disappearing
Have you tried disabling wifi power saving?sudo iw wlan0 set power offorsudo nano /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf and change wifi.powersave to 2Code:...
View ArticleGeneral discussion • Using Pi 5 with Pi-Hole - What else
I am rather ancient and I have been usibg Pis for a couple of years more as a hobby rather than to achieve any real goalsI have recently set-up Pi-Hole on a Pi 5 to protect my home network and it...
View ArticleGeneral discussion • Re: Pi Zero 2
Only by using a plug-in USB power meter.Statistics: Posted by rpdom — Fri Jul 12, 2024 8:43 am
View ArticleTroubleshooting • Re: RPi 5 HDMI issues.
If you boot the Pi without a SDCard but with the monitor connected, do you get a diagnostic display? What does the DISPLAY: line say?What happens if you boot (with SDCard) with both monitors...
View ArticleTroubleshooting • Re: Offline repo for RPi OS doesnt work
You're running a 64-bit Raspberry Pi OS, so you need the ARM64 versions, not the ARMHF 32-bit ones.Statistics: Posted by rpdom — Fri Jul 12, 2024 8:46 am
View ArticleAdvanced users • Re: Raspberry pi 5 - j17 for 2pin 12v FAN
Raspberry engineers! Help! Help! Statistics: Posted by Parafina — Fri Jul 12, 2024 8:51 am
View ArticleCompute Module • Re: Raspberry pi Compute Module 4 booting issue
where can I show you the video? any mail or anything else.HDMI port and UART (for debugging purposes) connected to CM4IO when I try to boot the CM4.yes, I have extra PSU and I was trying with it but...
View ArticleGeneral • Re: Baremetal for RP-PicoW
For now I just want to do it purely for educational reasons.You may find that you can do a lot of what you want to do using Pico SDK or even MicroPython. If you want to get down to the very lowest...
View ArticleBeginners • Re: Need some clarification about Raspberry Pi 5. Please help!
1. I am looking for the 8gb variant. Is it worth it? Or the 4gb will work just fine?(In future heavy projects might be run)There is no downside in getting the 8GB version apart from the higher...
View ArticleGeneral • Re: Multicore/PIO for MIDI controller
In the next step I will get a Pico W to be able to run a simple web server to configure the controller. How would you then split the tasks across the cores? The whole analogread-calculate-midihandler...
View Article