Deutsch • 2 IP Adressen auf einen Pi3 B+
Wie kann ich meinem Pi3b+ 2 IP Adressen zuweisenEs geht drum das ich 2 ADS-B USB Sticks an einem Raspberry laufen lassen möchte, jedoch braucht jeder USB Stick eine IP Adresse.Statistics: Posted by...
View ArticleRaspberry Pi OS • Re: kernel ompile error
I had a similar problem because I had a 32-bit kernel running in 64-bit mode. First check whether Raspberry Pi OS is 32-bit or 64-bit.Code: getconf LONG_BITIf the command outputs 32, then the OS is...
View ArticleTroubleshooting • Re: Xdotools search not finding any program
Ok, so what i'am trying to do is retrieve the id of the process and use it (the id) to get it's window's size and position. The problem that i'm having comes up when i try searching for the id using...
View ArticleGeneral discussion • Re: Raspberry Pi 5 connector with 2 leads
Why are we “scanning every IP address in the area”?Statistics: Posted by neilgl — Mon Aug 12, 2024 3:49 pm
View ArticleGraphics, sound and multimedia • Re: libcamera Audio and YUV Video streams
just found the solution. a little bit lost between "libcamera codecs" and libav ones. We have to invoke the codec type (here YUV420p) through libav .... Code: libcamera-vid --width 1024 --height 768...
View ArticleCamera board • Re: imx577 camera width CM4
If you find the later versions of that thread you'll find that it was acknowledged that imx577 is NOT the same as imx477, but imx577 support has been merged into the imx412 driver via...
View ArticleGeneral • Standalone Pico Power supply
Hey guys. An Arduino guy here. I started working with my first Pico and it is pretty cool. I built a small first Pico project.I want to build a standalone power supply part for the system.Here is my...
View ArticleBeginners • Re: A little help before I make a purchase
Thank you so much for the advice on all my questions!As I delve deeper into all things Raspberry Pi I’m truly amazed at all the projects/ use cases for this amazing little piece of kit. I love PCs and...
View ArticleGeneral discussion • Re: Rotary Encoder RPi 4B in C
from /boot/overlays/READMECode: Name: rotary-encoderInfo: Overlay for GPIO connected rotary encoder.Load: dtoverlay=rotary-encoder,<param>=<val>Params: pin_a GPIO connected to rotary...
View ArticleTroubleshooting • Re: Changing the background colour of the TUI mode from...
It is a little strange that the previous poster denies that there is any blue region when his own posted PNG file clearly shows a large blue area.That said, I'm pretty sure that this bright blue area...
View ArticleBeginners • Re: RaspberryPi camera code
Ok, I believe that with the manipulation of Exposure and LensPosition I will be able to eventually find good values for those parameters given the characteristics of my environment.Thank you for the...
View ArticleGeneral discussion • Re: Raspberry Pi 5 discussion thread
I think you would need to rebuild it yourself to get bleeding edge software.Well not particularly the bleeding edge but as you know, Wayland caused some issues for us desktop users which required a...
View ArticleBeginners • Re: Raspberry Pi 5 connector with 2 leads
Why are we “scanning every IP address in the area”?Because we can? Well, some of us can. Maybe not OP.IP's or AP's?Statistics: Posted by pidd — Tue Aug 13, 2024 4:17 pm
View ArticleSDK • rp2350 changing flash clock rate
On the rp2040 I change the flash clock rate using the functionCode: void __no_inline_not_in_flash_func(modclock)(uint16_t speed){ ssi_hw->ssienr=0; ssi_hw->baudr=0; ssi_hw->baudr=speed;...
View ArticleTroubleshooting • Re: need a layout or screen shot of the available screen...
I have retro piStatistics: Posted by Charnavin — Tue Aug 13, 2024 4:26 pm
View ArticleSDK • Re: RP235X UF2 file format
See errata E10 in the datasheet for why this block is necessary, and why it has the wrong num_blocks.Many thanks for the explanation. I had missed that.Ideally it wouldn't actually be written to...
View ArticleGeneral discussion • Re: Any PI cases that have the power supply included?
Thanks for helping, I'm looking for a case that has the power supply included. Meaning users can just plug in their 110/220V cable in the case directly to a socket. It's okay if it's a rack mounted...
View ArticleGeneral • Re: RP2350 and RP2354 availability to general public
If you email applications at raspberrypi . com I can forward it to the appropriate sales guy.Statistics: Posted by jamesh — Tue Aug 13, 2024 4:40 pm
View ArticleThe MagPi • Re: Article Suggestion - In-depth description of Bookworn Sound...
3. This stuff isn't closed source. What's stopping any of you from documenting what you have learned and sharing that with the rest of us?The documenting process itself. First they have to accept you...
View ArticleHATs and other add-ons • Re: Strange activity on software RAID5
Thanks for responding.You mean that one disk flashes more or makes more noise? Any kind of scan or sync should require accessing all drives roughly equally. It also seems unlikely that any user data...
View Article