Troubleshooting • Re: Pi 4B 4GB stopped working
At first, please check your power supply with a multimeter. See if it is sufficient for your Raspberry pi. If there is nothing wrong with the power supply, reinstall the OS.Statistics: Posted by...
View ArticleNetworking and servers • Re: Assistance with script to change Static IP
The Debian Reference suggests using systemd-networkd instead of NM in [url=https://www.debian.org/doc/manuals/debi ... ithout_gui]5.3.Someone should improve sdm's systemd-networkd support. systemd is...
View ArticleBeginners • Re: Cannot get to work OLED display.
since you have mentioned sometimes the address shows and sometimes not, it can be a loose connection too.Statistics: Posted by amikekeami — Tue Sep 17, 2024 8:37 am
View ArticleTroubleshooting • Re: Pi5 weak WiFi compared to Pi4 and has difficulty...
From what I can see, that case is a metal sleeve with thick plastic end plates. If the end plates are made of PLA (a common 3D printer filament) there will be problems, PLA absorbs water, all wireless...
View ArticleOfficial Display • Re: Official Raspberry Pi DSI display quesiton.
Yes, that will work over VNC.Do you mean VNC will show desktop or python drawings?Statistics: Posted by 4k3or3et — Tue Sep 17, 2024 8:46 am
View ArticleBeginners • Re: Pi4: backup and boot device type questions (beginner)
Searching through a 54 pages long thread with command lines all over?I found this already before but I was not helpful.Statistics: Posted by DodgerDE — Tue Sep 17, 2024 8:48 am
View ArticleTroubleshooting • Re: libcamera-hello: ERROR: *** no cameras available ***
When old / legacy stack is enabled via config.txt (start_x=1), you should get:Code: # vcgencmd get_camerasupported=1 detected=1, libcamera interfaces=0Statistics: Posted by redvli — Tue Sep 17, 2024...
View ArticleBeginners • Re: Fastest way of acquiring individual chunks of ADC data
It looks like you are trying to use the same signal as digital input (to trigger the data capture) and analog input (to be read by the ADC). Presumably this is an attempt to do peak-capture but there...
View ArticleTroubleshooting • Re: Pi 4b has 5V on 3.3V rail
If you need the older one named MXL7704-P4 then some are on aliexpress but not sure they will actually work, one examplehttps://www.aliexpress.com/item/1005006603564395.htmlThe -P4 suffix means it is...
View ArticleBeginners • Re: Raspberry Pi 4 Model B Boot/display Issue
Im still having this issue if anybody wants to help out lol...Statistics: Posted by bricemb96 — Tue Sep 17, 2024 9:17 am
View ArticleGeneral • Re: Debugger is Unable to read RISC-V Registers
The Cortex Debug extension, which our VS Code extension uses for debugging, is designed for Arm chips so searches for Arm register names. As these names don't exist on Risc-V it will throw an error,...
View ArticleBeginners • Re: How to change resolution in console? (Pi OS)
config.txt is not used any more for scree settings, so remove thatthe new way is /boot/firmware/cmdline.txtadd to the frontCode: video=HDMI-A-1:1920x1080mine for example looks like this for my...
View ArticleGeneral • Re: Pico2 easy upgrade or nightmare?
Hello,Perhaps this video from Gary Explains: https://www.youtube.com/watch?v=GgYCBa4q4IE will help you sorting these.It links to https://github.com/raspberrypi/pico-exa ... _universal...
View ArticleBeginners • Re: pi5 using 480i
Why wouldn't 720 x 480 be 4 by 3? Isn't it the standard definition resolution for NTSC broadcast television from the analog era?As for my model, it's just a cheap hdmi to ypbpr converter you can find...
View ArticleGeneral discussion • Re: Component Assistance
Update I now found this post. viewtopic.php?t=252503Statistics: Posted by Capsos — Wed Sep 18, 2024 8:13 am
View ArticleBeginners • Re: Using Raspberry Pi as Print Server to Catch Print Jobs for...
I know that there is software available for macOS that allows it to act as an AirPrint server for a non-AirPrint printer (USB or network) so, technically, it's possible. A quick Internet search came...
View ArticleGeneral • Re: PICO 2 - Corrected version availability?
On a more constructive note, I think the errata could use some additional information regarding the maximum leakage current, as specified for other electrical characteristics. At the moment it talks...
View ArticleRaspberry Pi OS • Re: apt-get not working any more
You should use latest OS - your 6.1 kernel is quite old.what about Code: sudo apt updateStatistics: Posted by aBUGSworstnightmare — Wed Sep 18, 2024 8:36 am
View ArticleTroubleshooting • Re: Trying to install Processing under bookWorm
Now with the latest software updates to enable the use of the Pico2 the above no longer works. That is either using Wailand or X11.All I get is an empty file called processing-pde.desktop.Research on...
View ArticleOther RP2040 boards • low reset voltage level
Hello, everyone.I have a yd -rp2040 board. When connected to a computer via usb with the "boot" clamped, my internal bootloader does not start.At the same time, the reset voltage has a low level.Is...
View Article