General • Re: RP2350: wiring for external DVDD supply
Based on the bus-pirate schematic, VREG_LX, VREG_VIN and VREG_FB should be left floating, with VREG_AVDD and VREG_VIN connected to +3v3 via a low-R RC circuit...I haven't got the parts to have the...
View ArticleBeginners • Why can't I connect to RSP 4 with SSH?
I have always used PC to connect to my raspberry pi 4 via Ethernet and it was normal. But starting today, I found that I could not connect to my raspberry pi.When I use putty to connect to it, putty...
View ArticleRaspberry Pi OS • Re: Keyboard layout displaying/switching for Wayfire and...
Hi @usa,I follow the installation instructions in https://github.com/raspberrypi-ui/wf-panel-pi and get an error message:Code: meson.build:16:0: ERROR: Dependency "wayland-client" not found, tried...
View ArticleRaspberry Pi OS • Re: 2024Jul04 64Bit Full: Splash Page: Release 5.2 - March...
An update/upgrade has changed this. The text is now: "Release 5.3 - July 2024".Statistics: Posted by MIT70 — Mon Sep 02, 2024 3:05 am
View ArticleTroubleshooting • Re: Pi3 Won't Boot
Read the "not booting" sticky that mahjongg spent much time and effort writing.Thanks. After reading that I determined that the linear regulator on my Pi 3 B + has gone short.Can you please tell me...
View ArticleGeneral programming discussion • Re: "AI assisted" programming?
The current batch of AI tools are all artificial but no more intelligent than the applications they replace. They start with a Google style keyword search then merge the results so the authors of the...
View ArticleTroubleshooting • Re: Why are my 256GB SanDisk Ultra SD cards failing so often?
your cards may be vulnerable to premature wear from small writesThe common write speed of V30 is based on big writes. For small writes, you need A1 or A2 cards. When the video does one big write, the...
View ArticleBeginners • Re: Allowing Pi to boot even if HDMI monitor is turned off or...
Is there anything equivalent for the Pi5? I gather that the file has been moved to /boot/firmware/config.txt. I'm reluctant to change the file in case I do something that stops the Pi from booting,...
View ArticleAutomation, sensing and robotics • Re: Robot kit for RPi 5 with AI module?
I haven't seen any mature robot kits showcasing applications where Pi5 with AI hat is used as the core controller. However, conceptually, all robot kits that use Pi5 can be upgraded to versions with...
View ArticleAutomation, sensing and robotics • Most hopeful AI applications based on...
I'm planning to create some interesting local AI applications based on the Pi5 and AI module soon.What AI feature are you most excited about? Vision-based large models, LLMs, 3D reconstruction, or a...
View ArticleNetworking and servers • Re: Why can't I connect to RSP 4 with SSH?
I found another solution online:sudo nano /etc/ssh/sshd_configSet UseDNS to noNow it seems that this problem does not occur again.Statistics: Posted by mywatermelon — Tue Sep 03, 2024 2:10 am
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Power on 2 pi's with 1 switch
Use a double pole switch/button?Common grounds to Pi, one pole to each Pi in their +ve line.Oh, and about the only way you'll get 10 volts is if you connect the two outputs in series: +ve of first...
View ArticleGeneral • Re: Tiny USB question.
I found I was able to resolve the issue with adding pico_enable_stdio_uart(${projname} 0) to the cmake file.I now have a happy Commodore 64 computer with Wireless USB mouse support. Statistics: Posted...
View ArticleGeneral • Re: What limits maximum external clock freq on GPIN0/1?
You got a good chip. Now buy 10000000 more. Tell me how many work? At 50 MHz the number is likely 90-99 percent of them will. Above that maybe 75, 50, 25, etc. percent?That's exactly it. It's the...
View ArticleOff topic discussion • Re: thiney "micro" cheap Boards with...
HiI want put at home some Sensors in the House to measure different thinks and I believe in the Power of Ethernet. A Wire is a Wire. Ok ok theoretically a Bus System could be a solution to but I have...
View ArticleMedia centres • need help regarding libreELEC
While booting libre elec from sdcard i am getting some error( failed to start ). I am using pi 3a+, can someone guide me what to do.Statistics: Posted by shiv22 — Tue Sep 03, 2024 4:00 am
View ArticleRaspberry Pi OS • Bullseye Update 32-bit - perl: warning: Setting locale failed.
All,Tonight's update on 32-bit Bullseye on a Pi Zero 2 W produces several warnings related to language settings that seems to mismatch US and GB language files. The curious output from the update...
View ArticleRaspberry Pi OS • Re: Bullseye Update 32-bit - perl: warning: Setting locale...
LC_CTYPE is only for character handling, not overall language, it affects things like case switching. Its not recommended to set LANG and CTYPE to different languages.Statistics: Posted by pidd — Tue...
View ArticleBare metal, Assembly language • Visual Studio Code for Bare Metal
I spent some time integrating bare metal Raspberry Pi development support into Visual Studio Code and wrote up a how-to guide. I was quite happy with how it turned out and am using it as my default...
View ArticleTroubleshooting • Re: unable to connect some times
So i have the official USB power supply did some reading / google found similar issuesadd to this, I had it running centos 7 for 2 years no issuestarted when i install pi os.But I also mount part of...
View Article