Advanced users • Re: Argon One Replacement Daemon
I've been working exclusively on the 0.5.x branch and adding the new argonctl I've finally got something that looks useful.Code: $ argonctl diagARGON CONTROL...
View ArticleTroubleshooting • Wayland: Switchind display off and on again is not working
Hi,I am migrating from X11 to Wayland (64bit) with a Waveshare 320x1480 (vertical orientation). Everything is running after I learnt that I have to run it under Wayland in "KMS mode" (config.txt).Now...
View ArticleTroubleshooting • Re: Wayland: Switchind display off and on again is not working
might be of interest: viewtopic.php?p=2193330&hilit=ddcontrol#p2193326Statistics: Posted by aBUGSworstnightmare — Thu Feb 22, 2024 11:11 am
View ArticlePython • Re: Cannot get UART to work
Are we running Bullseye or other Raspberry Pi OS? Have you checked the Pi4 with a loopback wire on GPIO 14/15?For the UART configuration have you checked the official documenation...
View ArticleRaspberry Pi OS • Re: Kernel packages release schedule?
I got hit by the `broken pipe` error reported here on this forum:viewtopic.php?t=364490 viewtopic.php?t=363764fixed in this https://github.com/raspberrypi/linux/pull/5923My understanding is 6.6 has...
View ArticleAdvanced users • Re: Combine HDMI and DSI displays into one large virtual screen
Okay, thanks so much for your input so far!To clarify my use case: I want to create a narrow, but ultra-tall display which will show a web page in kiosk mode. Therefore dragging the window across both...
View ArticleDevice Tree • Re: Can a rotary encoder generate keyboard events?
Thank you for pointing me at that thread, as I can see that I've answered this question already:It's important to remember that overlays don't really add functionality, they just enable functionality...
View ArticleBeginners • Grove - RGB LED Matrix w/Driver - can you use it with Raspberry Pi?
Hi All, I have bought Grove - RGB LED Stick (10 WS2813 Mini) matrix (https://www.seeedstudio.com/Grove-RGB-L ... river.html) to use it with Raspberry Pi 4B. I cannot find any information on official...
View ArticleGeneral • Re: Zigbee Pico
Unlikely to ever be an "official" development.For home automation you can use Picos with ESPHome which provides a simple and easy way to create wifi connected smart home devices. I haven't seen any...
View ArticleOther RP2040 boards • Re: RP2040 what to do with unused USB pins
The USB pins are unconnected when no USB cable is plugged in so you can leave them unconnected. I would recommend running them to holes for header pins or test points in case you do find a USB...
View ArticleCamera board • Re: Syncing IMX708 captures on RPi 5?
MMAL never supported hardware synchronisation - it programmed the two sensors with the same frame lengths, and started them at as close to the same moment as possible (separate I2C messages have to be...
View ArticleCompute Module • Re: CM4 ISP / h264 encoder block when CPU is loaded
Sorry, this just hasn't hit the top of the priorities list.I do appreciate the test case, but issues that take up to 24 hours to reproduce end always end up taking far more resource than they...
View ArticleGeneral discussion • Re: Invisible Post
I don't get that. Searching google directs me correctly to the sticky post.What search engine are you using?Google and Bing.Sometimes sticky post but not that message nor anything for Sun Feb 18, 2024...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Changes in start.elf made certain...
The commit you identified "firmware: Use new SDHCI controller instead of legacy arasan" does what it says.BCM2711 included a newer SDHCI controller which fixed some bugs, and properly supported bus...
View ArticleGeneral discussion • Re: Looking to seriously overclock my Raspberry Pi 4B
Sell the Pi 4 and buy Pi 5. +1 !!!My heaviest workloads on my Pi 4 were often limited by SSD speedAgain, the Pi5 will boot and run from a very fast NVMe disk instead of a micro-SD card, or USB SSD.If...
View ArticleHATs and other add-ons • What's A Safe Current Drain For A PCIe-nvme Board ?
At present I've got a working SSD on my Raspberry Pi 5 using the Waveshare board (https://www.waveshare.com/pcie-to-m.2-hat-plus.htm).A friend (retired Cisco engr) and I are both gaining experience...
View ArticleAdvanced users • RealVNC Cloud Connection
Hi guys!I have a RPi5 with RealVNC server already installed (it comes with the Raspberry Pi OS).I am able to connect to the RPI via VNC if my PC is connected to the same LAN using the local ip...
View ArticleBeginners • RaspAP wireguard problem
Hi, I have a PI3 installed with RaspAP and works correctly true a Wireguard VPN else were also installed on a PI4.When I open my brouser some webpages do NOT open like my Yahoo email is always...
View ArticleBare metal, Assembly language • Re: Need help getting circle to work (just...
I will analyze this and will answer soon in the Circle discussions, where you also asked this question.BTW. All forum threads get locked after being idle for 6 month.Statistics: Posted by rst — Sat...
View ArticleSDK • Re: getchar_timeout_ms() can not get the correct character
But in the example (the link I pasted at the last reply) it use the same stdio_set_chars_available_callback() in the main loop, and getchar_timeout_us(0) in the key press function. And in my...
View Article