Graphics, sound and multimedia • Re: RPi 5 CRT output messed up colors
Hi njh,thanks for your comments on my issue.I have this vga adapter: https://www.amazon.de/Reland-Sun-Gert-V ... B099DTJGQBI remember the pinout has "gaps" between the RGB channels and I think I need...
View ArticleAutomation, sensing and robotics • Re: sending signal to computer USB to wake-up
Right now if I press an key on keyboard or click on mouse then it wake-up, so it is working. So I think to connect an male-male USB 2.0 type A cable to the RPi USB port and from there to send the...
View ArticleMicroPython • Re: Accurate Edge Counter with RP2040 PIO — Pulse Counting on...
I have analyzed your PIO program out of interest. From my analysis it only counts Rising edges, not both rising and falling edges as you claimed. Here is the pseudo-code I created based on the PIO...
View ArticleBeginners • Re: Bootorder USB drives (no SD) PI4
Hi,I have a raspberry PI 4 with Openmedia vault installed. I do'nt use an SD-card but an SSD-card. That works fine.Until i connect a second USB SSD drive. The drive has no bootloader or partitions,...
View ArticleTroubleshooting • Re: Raspberry Pi 2B Wont Recognise Wifi Adapter
Maybe raise an issue on that GitHubStatistics: Posted by neilgl — Tue Apr 08, 2025 12:15 pm
View ArticleGeneral • Re: RP2350B dual core work causing GPIO glitches?
First of all, reading the final "conclusions" of reddit post, this "explanation" looks like pure BS:Just a final update on this - I looked into it further, and the biggest issue was that both cores on...
View ArticleTroubleshooting • Changed cmdline.txt - Stuck in initramfs
Hi there and a preemptive thank you for any help.To try and force my Pi 5 to display a lower resolution on my 4K screen, I followed some advice to addCode: video=HDMI-A-1:800x480to the beginning of my...
View ArticleMicroPython • Re: interrupt Pico code started by mpremote
I haven't figured out a way to do it using only 'mpremote' but this works ...Code: import timetry: while True: print("Tick") time.sleep(1)except: print("Aborted")print("Finished")Code: pi@Pi4B:/tmp $...
View ArticleRaspberry Pi OS • Re: GUIDE: Install GNOME Ubuntu-like on Raspberry Pi OS...
Hi everyone,I've followed the exact instructions from this thread to install Raspberry Pi OS Lite + GNOME (64-bit) on my Raspberry Pi 5.After a recent system update (April 7th), both YouTube and...
View ArticleTroubleshooting • Re: Changed cmdline.txt - Stuck in initramfs
Did you add that to the start of the existing line? i.e. with no newline after it?Statistics: Posted by dom — Tue Apr 08, 2025 12:41 pm
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Touchscreen not being detected by...
run below and post the resulting linkCode: raspinfo | pastebinitthe default paste.debian.net was not working in the CLI and giving me spam errors when trying to do it manually, so I had to post it...
View ArticleGeneral discussion • Icons for menu items
How do I add an icon for a menu item (custom bash script) ?Statistics: Posted by theoldwizard1 — Tue Apr 08, 2025 12:52 pm
View ArticleSDK • Re: "Custom BLE GATT Service on Pico 2 W – Characteristics Not...
I glanced over the attached foot_pedal_profile.h and noticed that the length fields of each record are clearly too small. Therefore, it seems that the data structure is not properly constructed.For...
View ArticleHATs and other add-ons • IQAudio Dac+
I apologise that I have posted this twice, once here and once in projects, I meant to put it in here in the first placeI have an old IQAudio Dac+ that I am trying to get to work with a 3B running the...
View ArticleOfficial Display • Re: Mouse pointer inverted after rotation of official...
Hi,I have faced the exact same issue than fritz24,I use the official Raspberry Pi Touch Display with a Raspberry Pi 2 running the latest 32 bit release of November 2024.My display support needs the...
View ArticleAdvanced users • Re: initramfs & cryptsetup on Raspberry Pi 5 (modules...
Thanks, I tried the sdm-cryptconfig script, and at the end of the day, it worked. Now I can compare the script and it's results with my own process.I faced two issues with the sdm-cryptconfig: - I...
View ArticleCompute Module • Re: CM5 USB3-0 port as USB2
Thank you very much for your reply, it will help me a lot. Statistics: Posted by MANU-IOT — Wed Apr 09, 2025 12:25 pm
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Two identical Raspberries, only one...
Yep, switchting the SSDs makes the other hardware work.Statistics: Posted by xtlc — Wed Apr 09, 2025 12:29 pm
View ArticleGeneral • Re: picotool cannot connect to device it found in bootsel mode
From picotool: https://github.com/raspberrypi/picotoolOn Linux you can add udev rules in order to run picotool without sudo:sudo cp udev/99-picotool.rules /etc/udev/rules.d/can find the rules here:...
View ArticleGeneral discussion • Re: Chromium asking for default keyring
Consider switching to FirefoxUnfortunately, on my Pi 4B 1GB Bookworm, Firefox runs but almost immediately hangs and requires a power-pull reset where Chromium is fine.Regarding the keyring I simply...
View Article