Troubleshooting • Re: Wayland/Wayfire Kiosk Mode Chromium
I had the same issue just now, I fixed it by calling a script in autostart rather than chromium-browser directly, I suppose it has something to do with display envvars, if someone smarter knows why it...
View ArticleGeneral • Re: adc_read() spurious longer execution (PICO)
That printf() is probably not in SRAM, and it's gonna nuke the instruction cache too. Any call inside the function to non-SRAM code might miss on the I-cache forcing NOR fetch and introduce jitter....
View ArticleTroubleshooting • Re: Pi5 - screen blanking problem
Code: salvatore@Raspberry-Pi:~ $ cat /proc/cmdlinereboot=w coherent_pool=1M 8250.nr_uarts=1 pci=pcie_bus_safe snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1...
View ArticleMicroPython • Re: How to control ESC with Raspberry Pi Pico W?
Ok. I found a similar device. Nothing special. Just drive it like a servo. Centre position (1.5ms) is off, 1.0ms is 100% one direction, 2.0ms is 100% the other...
View ArticleGeneral discussion • Re: Powering RPi 3B in a remote area
Hi all, new to RPi community and first post here I am building a RPi 3B based system to be deployed in the middle of nowhere. The Raspberry Pi 3 Model B requires a 5.1V 2.5A power source, and for this...
View ArticleGeneral discussion • Re: 2 newly completed Raspberry Pi 5s.
I have not tested the temps on the NVMEs yet... BUT.... The Geekworm puts the NVME on the bottom below the base, the Pimoroni sandwiches the NVME between the base and the Pi. I have the Pimoroni BASE...
View ArticleOther • Pi 5 8GB and Rocky Linux 9.x?
I see on the Rocky Linux website that they have an alt image for Rocky 9 for the Pi 4, have not seen if there has been an image made, or instructions on HOW to make an image to get Rocky Linux or...
View ArticleNetworking and servers • Re: Antenna for better reception?
thanks guysStatistics: Posted by Moofies — Fri May 03, 2024 4:00 am
View ArticleTroubleshooting • LED flickering when camera is open
Hello,I'm using a Raspberry Pi 5 with a 64MP Hawkeye camera, along with a 15A 400W MOSFET trigger switch drive module to control an LED. However, I'm experiencing flickering of the LED even when...
View ArticleGraphics, sound and multimedia • Re: Aliens M56 Smartgun HUD
Which country are you in?In the US it could be legal for you to buy a MG42 (or an MG3) and convert it into the M56. Colonial Marines as well as Star Wars Stormtroopers like to use weapons based on the...
View ArticleCompute Module • Re: How to recover CM4
It is a windows machine BUTI see no reaction on the usb port..THXdo you have another Pi?Statistics: Posted by aBUGSworstnightmare — Fri May 03, 2024 4:50 am
View ArticleOfficial Display • Re: 7" touchscreen not powering on
Show us how you've connected it. Some people have connected the FPC the wrong way round.Statistics: Posted by aBUGSworstnightmare — Fri May 03, 2024 4:51 am
View ArticleTroubleshooting • RPi Imager V1.8.5 - distored/unusable on headless CM3
Running a CM3 on official CMIO with kernel 6.6.28, fully updated/upgraded headless via VNC.Trying to use RPi Imager gives me an unusable distorted window.Statistics: Posted by aBUGSworstnightmare —...
View ArticleGeneral • Running the statemachine fixed number of cycles
Hello.I've been working on an encoder [1] simulation using PIO and right now in order to move e.g. 100000 steps, I'm doing the following:1. Based on my required frequency I calculate the time it will...
View ArticleBeginners • Re: Pi Backup to shared NTFS drive (CIFS)
As much as it pains me to say this, RonR is 100% correct in this thread, and the rest of you are missing the point (*).(*) Possibly, intentionally so.I actually find that inaccurate, aggressive, and...
View ArticleNetworking and servers • Raspberry PI Bulletin Board System (BBS).
On 10/15/2015 I started running the Raspberry PI BBS on a Raspberry PI 2, Later I moved the BBS to a Raspberry PI 3.My BBS razzpie.ddns.net:2300 is still up and running after all the 8+ years since I...
View ArticleNederlands • Re: installatie
Hoe installeer je bookworm?Als je de Pi Imager gebruikt wordt alles overschreven. Je hoeft niets te wissen.Statistics: Posted by DirkS — Sat May 04, 2024 4:00 am
View ArticleRaspberry Pi OS • Re: RP1 - Raspberry Pi OS
I found an old Raspberry Pi 1 Model B kit from Make that I'd forgotten I had and am trying to get an operating system with a functional GUI onto it. The modern Pi OS gets stuck in some kind of boot or...
View ArticleTroubleshooting • Re: NVMe when present prevents boot
Nope. First place I looked. Said nothing to copy to.Statistics: Posted by RealNameTBA — Sat May 04, 2024 4:06 am
View ArticleC/C++ • VS Code, Debugging C++ Remotely on Linux as root (sudo)
Hey All - I'd spent a bunch of time trying to get VS Code to run my C++ program remotely as root (to keep pigpio happy). So thought I'd share.There's a bunch of different methods proposed across...
View Article