General • Re: Disconnect battery using relay
All the cool kids use not a relay:https://www.electro-tech-online.com/thr ... ic.109183/What's old is new again. Etc.Statistics: Posted by ame — Sat Sep 28, 2024 9:57 am
View ArticleTroubleshooting • Re: HDMI settings in Bookworm
i usualy resize my pics to 1024x768 (around) for uploading. Sorry, can't support any further as you seem not to have the required information on hands.I‘m truly grateful for your help!(little update)I...
View ArticleGeneral discussion • Re: Chromium / Webbrowser freezes whole RPI
You could try the 32 bit OS, it is likely to use less memory, and it isn't as if the extra address space 64 bit gives you is useful with 1 GB of RAM.Statistics: Posted by xeny — Sun Sep 29, 2024 8:20 am
View ArticleAdvanced users • Re: ADATA SD620 external SSD: eject does not function properly
5 or 8 (my preference) gigabit switches are cheap, reliable and in my limited testing use less power than 100mbit switches. Is there a constraint which prevents purchasing one?I acknowledge it isn't...
View ArticleBeginners • Dataplicity error
Hi,i am using dataplicity for my home project. Suddenly it stopped working. After looking in log file i am getting the following error message:Code: `Failed to find compatible interpreter on path...
View ArticleRaspberry Pi OS • Re: gpiozero kludge
Known issue https://forums.raspberrypi.com/viewtop ... 4#p2253515Statistics: Posted by neilgl — Sun Sep 29, 2024 8:46 am
View ArticleBeginners • Re: Raspberry Pi Camera Module 3 Not Working
Is the “ 64 bit RP OS” Raspberry Pi OS (64-bit) with desktop “Bookworm” or something else?How to tell: Code: cat /etc/os-releaseAnd is it a camera cable not a display cable?Statistics: Posted by...
View ArticleCamera board • Re: Efficient video streaming
What happened when you tried it with rpicam-vidStatistics: Posted by neilgl — Sun Sep 29, 2024 8:56 am
View ArticleNetworking and servers • Re: Which IPv6 address
Thank you for an informative reply.As I've recently changed internet providers I am not fully familiar with them as yet but I note my first group of hex is 2a02 and not 2002 which I understand is the...
View ArticleRaspberry Pi OS • Re: Possible to "upgrade" glibc without...
How about recompiling the program on your Pi instead of recompiling glibc or chrooting?Statistics: Posted by jj_0 — Sun Sep 29, 2024 9:03 am
View ArticleCompute Module • Re: Flashing hardware (µUSB connector separated from...
So yes, it will boot off of an NVMe drive.Oddly enough, the bootstrap in the MBR on the EMMC was zeroed out.AFIAK, there should not be anything from 0-440 in the MBR for Pi/BCM SoCs.There is a disk...
View ArticleBeginners • Re: Dataplicity error
Hi,i am using dataplicity for my home project. Suddenly it stopped working. After looking in log file i am getting the following error message:Code: `Failed to find compatible interpreter on path...
View ArticleCamera board • Re: Pi Camera Module 3 streaming issue
I stream to VLC (on a Win10 PC) like this: On PC, start VLC and Open Network Stream to:Code: tcp://192.168.1.151:4567192.168.1.151 is my Pi. Stream from the Pi:Code: rpicam-vid -t 0 --libav-format...
View ArticleMicroPython • Re: multithreading with Raspberry Pi Pico
@Kodiak228Thats a good bit of logic to overcome the continued running of the second core, but bear in mind the eventual program you will deploy to run on your pico will not be connected to a...
View ArticleGeneral • Re: ADC DNL on Pico2
Then where have all those values gone ?It makes no sense, right ?Statistics: Posted by gmx — Mon Sep 30, 2024 8:58 am
View ArticleTroubleshooting • Re: External Hard disk randomly Read-Only filesystem
An active USB Hub should fix your issue.Statistics: Posted by framp — Mon Sep 30, 2024 9:11 am
View ArticleGeneral discussion • Re: New Raspberry Pi Products
Raspberry Pi AI Camera on sale now at $70https://www.raspberrypi.com/news/raspberry-pi-ai-camera-on-sale-nowI've done a hands-on review for Hackster, if anyone's curious. And if you're not, I've still...
View ArticleLinux Kernel • Re: 5.15.163 source code on rasberrypi/linux repository
Hi,Kernel 6.6.y is not supported on Ubuntu 22 server for the pi I think. It runs on a 5.15.y kernel. So I was wondering if there was an updated repository with this kernel(currently...
View ArticlePython • Re: CPU Temperature Test Not Working; Need File Format
In the first place, you should avoid the use of Python 2.7 and the encoding header was removed. Using the encoding header in Python 3.x code is wrong and will be ignored by the interpreter. Python 3...
View ArticleCompute Module • Re: Pi CM4 EUROCARD io Board ( Home-Lab ) Update
You might want to consider laying out the front panel PCB for several different displays - the availability and pinout of these even though they are the same size seems to change...
View Article