Troubleshooting • Re: RPi4B not detecting input from media device
At a guess, the Korg G1 is breaking the USB spec and backpowering 5V to the host device (the Pi). Under some situations this can cause the Pi to get upset. Using a USB hub is normally the easiest...
View ArticleTroubleshooting • Re: PCIe SATA cards stopped working with BookWorm on CM4
Reading through that issue, using the stock kernel but editing /boot/firmware/cmdline.txt to add "pcie_aspm=off" at the beginning of the line seems to be one solution, and doesn't require recompiling...
View ArticlePython • Re: PYQT6 on RPi-4 Bookworm
Thanks!Statistics: Posted by California — Tue Aug 20, 2024 3:48 pm
View ArticleTroubleshooting • Re: [BUG]Bookwoorm: Pi2 No UART possible on GPIO14/15
Pi2 running Bookworm 32-bit Code: Linux pi2 6.6.31+rpt-rpi-v7 #1 SMP Raspbian 1:6.6.31-1+rpt1 (2024-05-29) armv7l GNU/LinuxEnable serial uart on GPIO14/15. Connect a wire between 14 and 15...
View ArticleGeneral • Re: Problem building project.
you need to delete your build directory (contents) when updating to the latest SDKStatistics: Posted by kilograham — Tue Aug 20, 2024 3:59 pm
View ArticleBeginners • Re: Cooling a hard drive with a fan
Well, not tested it as I have no time to spare atm, but should be simple:1) Use the overlay provided here viewtopic.php?p=2196091&hilit=pi4+fan#p21826252)The target in fragment3 needs ro be...
View ArticleGeneral discussion • Re: Raspberry Pi 5 discussion thread
And please do not tell me to buy the official power supply because it is "very cheap". We have been over this before.I do understand where you are coming from but the issue, if you don't, is other PD...
View ArticleGeneral programming discussion • Re: 24 Minute Sun Simulation
I have no clue where to start with coding this.Me neither.But I have a suggestion.Start with just 24 LEDs. One for each hour of the day.You are lighting for a day close to an Equinox. There must be...
View ArticleAutomation, sensing and robotics • Re: Hotbin - remote temperature reading
Could be complicated find out what is inside a special device and reuse it.You could drill a hole into your bin. See https://www.sensorshop24.de/temperaturfuehler for various packages of sensors. Most...
View ArticleGeneral • Re: serial port flip-flopping on Linux.
Thanks, I said I knew what enumeration meant. The use of the silly term "tear-down" seems to be your own. I wouldn't say it's silly, and I don't believe it's incorrect, it reflects what is done,...
View ArticleWanted • Re: Looking for 5 inch RGB LCD with 1024x600
Why DPI? DPI steals all the GPIOs, and is a nightmare for EMC conformance.Waveshare sell a 5" 1024x600 DSI panel - https://www.waveshare.com/5inch-dsi-lcd-c.htmOr is this a non-Pi related...
View ArticleTroubleshooting • Re: Raspberry PI 5 green light
bump? Statistics: Posted by FeedMyCat — Tue Aug 20, 2024 4:24 pm
View ArticleGeneral discussion • Re: What brand of video camera with SDK supporting C/C++...
Thanks neilgl for your information!Does it support only Raspberry Pi brand or all cameras which claims to be for Raspberry Pi? In addition, is there any IP camera? That way, it can also be used for Pi...
View ArticleOther RP2040 boards • Re: Olimex RP2040-PICO-PC for Raspberry Pi Pico
Or they have their own Support Forum: https://www.olimex.com/forum/Which includes this - https://www.olimex.com/forum/index.php?topic=9260.0 - which may or may not help.I'd also recommend asking on...
View ArticleBeginners • Re: Upgrading to PI 5.
Thanks for your replies, particularly the photos of the boards side by side.I have not looked at my Pi 3 for quite a while. It originally came with a power supply, HDMI cable, box and various other...
View ArticleOther RP2040 boards • Re: Breadboard friendly RP2350B board?
There's an unofficial 'Pico 2W' development board described here - https://www.hackster.io/emrelimustafase ... cal-d7dc38 - which uses an RP2350B, employs an ESP32C3 to provide wireless, seems to have...
View ArticleSDK • picotool 2.0.0 is installed, cmake says it can't find it
I built picotool 2.0.0 and installed it with sudo make install.Code: $ which picotool /usr/local/bin/picotool$ picotool versionpicotool v2.0.0 (Linux, GNU-10.2.1, Release)Now in my first-ever attempt...
View ArticleTroubleshooting • Re: RPI-Clone & Bookworm
Ok, I'm learning and gudiance/patience appreciated!Hope this works:Code: sudo ./rpi-clone -f -v -U sdb > rpt-clone.txthttps://drive.google.com/file/d/108jwV6 ... drive_linkCode: sudo...
View ArticleRaspberry Pi Connect • rpi-connect with rotated screen: wrong mouse directions
Hello,I have my physical screen rotated by 90° with screen configuration.When I connect with rpi-connect I can see my screen correctly rotated, but the mouse movements are not rotated.It's really hard...
View ArticleRaspberry Pi Connect • WiFi disconnects and won't reconnect occasionally when...
Hi,I got 2 Pi that disconnect their WiFi and won't reconnect to it when using raspiberry pi connect's screensharing for 3 times now.Is there a way to debug why this is happening? Is there a way to...
View Article