General discussion • Re: Alternate power source-100W USB-C connection
Current is pulled not pushed. The Pi won't draw more than it needs.*However...Is that a fixed 100W output or does it use USB PD? Or some other mechanism to control the output?100W is 20A at 5V. The...
View ArticleCompute Module • Functionality of GLOBAL_EN vs RUN_PG
Hi, all. We are designing a carrier board for the CM4. After reading through the documentation, I have become confused about the `GLOBAL_EN` and `RUN_PG` signals. I have gathered the following:[*]...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
I've checked with sales, production has now ramped up (there was a delay due to some packaging issue), but devices are being sent out to AR's worldwide, so the channel should be pretty well stocked in...
View ArticleOther projects • Re: Fingerprint collector
I know we're taking about a high school project but two words: privacy and consent. Fingerprints are one of the longest used pieces of biometric data for identification.Good grief. Fingerprint readers...
View ArticleOther RP2040 boards • Custom RP2040 board: DVDD floating??
Hi folks. I am making a full size keyboard using the RP2040 Hardware Design. I adapted a prototype board that had a similar issue and posted about it here: viewtopic.php?t=368240. From what I can tell...
View ArticleTroubleshooting • Re: SSH connection crash
Are there supposed to be five python DASH_stream.py processes running at the same time?They are definitely different proccesses as they have different PIDs and times.Unfortunately, htop is a little...
View ArticleRaspberry Pi OS • Re: How do I make Thunar the default file manager?
did you check the default boxtry right click-> properties->commandCode: xdg-mime default thunar.desktop inode/directory i think there's a dpkg-reconfigure command to but that's more system then...
View ArticleTroubleshooting • Upgraded to a 5, now network crashes every time its on
Here's the story. I've used a raspberry pi 3 for years, and its only purpose was to run Plex Media Server on my internal network. I use a Buffalo NAS for the file storage and mount it via fstab.I...
View ArticleWolfram Language • Re: Interaction with Mathematica 13.3.1 installed on a...
Current version is 14.1.0; have you tried updating?Thanks! I will try to update.Statistics: Posted by marblebattery — Wed Oct 02, 2024 1:17 am
View ArticleRaspberry Pi OS • Re: Can't Install Updates on Pi 400
You're upgrading a lot of stuff there. How much space have you got available? Use "df -h /" to find out.Code: notpi@raspi15:~ $ df -h /Filesystem Size Used Avail Use% Mounted on/dev/root 14G 5.7G 7.7G...
View ArticleGeneral discussion • Re: Raspberry Pi Zero 2 WH
Its sold out from every official supplier in the US. Any update on when that will change?Statistics: Posted by lualeer — Wed Oct 02, 2024 11:30 pm
View ArticleRaspberry Pi OS • Re: What to do if you don't know the root password
Sorry, user pi is not authorized to execute as root on raspberrypi?As should be the case since the user name "pi" has been deprecated for quite some time especially for an "admin-like" user with sudo...
View ArticleBeginners • Re: Looking for a Minimal OS for Raspberry Pi with Automatic...
First thing to work out is whether your software needs the desktop to be running or not. If not either use RPiOS Lite or configure your existing OS via raspi-config to boot to the command line.After...
View ArticleFrançais • Re: Comment redémarrer le service dns du RPI4
If you are using Debian 12 bookworm and you want to override dhcp, do:Code: # list connectionssudo nmcli con# Optional - list existing configsudo nmcli con show 'connection name'# Override dhcp...
View ArticleCamera board • Re: AI Kit or AI Camera
https://shop.pimoroni.com/products/rasp ... 2758662227 states it comes with both.Nice to know, first pics only showed the smaller end.Got plenty of both cables but first timers probably don't want to...
View ArticleAI Camera - IMX500 • Image Quality: IMX500 vs IMX708?
Very interested in the IMX500 but want to know how the image quality and low light/high ISO performance compares to that of the IMX708 used in the camera module v3.Statistics: Posted by korang — Thu...
View ArticleRaspberry Pi OS • Re: Virtual Keyboard issue
i dont know.i invoke the keyboard with a button on the upper panel...Statistics: Posted by terribleted — Thu Oct 03, 2024 1:44 am
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: HDMI and MIPI displays
Hi - I got the MIPI display and plugged it in and both it and the HDMI are working great right out of the box.The only issue I see now is that the MIPI display is the default and the menus are on it....
View ArticleAI Camera - IMX500 • Re: imx500-all fails to install via apt
Could you run 'sudo apt update' and and then try again? I believe it should be resolved now.Statistics: Posted by ShiftPlusOne — Thu Oct 03, 2024 11:00 pm
View ArticleSDK • Pico as debug probe problem
I installed Visual Studio Code and the Pico Extension on a Pi5. When I tried to start a Debug session I first went instantly into trouble, because the included openocd version did not include the...
View Article