General discussion • Re: Moving /var/log to external disk?
Traditionally, it wasn't unusual to have a dedicated /var and/or /var/log filesystem. Just mount the filesystem directly, e.g.Code: /dev/sdb1 /var ext4 rw 2 1If you're moving /var/log for performance,...
View ArticleHATs and other add-ons • Re: Seeking Hat for Extending USB Interface Without...
Thank you for your response. The model I’m using is a Pi4, which was mentioned in the subject. However, from my understanding, a basic USB HAT for the Pi4 should also work with the Pi5.To clarify...
View ArticleGeneral • Re: Pico2 easy upgrade or nightmare?
Note FWIW PICO_RP2350 really means PICO_RP235x but we're not going to rename it now. It is the define that is set when targeting chips in the RP2350 familyStatistics: Posted by kilograham — Fri Sep...
View ArticleGeneral • Re: PICO 2 - Corrected version availability?
Won't this affect the bus pirates functionality at least partially? The description sounds like while it's primary use is to talk to other chips with whatever interface you want it can also sniff...
View ArticleMicroPython • Re: MicroPython LCD I2C Library
Hello,I am sorry for the late reply.Firstly, I updated the PyPi link and Github link based on your suggestion.Thank you so much.Secondly, for source code, I prompt AI to generate the code, then I...
View ArticleGeneral discussion • Gnome4
Hi there,It seems, that Raspberry Pi has a good GPU. That's why I have a question. Maybe the Gnome4 will work on it?Statistics: Posted by dorishuntt — Fri Sep 13, 2024 1:53 am
View ArticleTroubleshooting • Re: Stremio install
For the screen where the bluetooth search constantly goes, you have to physically skip that screen if you don't want to connect anything, you can always connect something later though, just connect a...
View ArticleFrançais • Re: Informations sur Raspberry Pi 5
Bonjour,Déjà, merci pour ce thread bourré d'infos très intéressantes, j'ai beaucoup appris grâce à vous !Trop d'informations, parfois trouble dans le choix, je m'en remet donc a vos conseils avisés...
View ArticleOff topic discussion • Re: Boolean Algebra?
In Boolean Algebra there is only 1 or 0. In numerical terms these are also 1 and 0. Nothing else exists. Addition and multiplication work nicely with it.I would say that in Boolean Algebra there is...
View ArticleNetworking and servers • Multidrop Serial
Hi, I'm setting up the following MultiDrop topology along 2.4km of rail line. There are 24 devices on the bus. I have available 2 pair shielded cable along the length: 1 for power, 1 for RS485 (I...
View ArticleGeneral discussion • Docker intermittently uses IPv6 despite disabling IPv6...
Hi everyone,I'm running Docker on a Raspberry Pi 4 (8GB model) with Raspberry Pi OS, and I’m facing an issue where Docker intermittently attempts to use IPv6 addresses to connect to Docker Hub, even...
View ArticleGeneral discussion • Re: A Pi Pie Chart
Thanks for posting! I find it interesting how much better RISC-V performs on the integer calculations compared to the floating point. I wonder if that will change and whether the reduced precision...
View ArticleGeneral discussion • Re: Gnome4
what rpi modelyou want at least a rpi4-4gb or a rpi5-4gbinstall the lite version + gnome for the best results.Statistics: Posted by kerry_s — Fri Sep 13, 2024 3:56 am
View ArticleBeginners • Re: Analog voltage pattern matching
Thank you very much for the detailed explanation. I realize now I over complicated the problem initially, and your recommendations should be within my skill level and work well. This is a …when I have...
View ArticleMicroPython • Re: MicroPython Library for Ultrasonic Sensor with noise filter
Hello everybody,I would like to share the MicroPython Library for Ultrasonic sensors that can works with Raspberry Pi Pico boards.This library also supports to print custom characters on LCD...
View ArticleNetworking and servers • Re: Multidrop Serial
Here's a good article about building your RS485 network:https://www.analog.com/en/resources/tec ... rated.htmlIn terms of protocol, you can roll your own, or fit in with the protocol used by the...
View ArticleNetworking and servers • Re: RAID setup problem
Code: LABEL= /mnt/cloud btrfs defaults,noatime 0 0Statistics: Posted by redvli — Fri Sep 13, 2024 4:50 am
View ArticleTroubleshooting • Re: Raspberrypi 5 freeze randomly and verry often
My 8GB raspberry pi 5 was freezing randomly, but I recently removed the slight overclock I had on the GPU and it hasn't frozen since.I hope this helps!Statistics: Posted by 83zr5 — Fri Sep 13, 2024...
View ArticleNetworking and servers • Re: Assistance with script to change Static IP
It's most definitely possible now. In fact, I'd argue that it's easier now than it was using dhcpcd since it's fully embodied in a well-structured command line rather than editing an easy-to-bork...
View ArticleRaspberry Pi OS • Re: Installing Raspbian on 10 Rpi-5
So, on the setup of the first RPi, after the first boot, I perform sudo apt update and upgrade...it downloads almost 2.5Gb of updates - that is after using the latest distro image file from the rapi...
View Article