SDK • Re: [Solved - Mega Crimbo Brain Fart] Failed to build 'picotool'
Oh, For F....c:\Program Files\Raspberry Pi\Pico SDK v2.1.0\picotoolc:\pico\picotoolCan you guess the mistake made Thanks for your efforts to help and apologies for wasting your time. If it's any...
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
Is there any reason you prefer this image over the more popular Retropie/Recalbox/LibreELEC emulators? Some or all of which support the Atari, plus many other emulators.This looks a little niche, so I...
View ArticleGeneral • Re: Base PI4 used for PICO2 development; HowTo?
If you are afraid of some 6.5V leaking into PC, you can use a powered USB Hub for both Pico2 Target and the eventual Pico debugger.Statistics: Posted by gmx — Wed Jan 01, 2025 5:04 pm
View ArticleAutomation, sensing and robotics • Re: Emulate Mouse For 5B
Hello everyone,There is a Raspberry Pi 5B, and I want to plug in a mouse or keyboard into the Raspberry Pi and then control my PC via Bluetooth or wireless connection. Many of the cases in the...
View ArticleUbuntu • Re: RPi400/Ubuntu 24.10 - Claws Mail Disables Keyboard?
Any ideas? where to go to get Ubuntu support for the raspberry PI range of computers - viewtopic.php?t=369919#p2216510Statistics: Posted by B.Goode — Wed Jan 01, 2025 5:06 pm
View ArticleRaspberry Pi OS • Re: Warning from apt-key: Key is stored in legacy...
The fix from @bam_bulla works, but check a couple of things, first. You may already have /etc/apt/trusted.gpg.d and the second key mentioned (7FA3303E) as raspberrypi-archive-stable.gpg:Code:...
View ArticleRaspberry Pi OS • Re: Can't get a script to run on shutdown (Systemd) pi5...
How are you accessing the output of journalctl on reboot? That looks like a useful place to look but mine disappears on reboot.For others (since you got it...)Code: bls@p43~> journalctl...
View ArticleTroubleshooting • Re: a file mounted over nfs is accessible to me, but not...
Maybe missing no_root_squash for the exported drive in /etc/exports?Statistics: Posted by bls — Wed Jan 01, 2025 5:16 pm
View ArticleOther • Re: MotionEye OS No way to get network work in a Pi 3B+
So I went again to Imager and installed 2020-02-13-raspbian-buster. No way. Green leds issue again.Is this on an old 3B+ or a fairly new one?The recent 3B+ has a different PMIC in the power circuit...
View ArticleOther projects • Re: Security camera with Raspberry Pi?
Although the Pi can do this, you might be better off with an off-the-shelf security camera with built in battery and Wifi, for example https://www.amazon.co.uk/Imou-Wireless- ... B0CNQ24PLNAn...
View ArticleGeneral discussion • Re: Prevent Pi5 from turning on sleeping external HDD...
Is there a mounted files system on the drive (other than a read-only one)?If so, it will get umounted during shutdown and there will be a write or two to mark the filesystem as cleanly...
View ArticleBeginners • Re: Pcieport Module
where is the module ?It's not a module. It's built in to the kernel.Statistics: Posted by rpdom — Wed Jan 01, 2025 5:39 pm
View ArticleGeneral discussion • Re: A lot of stuff seems sold out!
Is the UK suffering from import issues? Places like the Pi Hut are showing sold out on a lot of stuff e.g. Adafruit. Just wondering if this is seasonal or we have problems getting stuff into the...
View ArticleGeneral discussion • Re: What's with the M.2/NVMe obsession?
I use Sandisk Extreme Pro SDCard 128GB for RPI 5 64bit Os. How is it compared to a SSD? Dumb question but, a cheap or extreme SDCard compared to SSD for RPI 5 could be right to discuss here. How mutch...
View ArticleNetworking and servers • Re: Bluetooth between Pico and Pi 5 issues with...
This isn't bleak code, but my Python library herehttps://github.com/petzval/btferretFollow the instructions in section 2.2 of the documentation to install the Python library.Put the LE device's...
View ArticleAdvanced users • Re: Bookworm, set main partition size at first boot to...
There are other init resize scripts that offer more advanced options like the one in Armbian, that would enabled you to do want you want. But the 'damage' is already done, so you need to manually...
View ArticleRaspberry Pi OS • Re: RaspberrypiOs Lite Chromium wrong resolution/image
Ahh, and let me ask you. What is recommended to use instead of X? Wayland ? Being that I need something as performant as possible.Im using Raspberrypi 3 model B... Im trying to get to my boss to...
View ArticleGeneral • Re: Multicore optimisations and memory use
it could also be loop unrolling for smaller array sizes (if you loop over the whole array) this will make your code bigger.You can putCode: #pragma GCC unroll 0for (...) {}on such a loop, and see if...
View ArticleGeneral discussion • Do HATs bend the GPIO Pins?
Hey everyone,I was wondering, are HATs hard to get off of a Pi's GPIO pins, and bend the GPIO pins when taking them off the Pi? On my Picos, it was hard to get components disattached without bending...
View ArticleSDK • Re: Trouble printing time_us_64() [SOLVED]
Code: set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -std=c++17")You shouldn't specify the -std flag manually. Instead, use target_compile_features(tgt PUBLIC cxx_std_17) if you want to enable C++17...
View Article