General • Re: Pico2 easy upgrade or nightmare?
You can use this in codeCode: #if PICO_RP2040or#if PICO_RP2350similarly in CMakeCode: if (PICO_RP2350) ...endif()You will have to modify the linker script for each of RP2040 and RP2350 separately as...
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 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 ArticleBeginners • Re: RPI 27w power pack spcs
In the general case I'm certain you're correct. But this thread is specifically about the official 27W PSU and that has a captive cable which I presume is suitably rated. Or it wouldn't be on sale.It...
View ArticleHATs and other add-ons • Re: HW RAID
My gut feeling at this time is that, as already syggested, OP is being cheap, has seen a few buzz words (EXSi, hardware RAID), seen a couple of "funky" products, but hasn't done their own (basic)...
View ArticleGeneral • Re: Official RP235xB boards?
May not be an issue for most but be aware that neither of the Pimoroni boards will overclock above about 320MHz. The Pico2 is no issue up to 400MHz.The issue is not the PSRAM as even with that removed...
View ArticleTroubleshooting • Re: Pi 5 not accessible by other Pi’s Mount
Hi Folks!Found a solution of a GUI access (the yellow file folders icon – pcmanfm) to my shared files so posting for others. May not be THE correct way but works.The files were not available via the...
View ArticleTroubleshooting • Re: Cannot properly scan system for error: fsck at reboot...
TryCode: sudo tune2fs -c 1 /dev/mmcblk0p2The one "1" means check every boot.Reboot to check the drive. ThenCode: sudo tune2fs -c 0 /dev/mmcblk0p2to stop checking every boot.Statistics: Posted by AndyD...
View Article