General • Re: RP2040 / RP2350 Secondary USB HID (guest, not host)
Yep, I think it's feasible. You need another USB stack:https://github.com/sekigon-gonnoc/Pico-PIO-USBStatistics: Posted by katak255 — Fri Aug 23, 2024 1:11 am
View ArticleGeneral • Re: Documentation updates
Thanks!I also did not notice this until now:NOTEA one-click installer for the Pico C/C++ SDK for Windows 10 and Windows 11 is available.That will hopefully help out a lot of...
View ArticleCamera board • Re: gstreamer on RPI 5, "Range format is ambiguous"
Just to confirm, this change rolled out and fixed my issue.Thanks for the help!Statistics: Posted by hackbar — Fri Aug 23, 2024 2:05 am
View ArticleSDK • Re: picotool 2.0.0 is installed, cmake says it can't find it...
Looks like it's being worked on https://github.com/raspberrypi/pico-set ... pi-patch-1. I was about to point that out (it needs to get picotool built first). Another thing: 'mkdir' will fail on...
View ArticleTroubleshooting • Re: 100% virtual memory
Hi, Ive set up a Pi 5 as a home server/NAS. It’s runs several services including:ApacheSMBMariaDBPlex Media ServerDHCPVPN serverTP-Link Omada ControllerJRiver Media CenterAfter about a day or so of up...
View ArticleTroubleshooting • Re: How much space do you need free on SD card to function?...
So just go with: the OS needs 8GBSounds goodStatistics: Posted by hikinghack — Fri Aug 23, 2024 2:34 am
View ArticleBeginners • Re: Browser page jumps position on refresh
Do you have a wireless mouse or Wi-Fi dongle in the USB ports? If so, remove it. Does the issue go away? If so, connect that dongle to the USB port with a USB short USB extension lead.Statistics:...
View ArticleGaming • Re: GZDoom DOOM Engine Source Port on the Raspberry Pi 4 Computer
does Pi4 didn't supported, even vulkan update to 1.3?*Device does not support the VK_KHR_video_decode_queue extension! https://www.phoronix.com/news/Vulkan-1.2.197-ReleasedStatistics: Posted by cjan —...
View ArticleSDK • Re: Software reboot
Do you need a checksum on that?Statistics: Posted by dthacher — Sat Aug 24, 2024 12:44 am
View ArticleTroubleshooting • Package updates problem?
How to resolve this:after;pi@raspberrypi:~ $ sudo dpkg --configure -aSetting up wpasupplicant (2:2.9.0-21+deb11u2) ...Processing triggers for man-db (2.9.4-2) ...Processing triggers for dbus...
View ArticleNetworking and servers • Re: Raspberry as local website
It’s common to have to choose between using some existing package that has lots of features and built-in capabilities (like a database or a web server or a pretty gui), and something home-grown that...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: GPIO pin (GND to be specific) current...
@pcmanbob1. Current at node source node of MOSFET = whatever current draw from the load (FAN)2. The node immediately below pin 3 also sees the same current in [1] above3. My confusion is this: How...
View ArticleTroubleshooting • Pi 5 power issue, possible over voltage?
I have a Pi 5, and a compatible power supply. (bought off Amazon, so I have no idea if it's the "official" supply. White wall-wart with a permanently connected cable to a USB-C end.)I can power both...
View ArticleGeneral discussion • Reduce quality with 1 resolution?
Hey guys, I have an external monitor that supports only 1 resolution, any other resolution will fail to display an output.The problem is that the resolution is too resolution'y and the quality is too...
View ArticleGeneral discussion • Re: Reduce quality with 1 resolution?
Hey guys, I have an external monitor that supports only 1 resolution, any other resolution will fail to display an output.The problem is that the resolution is too resolution'y and the quality is too...
View ArticleBeginners • Re: Rpi zero w into a ham clock
Ok. Tested the RPI with the micro HDMI out normal HDMI into TV. RPI desktop loaded right up. Next I'm going to try switching my second monitor on my laptop and the experiment monitor and see if that...
View ArticleGeneral programming discussion • Re: 24 Minute Sun Simulation
Well, since the LEDs are addressable you only need one strip. The first "strip" is LED 0-401, and the second "strip" is LED 402-803. Or 803-402.I would certainly try running two strips in parallel,...
View ArticleTroubleshooting • Re: Pi 5 power issue, possible over voltage?
I did a bit more experimentation.Rather than using the USB-C for power, I hooked up my bench supply to pins 2,4,6 of the header.Display was plugged into the Pi USB port.The pi started up, flickered...
View ArticleCamera board • Good book or online resource on video processing
There are lots of books on how to get started with Raspberry Pi and intermediate books and advanced books but I have never found one that is helpful when it comes to video processing. I'm a relative...
View ArticleGeneral • Re: Help to find pins
The default pin defenitions worked. Thank you again. I know I could eventually find it but trying to track through all those config files may have taken quite a while. I should now be well on my way...
View Article