Beginners • Re: Need help with setting up.
With the Lite version, can you actually see text on the monitor?I was confused by “ since I have not been able to get any display on it.”It is based on my tests in the past with Debian Testing on a...
View ArticleGeneral • Re: Newbie trying to do DSP on Pico 2
Thank you for the pointers. I've had a quick go at the C++ SDK and it is quite a bit easier than I was expecting.Lots more reading to do now, but I'm happy that I've set a direction and taken the...
View ArticleAdvanced users • Re: Frame Buffer_width/Height not working on PI5 DPI
your still running FKMS driver?No , I'm using the KMS driver. My config.txt is in the first post.what's your output of 'wlr-randr'Code: pi@cm4nanob:~ $ wlr-randrDPI-1 "(null) (null) (DPI-1)" Physical...
View ArticleRaspberry Pi Connect • Re: Automatic resolution change
To automatically obtain the resolution suitable for the remote device I found only one way, disconnect the monitors locally.Statistics: Posted by celona — Thu Sep 26, 2024 9:03 am
View ArticleAdvanced users • Re: Power up fpv drone and raspberry pi 5 from single Lipo...
Are you sure you need all the computing power of a Pi5?I think yes because pi have a connected ai kit module and it’s doing continuously object detection and tracking. Also flight controller BEC can...
View ArticleGeneral discussion • Re: On Powering the Raspberry 5 via Battery for Portable...
Welcome, new user! Have you actually tested this theory of yours? People only get snippy on this forum when others post nonsense.their [sic] is no reason to suspect that the raspberry pi 5 requesting...
View ArticleGaming • Re: Seeking interest and support in a game designed for Rpi
Giving ships orders and expecting them to behave correctly when they have those orders, is pretty much a key part of any strategic war game... and with lots of different ship types with different...
View ArticleBeginners • Re: how to connect to headless raspberry pi without network
The easiest I think and in my experience is to use the same WiFi SSD and credentials in the new router as with the current pre-fiber. Not only easy w.r.t. RP3A+ but also for your smartphones etc....
View ArticleGeneral discussion • Re: Which of these can I safely remove
If you want to take any of those off that list so they don't get flagged for removal, you can mark them as manually installed, eg.Code: sudo apt-mark manual avr-libcor another way of doing the same...
View ArticleRaspberry Pi OS • Re: UART (pins 14 & 15) support in Raspbian 12
In my simple old Raspberry GPIO header lookup picture pin14=GND and pin15=GPIO22Maybe you mean WiringPi numbers or Broadcom numbers, was/is confusing.Pretty obvious it's the standard GPIO numbers (aka...
View ArticleGeneral • Re: Can PWM count output pulses from PIO?
I verified that pwm_get_counter always returns 0 if I do not call gpio_set_function(gpio, GPIO_FUNC_PWM);This is expected: peripherals can be connected to a pin only one at a time, so PWM cannot read...
View ArticleTroubleshooting • Re: Raspberry Pi Imager - cannot paste public key
Well, I thought I was probably missing something embarrassingly obvious.... Because there was no right-click->paste option I assumed that the field couldn't be copied into.... I didn't think about...
View ArticleAdvanced users • Conditional filters in config.txt
In the documentation, https://www.raspberrypi.com/documentati ... al-filters it details that the [pi2] filter applies to both the BCM2836 boards, and the BCM2837 boards.Lower down, it mentions the...
View ArticleGeneral discussion • Which IPv6 address
Folks, Due to an ISP change I've been forced into looking at IPv6 addressing system, my new supplier is behind a CGNAT system so my PiVPN server cannot now be made available as before with port...
View ArticleTroubleshooting • Re: HDMI settings in Bookworm
I've described it once in viewtopic.php?p=2155762&hilit=Hdmi+audio#p2153560An EDID editor is i.e, https://www.deltacast.tv/products/free- ... did-editorThank you so much for all of your help!I...
View ArticleOff topic discussion • Re: COB LED Power Supply selection
Tracking your dog’s life milestones is easier with a dog lap day calculator. Simply input your pet’s birth or adoption date, and the calculator tells you when significant days, like their 100th or...
View ArticleOther RP2040 boards • Re: RP2040, min power consumption, run on CR2032
@Transonic has the sanest sleep solution, some external sleep circuit would solve the sleep thing nicely. Design choices depends on many CR2032 you want to expend... Statistics: Posted by katak255 —...
View ArticleTroubleshooting • Rosa Streifen auf dem Bildschirm
Hallo, ich versuche meinen neuen Raspberry 4 in Betrieb zu nehmen. Angeschlossen habe ich Bildschirm, Tastatur und Maus. Stromversorgung läuft über das Original-Netzteil.Der Bootvorgang hat geklappt....
View ArticleGeneral • Re: Disconnect battery using relay
One way to stop power banks powering down is to regularly pull a pulse of current that large enough. Also I believe I read about modifications to power banks to stop this.Anyway I was going to point...
View ArticleBeginners • Re: These nvme base hats look interesting but do not have access...
Chances of solid state drives failing at the same time are so much greater. It's this which you need to bear in mind for home use.Assuming two 4TB SSDs in RAID1 it seems likely identical drives will...
View Article