Camera board • Re: rpicam-still --rawfull not supported despite documentation?
Which camera are you using ?What commands are you using?Statistics: Posted by gordon77 — Sat Jun 29, 2024 8:48 am
View ArticleHATs and other add-ons • Re: IR Touch Panel
What about testing with https://naqtn.github.io/WBBMTT/ as I suggested?I really don't know how I missed that, I tried evtest, but at the time I only had the phone to hand and there was too much...
View ArticleRaspberry Pi Connect • Re: Remote Shell but no Screen Sharing
The GUI icon for this Device does not have the option to toggle - only Remote shell is offered and Connect button just says Connect not Connect via.From the command line on the remote shell X Screen...
View ArticleBeginners • Re: Sound card for Raspberry pi 5?
Hello, do you advice this sound card Raspiaudio or external USB, I would like standard speaker essentially for beeps and voices, however with good microphone to clearly understand/record...
View ArticleBeginners • Re: Uboot for raspberry Pi 5
Thank you all for suggestions.Here is what I did for getting u-boot console.Download the latest u-boot sources, it already has initial patch support for rpi5. The defconfig is rpi_arm64_defconfig for...
View ArticleAdvanced users • Re: Image File Utilities
I'm currently having an issue where it errors out saying No Space Left. My file system is 4gb in total, and it's on a 1tb drive. I've tried making the img locally, and onto my NAS but it's not...
View ArticleTroubleshooting • Re: Raspberry pi 5 voltage issues
According to the description that should work.What do you see on screen if you boot with that PSU and no SDCard? In particular, what does the "power" line of the diagnostics say?When I power it with...
View ArticlePython • Re: How to get Python to use a custom library path
For your problem, I would propose this:- execute your python programs from the work dir where the python program is located. cd <path where yourprogram is located>python3 <yourprogram>-...
View ArticleGeneral • Re: Surprising performance disparity
I then marked them as NOINLINE and looked at the disassembly, but I can't seem to spot what would make one so much slower than the other.You can see from the disassembly that the 'fast' version has...
View ArticleGeneral • Re: rp2040.dap0 is driving me crazy.
the Official debug probe has this.Statistics: Posted by Joshin_Joy — Sun Jun 30, 2024 9:26 am
View ArticleNetworking and servers • Re: Simple VPN needed
My mistake !Statistics: Posted by DonMI — Sun Jun 30, 2024 10:00 am
View ArticleTroubleshooting • Re: Rpi-Pico-W not being recognized.
I tried connecting it to RPi5 (Raspbian)When you connect it to the Pi, check the end of the log output from the "dmesg" command. just the last 30 lines might show somethingCode: dmesg | tail...
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 ArticleAutomation, 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 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 Article