Beginners • Re: Trying to run the Pibenchmarks from github
The s in storage.sh should be capital S. 'Storage.sh' and 'storage.sh' are not the same thingStatistics: Posted by stubright — Sun Jun 16, 2024 11:11 am
View ArticlePython • Re: super user command from Python script
You could replace the running process by a new process, recalling the python program with root. When the work is done, the code could drop the privileges. The sudo command creates some environment...
View ArticleCompute Module • Re: CM4 eMMC wear leveling
Is the eMMC more durable than normal SD card? I found industrial eMMC with SLC flash but their price is higher than total price of CM4.What eMMC you get with the Compute Modules is not listed in the...
View ArticleGeneral • Weird SSD1306 OLED problem
This is not really a Pico related question, rather an OLED and/or Camera problem.So I have this configuration with a Pico, a Pico-GPS-L76B and an SSD1306 OLED.It works as intended, but strangely, I...
View ArticleGeneral • Re: Weird SSD1306 OLED problem
Can you change the scan frequency on your display?Can you change the scan frequency on your camera?Statistics: Posted by DougieLawson — Mon Jun 17, 2024 11:02 am
View ArticleNetworking and servers • Re: Using a pi 3b+ as in-car 4g router / info unit.
...EDIT: I did see this guide on creating a router using a Raspberry Pi Zero W as a 4g router, would it be possible to do this with a Pi 3b+https://www.waveshare.com/wiki/How_to_s ... _4G_routerYes...
View ArticleGeneral • Re: Help with Pico ADC project
Thanks, but I dont see any OUTPUT defined in that code.It looks like that is YOUR code. You haven't defined any output.This little MicroPython demo might give you inspiration -Code: #print("LED...
View ArticleRaspberry Pi Desktop for PC and Mac • Re: Update ISO image of the 32bit...
I am trying to breath new life into an Ex-Vista Acer Aspire Switch laptop (Intel Atom, 2GB RAM, 60GB SSD) for a young lad with very little money.With a fresh download it runs (relatively) nicely from...
View ArticleBeginners • Re: TV LCD NO CONNECTION
Hi, still cant understand why raspberry dont connect to the TV. I have connected my MI BOX (watching England, more Bellingham right now, it's working). Someone have a config.txt that work on a...
View ArticleFreeBSD • FreeBSD 14.1 on Raspberry Pi 4 boot problem
Trying to install FreeBSD 14 on a RaspberryPi 4, following info from https://wiki.freebsd.org/arm/Raspberry%20Pi.I'm aiming for a server setup, but installation is done with keyboard and monitor...
View ArticleMedia centres • Re: TV HAT Raspberry Pi 5
There is a problem with the SPI driver on Pi5. It gets triggered when the Pi is busy (specifically sdram bandwidth is saturated).It results in "spi_master spi0: RX FIFO overflow detected" which is not...
View ArticleNetworking and servers • Anyone running Paperless-NGX on a Pi (Bookworm)?
I'm currently running NGX v2.9 on an old old 2012 Mac mini (Bullseye) and I am thinking about replacing that with a Pi 4 that's currently doing very little and make the move to Bookworm at the same...
View ArticleTroubleshooting • Re: Hdmi cec spam
That is correct. The cec command will time out if the TV is powered off.Ideally kodi would detect this, and stop using cec, but it doesn't.You can disable cec in settings/system/peripheral/input/cec...
View ArticleCamera board • Re: Pi camera module v1 and AI kit performance issue?
Many things in display composition are expecting to synchronise to vsyncs from the display. VNC/RDP has none, so timing goes somewhat wrong.Statistics: Posted by 6by9 — Tue Jun 18, 2024 10:51 am
View ArticleGeneral programming discussion • Re: Trying to write a command to edit folder...
That worked, thank you. I asked an AI bot 30 times and it failed every time. So much for "Intelligence".Statistics: Posted by Cam3199649 — Tue Jun 18, 2024 10:51 am
View ArticleGeneral discussion • Re: RPi 5 as a desktop daily driver?
It is MUCH slower to load and render on the pi5 (8GB NVME SSD Wayland modest overclock) than on a similar set up with my Pi4 (SSD on USB).Is it basically the same image on both? (i.e. RPiOS 64-bit...
View ArticleMicroPython • Re: pico W vs. DFPlayer - Raspberry pi and sound
Just checked my dfplayer with an arduino and it worked totally fine...Do you have experience with other mp3 moduls and could recommend a good one?I have some experience of similar units but the...
View ArticleCamera board • Re: More FPS for HQ camera on RPI 5
Discussions have been had, and the view is that we really ought to stick to within the specs for the RP1 CSI-2 block at 1.5Gbit/s.Seeing as that means the driver has to compute a non-integer scale of...
View ArticleNetworking and servers • NMCLI to Bridge Shared Connection?
New to more advanced networking, and struggling with trying to find a way to bridge the connection between my shared connection and my wifi/eth0 connection on my Raspberry Pi 5. I have the standard...
View ArticleTroubleshooting • "Broken" data display
Hello,I prepared some info display device which is based on Raspberry Pi 3B, Raspberry OS and Chromium (Kiosk mode). It displays process status and auto refreshes each minute (reload defined webpage)....
View Article