Beginners • Re: Chromium is not supported on Rasberry Pi Model B
For some value of ok.... It is easy to have a 3B+ running from an SD card, with the default settings, descend into swapping hell if you open up more than a couple tabs in Chromium. This is almost...
View ArticleBeginners • Re: RPI 4 Model B DSI LCD Display Issue on Android 13
Yes, that's correct. The screen works fine on Raspberry Pi OS (Debian-based), but I'm having trouble getting it to work on Android 13. When I boot up with Android, the screen initially shows the...
View ArticleGeneral programming discussion • WiFi captive portal and email
Hello,on Raspberry Pi OS lite, I installed RaspAp and nodogsplash, the captive portal launches well when you connect to WiFi, but I would like the user to provide an email address (that I would keep...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • SN65DSI84 based solution working on Pi5
With the files from that pull request added to my system the screen is not coming alive as the bridge is not getting initialized (no device on 0x2c)Code: pi@Pi5-4-SN530:~ $ ls...
View ArticleTroubleshooting • Wayfire problem with python app not going fullscreen, and...
Environment is a Pi4 (2GB RAM or 4GB RAM, tried both) with updated bookworm 64bit.I have a python app which uses tkinter.Obviously, on bookworm running on a Pi4, I have three options for desktop,...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: DSI bug on Pi 5
So (just to summarize) the Pi 5 is producing timings very close to those requested, with a DSI clock exactly 24/2 times the pixel clock. But you note it might be in LP11 state for too short a time...
View ArticleBeginners • Re: Creating a Pi Box for Phone to Phone transfers?
I should've been a little more.clear lol. I work at a job where I'm constantly transferring people's data from old and sometimes very old phones to newish and newer phones. Apps like Samsung Smart...
View ArticleBeginners • Re: USB Y-cable
The simplest answer, if it is possible for you, is to get an official RPi 5V1 5A supply.The reason you have an issue with the other supplies is that they will not give the rated power at 5V, but only...
View ArticleTroubleshooting • Wifi Connection keeps disappearing
I have 3 Raspberry Pi 4 devices, 2 Raspberry Pi 4 Model B Rev 1.1 and 1 Raspberry Pi 4 Model B Rev 1.2 all are 2GB models.I initially thought this might have been an issue with a difference between...
View ArticleBeginners • Re: Can not boot my new pi 5
To steal an answer from another forum member on another thread:My suggestion to you is: insert an empty uSD, connect to wired LAN, connect monitor and keyboard (mouse optional). Hold down SHIFT key...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
I should add, I particularly like the three different mounting options for the monitor - built-in stand, VESA mount and "hang it on the wall" as the stand fold up and forms a hooking location.VESA...
View ArticleGeneral discussion • Forums Upgrade
Thank you for the notification for the upgrade to the forum system. I'm interested to know if this "quite a significant upgrade" offers anything new from a user's point of view. I can't seem to find...
View ArticleGeneral discussion • Re: Forums Upgrade
I don't think there is anything obviously user facing, just an update to much more recent software, which means better security and performance.Statistics: Posted by jamesh — Thu Jul 11, 2024 8:52 am
View ArticleTroubleshooting • Re: Wifi Connection keeps disappearing
Have you tried disabling wifi power saving?sudo iw wlan0 set power offorsudo nano /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf and change wifi.powersave to 2Code:...
View ArticleGeneral discussion • Using Pi 5 with Pi-Hole - What else
I am rather ancient and I have been usibg Pis for a couple of years more as a hobby rather than to achieve any real goalsI have recently set-up Pi-Hole on a Pi 5 to protect my home network and it...
View ArticleTroubleshooting • Re: Making sense out of a solution
Why not just use the Pi?Why do you need the Arduino?Statistics: Posted by rpiMike — Thu Jul 11, 2024 9:14 am
View ArticleBeginners • Re: Raspberry Pi 4 Model B Boot/display Issue
Anything @Jamesh?Or anybody?Statistics: Posted by bricemb96 — Thu Jul 11, 2024 9:18 am
View ArticleBeginners • Re: Need some clarification about Raspberry Pi 5. Please help!
1. I am looking for the 8gb variant. Is it worth it? Or the 4gb will work just fine?(In future heavy projects might be run)There is no downside in getting the 8GB version apart from the higher...
View ArticleCompute Module • Re: Raspberry pi Compute Module 4 booting issue
PSU (power supply unit)? does it really effect the boot?Statistics: Posted by Mohit_Dongre — Fri Jul 12, 2024 9:06 am
View ArticleGeneral • Re: Multicore/PIO for MIDI controller
In the next step I will get a Pico W to be able to run a simple web server to configure the controller. How would you then split the tasks across the cores? The whole analogread-calculate-midihandler...
View Article