Raspberry Pi OS • Re: Raspberry Pi Zero 2 W, libmraa
The library you're trying to install (libmraa) is not packaged in Debian/RaspiOS. Assuming https://github.com/eclipse/mraa?tab=readme-ov-file is the library you're trying to use, you have the option...
View ArticleOther projects • Re: A Birthday Present for Fido
In the first post of this threadThe SuperPET was an educational computer developed in cooperation with the University of Waterloo as an inexpensive environment for students to learn programming and...
View ArticleCompute Module • Re: Super6C CM4 does not detect NVMe
Support for third party products should be provided by third party -> https://deskpi.com/pages/faqsStatistics: Posted by aBUGSworstnightmare — Fri Apr 05, 2024 5:40 am
View ArticleBeginners • Re: reg raspberry pi 4 model B
Thanks for the replyI have downloaded the driver hplip-3.23.12.run and try to install, but i get the following message to proceed further.kindly suggest me with the details.Statistics: Posted by...
View ArticleBeginners • Re: How to force composite output raspberry pi 5
I noticed that I didn't replace dtoverlay=vc4-kms-v3d,cma-512 with dtoverlay=vc4-kms-v3d,composite. I powered the ras pi 5 off and then unplugged the power cable . Then removed the sd card. then put...
View ArticleBeginners • Re: Kiosk mode problem
Wayland is not ready for kiosk mode. Switch back to legacy X11 to avoid problems.This works fine:Code: nano $HOME/.config/wayfire.ini[autostart]1=/usr/lib/chromium-browser/chromium-browser...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: What driver preceeded VC4 DRM?
What I've stated here posting.php?mode=reply&t=368568&sid=523 ... #pr2209656 only works on OLD kenels (pre Bullseye), not on Bookworm!ChatGPT and EDID data in config.txt? Sorry, your KI seems...
View ArticleTroubleshooting • Re: Autostart with Chromium in Kiosk mode don't start
If you turn off monitor or disconnect HDMI it will no longer be in fullscreen/kiosk when using Wayland.Statistics: Posted by sjobbe — Sat Apr 06, 2024 5:05 am
View ArticleHATs and other add-ons • Re: Which pins does the Waveshare EPD hat use, and...
First things first: support for third party products should be provided by third party:HelloIf you have any questions about waveshare products, you can send an email to support@waveshare.com and we...
View ArticleHATs and other add-ons • Re: Help with raspberry zero wh
This is a user forum, so patience is key!https://shop.pimoroni.com/products/pica ... 6918558803Don't use button 2 to 6 and connect an SPI touch display instead.I didn't want to appear impatient,...
View ArticleAdvanced users • Re: PI5 and easy AI/CV/LLM
It requires digging to find out how things work and to optimise things better for our Pi's.Onnxstream version of SD XL is much faster than the Easy Diffusion installed SD.Under that it uses XNNPACK,...
View ArticleTroubleshooting • Re: Raspberry Pi 5 HDMI issues
it did not generate a linkunless this is the one you mean https://github.com/RPi-Distro/pi-genwhich OS do you use?Code: sudo apt install pastebinitraspinfo | pastebinitrunning the second command will...
View ArticleGeneral discussion • Re: Schematics for raspi5
Would it be possible to request schematics on an individual, case-by-case basis? My company uses Raspberry Pi's in most of its automated test fixtures, and I hope to use the RP5 in my latest project....
View ArticleOff topic discussion • Re: Can a 27W Raspberry Pi 5 Adapter Charge a 2019...
The Pi5 power supply has 4 power profiles, it will negotiate with the connected device to decide on which profile to use:5.1V, 5A;9V, 3A;12V, 2.25A;15V,...
View ArticleGeneral discussion • Re: Raspberry Pi5 USB-C PD
Has anybody tried to power the Pi-5 with a "third party" power supply which supports PD? And could those chargers actually supply the 5 amps that the Pi-5 needs? The question is, can the Pi-5 and a...
View ArticleOther RP2040 boards • Re: Debug Probe an I2C sniffer / logger
I don't know how to tell these apartIt's possible to change the PID, even the VID, to identify which is which and 'udev' might help with distinguishing on Unique ID.Something like 'DEBG' would perhaps...
View ArticleTroubleshooting • Re: USB Drives Problems after upgrading
Its triggered a kernel update, I think another thread suggested downgrading the kernel again?Well, skipping the installation fo linux-libc-dev its working so far, but I don´t now what other problems...
View ArticleCamera board • Re: Raspberry Pi camera issue on Raspberry OS 64 and 32 bit
I could now use the camera, since I used: libcamera-stillI didn't realize that I could use that command instead of "raspistill". For some reason that I do not understand, the raspistill command is not...
View ArticleTroubleshooting • Re: VNC Pi4
I understand. Tried tigervnc. Logins to just a gray screen.You still need to be clear, which computer is the VNC server (the one that you want to view remotely) and which computer is the VNC client...
View ArticleCamera board • Re: UNABLE TO STREAM OVER A NETWORK USING RASPBERRY PI 5
Python code is also fine but i need to run the live stream on vlc. Will that work?Statistics: Posted by nmvl — Sun Apr 07, 2024 2:57 am
View Article