General discussion • Re: Advice for powering a portable 3D Scanner booth made...
What specific question do you have? Thread title is about power, but you also ask about networking and synchronisation.If you want to talk about power you can get into the ball park with a couple of...
View ArticleAdvanced users • Re: Java swing application without desktop does not start
What does it do if you start the desktop and then run the Java program?I can't get it to start any program using your command structure. What does the -- do?Statistics: Posted by knute — Thu Jan 23,...
View ArticleTroubleshooting • Re: NVME problems with PI 5 8GB
What are you powering the Pi with?Statistics: Posted by andrum99 — Thu Jan 23, 2025 11:35 pm
View ArticleRaspberry Pi OS • Re: VNC resolution of 2560x1440
I change resolution after connecting with RealVNC. RPi menu -> Preferences -> Screen Configuration. Screens button at the bottom left of the window, then Resolution (which is in a "NOOP-1"...
View ArticleGeneral • Re: PT52-Lua The Modern Retro computer
Hello,Nice work with the RP2350 in 320 x 100 @ 256 colour mode!I wanted to check in to say today I studied how you add C functions to a LUA library. This is using the C API for LUA,...
View ArticleRaspberry Pi OS • Re: Bookworm: Looking for suggestions to reduce disk...
Who can I inform or submit a pull request to to remedy that?If you can work out what packages are not safe to autoremove, I would start by posting them here.There should only be a hard dependency if...
View ArticleCompute Module • Re: Can a CM5 replace a CM4?
Thank you both. If we ever have extra boards we might try CM5, but it looks like it wont work.It may be interesting to design a IO5 board.Why do you think it won't work?Statistics: Posted by jamesh —...
View ArticleTroubleshooting • Re: Audio on rpi
I am wiring to a speaker and i have a pisugar2 on the pi that makes accessing the pins for the jack on the underside hard to do, as well as the fact that the ability to use headphones would be...
View ArticleBeginners • Re: Raspberry Pi 5 came with no SD card
If not using hdmi for sound I found this to work great and and it is affordable. I'm new to pi as well.https://www.amazon.com/dp/B0D2KPVFXC?re ... asin_titleStatistics: Posted by boognish4895 — Fri...
View ArticleGeneral discussion • Re: raspberry pi pico rp2040
Hello good evening everyone, I'm from Brazil, I would like to know if it is possible to connect the raspbery to the ps5 console, for example, use it as a ps4 controller and send commands to the ps5...
View ArticlePython • Anaconda -> Python 3.12
The recall someone was asking about getting Python 3.12 on a Raspberry Pi a while ago. By default, Bookworm comes with Python 3.11Last night I installed Anaconda and now it comes with Python...
View ArticleGeneral • Re: FP/M release v0.1
Nice! Support for the 2040 builtin flash as file system host would make it attractive for RP microprocessors needing file system support but not necessarily a large one.The flash chips commonly used...
View ArticleGeneral • Re: Raspberry Pi and Pico: Sending Fast Data over USB Connection...
You have plenty of I/O available for buttons. I wouldn't bother with an external micro. More to build, more to debug, more to maintain.Using the pico really is necessary. There isn't a lot of space...
View ArticleC/C++ • Re: Matrix class for C++
Is it the matrix experiment or the STL experiment which interests you more atm? I've long forgotten matrix math. Nevertheless, I'd not suggest doing both at the same time unless you're proficient in...
View ArticleTroubleshooting • Re: Mounting Old Buffalo NAS SMB1 CIFS error code 95
See the troubleshooting section of STICKY: Using fstab A Beginner's GuideThat said, the address you're using in file manager has a lowercase "b" in "backups" but you have an uppercase "B" in both your...
View ArticleBeginners • Re: Help with using PICO 2 PIO/FSM to input serial data
If you're going to post python on the forum use the [code] ... your code goes here ...[/code] tags.That makes the difference betweenif "code-tags" == "used": print("code is formatted with left-hand...
View ArticleTroubleshooting • Re: I messed up my trusty RPI bookworm by trying to...
The post installation script is reading your password file with this command: Code: getent passwdThen it take the user home folder as the 6th column. Run that command and check if some user have /proc...
View ArticleBeginners • Re: Question: How to use mcp3008 for digital input
This is the same question as in this post https://forums.raspberrypi.com/viewtopic.php?t=383011Statistics: Posted by neilgl — Sat Jan 25, 2025 12:08 am
View ArticleTroubleshooting • Re: No display using recalbox/Batocera
I have also attempted to use hdmi_safe1. That failed, and I removed that line and added config_hdmi_boost=4, hdmi_force_hotplug=1, hdmi_group=2, and hdmi_mode=4.... No changeStatistics: Posted by...
View ArticleTroubleshooting • Zoom on RaspberryPi 4 with 64-bit Bookworm
Many people seem to be getting Zoom to work on the RPi, but not me. I have tried every set of directions given. Some say to use PI-Apps, while others say to use PiKiss. There appears to be some...
View Article