Automation, sensing and robotics • Re: I need help with my raspberry pi 4...
I used the Raspberry Pi Imager v1.8.5; the SD card was brand new to install the recommended Raspberry Pi OS(64 bit). Is it impossible to format the SD card and reinstall the OS instead of finding a...
View ArticleGeneral discussion • Re: RPi5 Display Issue
Which OS are you using?Statistics: Posted by kip_the_elder — Mon Jul 01, 2024 8:57 am
View ArticleOther projects • Re: Precision timing using custom oscilator on RB Pi 5
Hi Steven,Yes, I know the solution in the video uses GPS. However, I'm mostly interested in a system that can keep time relatively accurately during specific intervals without GPS. The solution in the...
View ArticleSDK • Re: Determine CPU core
Thanks for answering this one!It's in pico_platform, the inline function get_core_num(). #include "pico/platform.h"Nice to see there is one. This would (IMHO) better belong to the pico_multicore...
View ArticleBeginners • Re: Lost root password
Well! super-easy. Also very insecure, though that doesn't much matter in my case, since my pi desktop is deep inside my home, and I'm the only one in my family who's interested in it. Also, of course,...
View ArticleTroubleshooting • Re: Very slow and Browser issues
The Pi that you are using is a great little device for doing all sorts of things. Using it as a desktop isn't one of them..Raspberry PI 4/400 or 5. all give a very usable desktop experience. The 3 can...
View ArticleRaspberry Pi OS • Openvpn installl on Bookworm (RPi5)
Hi,I was moving along quite nicely with RPi and Debian and though I was making progress, until Bookworm, now I am struggling..I had an RPi set up as an OpenVPN server which worked fine, my family...
View ArticlePython • Python and FTP not working
As a total python beginner with zero experience, I'm trying to make a script that takes a photo with the camera module V2 every x minutes and then uploads it to FTP. So far it's a nightmare and I am...
View ArticleGraphics, sound and multimedia • Re: Are there no USB speakers that are...
Self powered speakers (Logitech) driven from a cheap USB to 3.5mm audio device on my Pi5. When I really want to pump up the volume I connect it to my HiFi or instrument amplifiers.Statistics: Posted...
View ArticleGeneral discussion • Re: How to track IP of the Raspberry Pi Zero
Thanks. Maybe someone else will find this useful.I just snapped few minutes ago and physically destroyed the project. I was struggling for two years with various problems and I just had...
View ArticleGeneral discussion • Re: Pi Zero 2 W: Upgrading wpasupplicant package makes...
PI Zero can struggle with memory during upgrades - especially on the desktop version.Increasing the virtual memory (swapfile) size may help.Edit /etc/dphys-swapfile and change the CONF_SWAPSIZE=100...
View ArticleRaspberry Pi OS • IPv6 DUID determination
Hi folks,Can someone here can please tell me how to determine the unique IPv6 DUIDs of systems with Raspberry PI OS 11 and 12 that use NetworkManager? Knowing each DUID is necessary to configure my...
View ArticleRaspberry Pi Connect • Re: shell disconnection on load?
The kiosk page only refreshes once every 60 seconds, and right then there's a spike of activity. Otherwise, very little. I happened to run this batch invocation of top at the right moment to show the...
View ArticleRaspberry Pi Connect • Re: rpi-connect-lite running but no connect possible
Hi there,Are you still having issues? Looking at your logs, the concerning bit is "WARN API call unsuccessful error" which means that rpi-connect wasn't able to communicate with the Raspberry Pi...
View ArticleBeginners • Re: Raspberry Pi 4 Model B Boot/display Issue
Upload to a file sharing site and post a link. There is a 64 KB limit for attachments on here.The limit seems to have been increased to 256 KB recently.Statistics: Posted by rpdom — Tue Jul 02, 2024...
View ArticleRaspberry Pi Connect • Re: Operation without internet?
I was under the impression (after a very quick test) that the VNC Server required a VNC client at the remote endat least with the old realvnc server, it included an http and java client in the...
View ArticleBeginners • Re: Raspberry Pi Os Lite Questions
From the "Illegal Instruction" message, I'd say that the browser you're trying has been compiled for ARMv7 or later. The 1B+ has an ARMv6 so it won't run on that Pi (as well as too slow and not enough...
View ArticleRaspberry Pi OS • apt source chromium-browser not work
Hello,tried to get sources of chromium-browser used in Raspbian OS. Found this topic viewtopic.php?p=2142775 which discussed exactly same question. But I already enabled deb-src option in Code:...
View ArticleMedia centres • Re: Kodi 21 (Omega) on RPiOS Bookworm
Also my IQAudio device isn't working either I downgraded to Kodi 20 but still have the problem. I can't remember for sure but it is it because Pulseaudio is now being used again? My audio devices are...
View ArticlePython • Re: Python3 code for ps4 controller mapping
Any advice would be appreciated as I'm new to Python programming.As it says in your photo, but in different words.button_11 and button_12 are boolean variables - they are either True or False. (It...
View Article