Camera board • Re: 16:9 HQ Image is a stretched version of a 4:3 image
OK. I understand. I'll pick one crop and stick to it.Thanks.Statistics: Posted by nickoppen — Mon Aug 12, 2024 9:32 pm
View ArticleHATs and other add-ons • Re: Request for options in Buid-Hat
Well, I have some wishes too: Mine: Build HAT + Sense HAT + LiPo battery charging circuit 3 in 1 (Well maybe I should just buy a Lego hub)Statistics: Posted by muzkr — Mon Aug 12, 2024 9:36 pm
View ArticleGeneral discussion • Re: All chromium extensions stopped working.
@kerry_s thank you for the reply! This leads me to my next question. Why would it matter if the OS and Browser is out of date in respect to extensions?"maybe try snap or flatpak chromium, but you'll...
View ArticleGeneral • Re: ssd1306_i2c example doesn't display anything unless I hit reset
Interesting; that would make sense. It's got an APX803 reset circuit which advertises "at least 140ms", and has a graph that shows across various temperatures it should always complete in 200ms. So I...
View ArticleSDK • Re: RP2040 inter thread synchronisation
The SDK way: Code: void irq_set_priority (uint num, uint8_t hardware_priority)which is simply a wrapper around writing to the NVIC registers nvic_hw->ipr[]num is the interrupt number - the same...
View ArticleC/C++ • Re: Pigpio GPIO mapping for pi 4B
well. I just missed 4B because it was not cited in the beginning of the section. My bad.Problem solved. ThanksStatistics: Posted by homedatadev — Mon Aug 12, 2024 10:23 pm
View ArticleRaspberry Pi OS • Re: Ookla speedtest DNS issue
Having the same issue. Any solution?Statistics: Posted by bomberb17 — Mon Aug 12, 2024 10:28 pm
View ArticleGaming • Re: Old School Runescape & Minecraft
Anything involving building source code with javascript, I would be completely lost, because I wouldn't know where to start:Building with IntelliJ IDEA - runelite/runelite Wiki -...
View ArticleGeneral discussion • Re: Raspberry Pi closes all apps and logs out.
@ B.Goode see viewtopic.php?t=375034Described differently but almost certainly the same issue. A waste of time continuing with this thread.Statistics: Posted by wildfire — Mon Aug 12, 2024 10:36 pm
View ArticleCamera board • Re: Pi camera on bookworm and bullseye
Full support for ALL Raspberry Pi Cameras and several others is available for Bullseye and Bookworm through the open source libcamera/picamera2 and standard Linux kernel drivers.That sounds good but I...
View ArticleCompute Module • Re: CM4 VL805 interface issue
Code: [cm4]# Enable host mode on the 2711 built-in XHCI USB controller.# This line should be removed if the legacy DWC2 controller is required# (e.g. for USB device mode) or if USB support is not...
View ArticleTroubleshooting • Re: Connecting zero 2 W with ssh not working
Checked it this morning and ssh & ping gone. Ran code above and immediately checked. Back on. Think it's something with the pi. I DO NOT lose interenet connection as every 10 minutes it goes out...
View ArticleBeginners • Tips To Make RPİ 5 Desktop Performance Better?
Hello all.I did, 3000 Mhz overclock and gpu overclock, applied active cooler.I did rpi power off on halt thing.I did Swap Memory thing.Is anything else i could, any tips? Thanks.Statistics: Posted by...
View ArticleGeneral discussion • Re: RP2350 and Pico 2 released!
Wihout making or implying any judgement on the inductor matter or other makers building working boards, I would say that there can be a great difference between something working well and something...
View ArticleGraphics, sound and multimedia • Re: Map of RPi5 HVS registers
If you're looking to directly control the hardware then please don't expect lots of support.The thread is likely to get moved to bare metal - whilst you may still be running under Linux, you are...
View ArticleGraphics, sound and multimedia • Re: Adding a SCART/RGB input to RPi5
I sense that you do not really understand why the clamp is needed. Whenever a video signal is passed through an AC coupling the absolute black and white levels at every subsequent point become...
View ArticleNetworking and servers • Re: Cant access device on Wifi AP
OK, a couple of things. First, if you have a bridged AP then you can't have a DHCP server on that AP. It could easily hand out IP addresses that conflict with the rest of the network to which the AP...
View ArticleBeginners • Re: Tips To Make RPİ 5 Desktop Performance Better?
switch to labwc desktop, openbox wayland clone no frills, just speed.recommend not going more then 2900 for complete stability, 3000 randomly crashes/locksupwouldn't touch the gpuforce_turbo=1 run at...
View ArticleAdvanced users • Re: Pi 5 - don't power up the board when power applied -...
To be clear: I'm not suggesting the default behaviour should be changed. I'm just suggesting that it would be handy in some circumstances to be able to configure the behaviour, in the same way that it...
View ArticleGeneral • RP2350 RISC-V qustions
They got unanswered in forum General discussion, so restating here:viewtopic.php?t=374826&start=100#p2243819The RISC-V implementation is clever.Is that a unique approach?Maybe. AIUI you can run...
View Article