Ubuntu • Re: RealVNC and upgrade from Ubuntu 23.10 to 24.04 on RPI4: the...
What about the support of kms by VNC? It's not working so far I know.Not speaking about changing the product, this is what provides me persistent session reliably with MFA and all I need.The Gnome dev...
View ArticleMicroPython • Re: multithreading with Raspberry Pi Pico
_thread is a source of much sadness for RP2040 MicroPython users. If you're used to using threads on CPython, it's easy to forget that you have the full weight of an operating system with memory...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Interfacing a 8-bit Serial RGB Display
I understand, but I am wondering if there is any way to make it work...Not without external circuitry.The simplest interface based on a quick read of the datasheet would be to feed the Red, Green, and...
View ArticleTroubleshooting • Re: HQ Camera stops working in sunlight?
The picture freezes, and eventually motion logs a line about something how the watchdog timed out and it's trying to restart motion, but it never succeeds.Statistics: Posted by dexter123 — Mon Jul 29,...
View ArticleRaspberry Pi OS • Re: Does Pi OS has "semi-official" list of good...
I also would point out that being in the Play store or App store is hardly a ringing endorsement of goodness. At best it is an assurance that it is unlikely to contain malware that steals your kittens...
View ArticleTroubleshooting • Re: When will there be a Raspberry Pi with at least 16GB of...
I need more memory.you may try to increase the swapfile to 8 or 16GBWith the command: swapon -sFilenameTypeSizeUsedPriority/var/swap file2047960-2204796 kB = 204.796 MB = 0.204796 GB swap space at...
View ArticleGeneral • RP2040 Custom Board, doesnt run the code
Hi,We've created a custom board with the RP2040 and now we ran into problems running code. I've looked at other threads and tried applying what has been suggested such as lowering clock and changing...
View ArticleTroubleshooting • Re: Issue with Raspberry Pi 3 Model B+
The customised OS has not been updated to handle some minor production changes to the 3B+.https://pip.raspberrypi.com/categories/ ... -9-PCN.pdfStatistics: Posted by drgeoff — Tue Jul 30, 2024 1:38 pm
View ArticleNetworking and servers • Re: Access mysql database on raspberry pi from...
To access it from anything other than the local machine you will have to make it listen on the correct network interface ... .... with the correct remote credentials and correct security specs on your...
View ArticleRaspberry Pi OS • Re: Booting time reduction
Here are a few things to consider:Look at 'sudo systemd-analyze blame' to see what services are taking the most time. Convince yourself that all of them are needed.Look at services that are starting...
View ArticleRaspberry Pi Connect • Re: Connect failed to start, no screen
Additionally from the journal:Jul 30 07:00:25 raspberrypi systemd[973]: rpi-connect-wayvnc.service: Scheduled restart job, restart counter is at 225.Jul 30 07:00:25 raspberrypi systemd[973]: Stopped...
View ArticleBeginners • Re: Which one to download deb or rpm?
it's generally safer to go with the version that's in the repository.The newer one is in 'the' repo (Debian, which is the basis for PiOS 64)If the pi repo version would still be relevant for PiOS it...
View ArticleGeneral • Re: Display Help
I did, and when I did that a "couple" errors/var warnings appeared (I had to backspace ~1/3 of the warnings because the errors were 100,000 characters long):libraries\TB_TFT_eSPI\TFT_eSPI.cpp.o: In...
View ArticleUbuntu • Re: Dual booting Ubuntu via PINN via retropie
I will add Retropie 4.8 to PINN for you.Statistics: Posted by procount — Tue Jul 30, 2024 2:22 pm
View ArticleTroubleshooting • Re: Bios does not recognize raspberry Pi in g_multi mode
I've not played around with this since the end of April.To get things working on Win11 I did a couple of things differently to what you're doing:Used the VID and PID that g_ether uses. 0x525 and...
View ArticleGeneral • Re: how do I use the power pins for multiple sensors on a pico
duplicate removedStatistics: Posted by mahjongg — Wed Jul 31, 2024 1:57 pm
View ArticleRaspberry Pi OS • Re: Changing Hostname after completing OS and app development
Folks....Changing the "hostname" and the entry in the "Hosts" file succeeded, up to a point. I could SSH to the Pi, the Pi was available on my network via SAMBA, BUT the web server which it was...
View ArticleTroubleshooting • Re: RPI 5 issues with USB working at startup
You may have a RF noise issue. Try attaching the USB RF dongle via a short USB extension cable and arrange the cable so that the dongle is at least 6" from the Pi.The quality of the dongle may also be...
View ArticleOther RP2040 boards • Re: Custom RP2040 Board Not Detected
I manged to make a copy paste error in my BOM file and ended up with 10k resistors instead of 27R on the USB series resistors, on my first design. That did not work. Maybe check that yours are...
View ArticleHATs and other add-ons • Re: Stacking multiple official HATs on Raspberry Pi
A month late to the party and posting poor advice too.There are lots of different issues that may come into play when stacking multiple HATs - it depends.First, let's assume you have appropriate...
View Article