Troubleshooting • Re: Chromium issue after latest updates
rpi5 hardware is slow, so they opted for software since it's faster.make sure you have rpi-chromium-mods since your using chromiumI think it is installed as a dependency as default with chromium. So...
View ArticleTroubleshooting • Re: Raspberry Pi 5: USB and Ethernet Ports Not Working
On the older Pi models, I'd say that there was a power switch problem on the USB, which (IIRC) also affects the Ethernet. It could be because something on the USB is drawing too much current, which...
View ArticleBeginners • MicroPython Tutorials for Raspberry Pi Pico
Hello everyone,I am excited to introduce a series of MicroPython Tutorials for Raspberry Pi Pico. This series covers various topics, including getting started with Raspberry Pi Pico and MicroPython,...
View ArticleMicroPython • Re: MicroPython Library for Ultrasonic Sensor with noise filter
For quick test, I think It's ok. But for long run, we should use the a voltage divisor on the Echo pinI think it's not ok. You should probably document that a voltage divider is necessary.Thank you, I...
View ArticleSDK • Re: First attempts to use hardware_powman
On a more general note: One most useful thing that can drive the use of RP2350's cool new capabilities is having some SDK examples and/or App Notes. For example in this case, working examples of sleep...
View ArticleGeneral • 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 ArticleTroubleshooting • Re: Pi5+Debug probe UART. Any thoughts?
Spirits all around I think. Putty is showing some kernel spew. Thank you for the help.Statistics: Posted by g40 — Fri Sep 13, 2024 10:54 pm
View ArticleTroubleshooting • IMX477 Camera Dropout Issue with Custom Carrier Board on...
We are using Jetson orin NX with the following setup.-NVIDIA Orin NX-Custom carrier board-3 IMX477 Raspberry Pi HQ cameras connected via CSI ports-L4T 35.4.1 (we also tested things on 35.5.0)-Enabled...
View ArticleAdvanced users • Re: Image File Utilities
I understand /mnt is excluded in the backup which makes sense. That's why I asked whether a different mountpoint like /NAS/<external drive name> will be saved in the backup and restored. If not...
View ArticleRaspberry Pi Connect • Used Connect to create an IsAlive service via scraping
I would love it if I could Raspberry Pi connect from a remote machine programmatically. I wanted to use it to get the status of my pi, and I had to make a very convoluted script to get there, which...
View ArticleTroubleshooting • Re: Bookworm feedback thread
Can you please do a "chrome://gpu" and show us the results. I have reinstalled Chromium from scratch (after deleting every bit of it) and it still had no hw acceleration. I had to install an older...
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 Article