Debian • We are thrilled to announce Armbian Release 24.11
We are thrilled to announce Armbian Release 24.11.1, packed with significant updates across our entire ecosystem! These updates are aimed at enhancing functionality, expanding hardware support, and...
View ArticleUbuntu • Armbian Ubuntu 24.11
We are thrilled to announce Armbian Release 24.11.1, packed with significant updates across our entire ecosystem! These updates are aimed at enhancing functionality, expanding hardware support, and...
View ArticleCamera board • Re: Persuading libcamera to give me the stream combinations I...
Think you are trying to do something that is unupported by the hardware in Pi models 0-4.The 'lores' stream is always YUV and only a Pi5 can provide RGB in that stream.From the documentation...4. The...
View ArticleBeginners • Re: Raspberry Pi 5 official power supply issue
Yes I think the power supply plugs into the Argon directly.From what I've found it needs between 2 and 8W depending on the model and usage.I've tried both wall and extension, it doesn't change...
View ArticleBeginners • Re: Systemd, gpiozero, permissions - boot vs shell
Yes. Someone doing things properly for a change.Though I'd do it like this:Code: import os.pathimport timewhile not os.path.exists('/dev/gpiomem'): time.sleep(1)Statistics: Posted by thagrol — Sat Nov...
View ArticleNetworking and servers • Re: How to create signed SSL certificate with DS...
Cloudflare tunnel to the Pi or create your own CA and install its root certificate into the device. You'll need your own domain for the tunnel.Statistics: Posted by trejan — Sat Nov 30, 2024 1:44 pm
View ArticleTroubleshooting • Re: Multi-Seat use of RPi 5
This is clearly a matter of software but software has been trending in the opposite direction.I'd expect this to be doable with X but I'm not sure about Wayland. Multi seat was common when X was...
View ArticleSDK • Re: how use gpio delay time microseconds ?
Nanoseconds is out of the question, but did you not try sleep_us()? You can also use nop's to create the delay you need.Statistics: Posted by Mike**K — Sat Nov 30, 2024 1:49 pm
View ArticleSDK • Re: Annotated online SDK
An aesthetic suggestion. You use mouseover to highlight an item in the list, but are requiring the user to click the text link. In my opinion, this is annoying when the item is only a few characters...
View ArticleTroubleshooting • Re: RPi5 update: unmet dependencies: raindrop: Breaks: arandr
Just saw the update pop up on my 400. I think in either case you cannot have both packages. Raindrop is intended to replace arandr and rasputin (interesting naming choice ) lxinput. Raindrop was...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Touch driver development - strange...
Is that sticky ghost mouse pointer behaviour the same when you are working directly on the DUT rather than over VNC? And also is it consistent with the different Window Managers? When working directly...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: How do I use ili9488 and xpt2046...
I wrote my own script for it: https://github.com/ozansousa/Xpt-2046-d ... /tree/main but I'm still working on flipped screen compatability.Statistics: Posted by ozanio — Sun Dec 01, 2024 1:13 pm
View ArticleTroubleshooting • Re: Hide taskbar automatically - Pi OS Bookworm #SOLVED#
Still researching how to have the Panel reappear.For now the panel disappears when navigating to /home/rapi5/.config -> then adding: autohide=true and autohide_duration=500.However, the Panel will...
View ArticleTeaching and learning resources • Re: Advent of Code 2024
Code: (* Advent of Code - 2024; day1 - part2 on BPI-F3 RISC-V *)(* OCaml code *)#load "utils.cmo"open Utilslet rec unleave = function [] -> [],[] | [a; b] :: t -> match unleave t with l, r ->...
View ArticleTroubleshooting • Can I use the RPi Debug Probe on a Pi 4
Hi I was watching a video on the Debug probe and they said it can be used to debug Pi boards. Is it possible to debug a Pi 4 with it? I have a Pi 4 that does not work, and I tried fixes that was said...
View ArticleAdvanced users • Re: NUMA Testing
I've also been iterating over dozens of sdram and arm (largely cache and prefetch) related settings.Typically each night capturing benchmark scores with tweaked settings and any positive results get...
View ArticlePython • RFID-RC522,with PI5
Hello,im beginner in raspberry,i bought raspberry pi5 and RFID reader RC522but i tried most of the solutions on the intrenet and it wont work,and as i saw on the internet Gpio libraries isnt supported...
View ArticleTroubleshooting • Re: Can I use the RPi Debug Probe on a Pi 4
Did you follow the suggestions in the boot problem sticky as thagrol suggested?If so what were the results?I'm not aware of what debug probe you have, perhaps providing us with a link would...
View ArticlePython • Re: RFID-RC522,with PI5
GPIO is not needed for the rc-522. It was used to reset the reader but you don't need to reset it!Don't forget to enable the SPI.https://github.com/danjperron/MFRC522-pythonStatistics: Posted by...
View ArticleMicroPython • Re: Latest release of MicroPython for Pico 2 W seems to work...
Yes, it's supposed to.Official releases on micropython.org will follow when the SDK is updated with Pico 2 W supportStatistics: Posted by scruss — Sun Dec 01, 2024 1:51 pm
View Article