General discussion • Re: Brand new Pi 5 just flashes green once and then red
Isn't this about time for "ame" to say "Welcome, new user!" ?Statistics: Posted by BigRedMailbox — Thu Feb 06, 2025 12:33 am
View ArticleCamera board • Re: Back Focus adjustment ring
Provide a picture. Where did you buy it from?It should look like https://www.raspberrypi.com/products/ra ... er-camera/@pythonpecans please what looks like a spam link from the location field of your...
View ArticleGeneral • Re: RP2350B GPIO26 works only as input?
Are you setting the pis in the same time changing the direction ?How do you know it's not changing the direction ?Maybe it's latching on the previous OUT state. I would try to do it...
View ArticleGeneral • Re: using picotool to flash pico
Do you need sudo? I've never needed it for picotoolStatistics: Posted by scruss — Thu Feb 06, 2025 12:51 am
View ArticleAutomation, sensing and robotics • Re: Control of Load cell and stepper motor
Sorry I know I should’ve stated I was using the HX711, I know I need the amplifier but can I solder the wires from the amplifier to the motor hat?Statistics: Posted by cwtulcar — Thu Feb 06, 2025...
View ArticleGeneral • Re: MS5611 pressure sensor I2C communication problem with Raspberry...
what MS5611 board are you using? Some of them have LDO voltage regulators and step down from 5 V supply to 3.3 V. If you're powering from 3.3 V into that LDO, the sensor may not work.Also, what wiring...
View ArticleGeneral discussion • Re: Raspberry Pi 4 GPIO Levels, Voh, Vol, Vih, Vil
Only the rise and fall times are TBD . What are you actually after ?Statistics: Posted by dp11 — Thu Feb 06, 2025 10:17 pm
View ArticlePython • Re: Install trimesh?
I'm not a programmer, but I have a python program that I would like to try. It requires trimesh, but when I enter pip install trimesh in terminalI get a warning with stuff I really don't understand...
View ArticleGeneral programming discussion • Re: Weird Chromium-only bug with CSS...
Not Pi chromium specific by the look of it, as Chrome on Android phone does not scroll the marquee.Safari on iPad works OK, as does Firefox on Pi or PCFirefox on the Pi works just fine too.I've...
View ArticleAndroid • BassOS / Android 14
Running Bass Desktop Mode - Android 14 on Raspberry Pi 4B/CM4/400I've been experimenting with Bass Desktop Mode, a minimal AOSP-based Android 14 build designed for the Raspberry Pi 4B, CM4, and Pi...
View ArticleGeneral discussion • Re: CNC plotters using MicroPython on Pi Pico
The go-to project for CNC control is grbl. It has been ported to the Pico, so you could start here:https://github.com/grblHAL/RP2040Statistics: Posted by ame — Thu Feb 06, 2025 10:31 pm
View ArticleGeneral discussion • Re: Compute Modules, Feature Cutting, and the importance...
We've sold 6m CM devicesAre you sure of this number as it seems remarkably low as a percentage of all Pis. And would mean our clients alone have used over half a percent of all of them which would...
View ArticleRaspberry Pi 400 and 500 • Re: Questions about google meet and zoom (before...
Thanks for sharing your experience. After purchasing it I will post here how it goes. Thank you.Statistics: Posted by GermanXG — Thu Feb 06, 2025 11:36 pm
View ArticleGeneral • Pico based Uzebox-alike games console
I have found several gameboy-alike Pico based games consoles but has nobody created, or started to work on, creating a fully open source games console similar to the Uzebox (Omega)?These are the sort...
View ArticleGeneral discussion • Re: Raspberry pi 5 capability
The cpu architecture on the Pi is ARM, the architecture on a "pc" is intel or AMD (x86). They are NOT the same. ARM processors need different software than x86. Some software packages are available...
View ArticleGeneral discussion • How can I use an ethernet switch to get multiple pi 4b's...
I am trying to create a photogrammetry booth using an ethernet switch as the point of communication so I can scan moving objects (cats, dogs, people). I have my switch working, but I am not sure what...
View ArticleGeneral • Re: How to output bits to GPIO from the interpolator without use of...
I see. Some weeks back, when I was investigating about the RP2040's interpolator, somewhere i read that even the DMA could be used with the interpolator to generate LUTs without participating any...
View ArticleTroubleshooting • Re: Raspberry Pi 4B Bookworm - Can't connect to desktop via...
- make sure you use the "edit settings" during the SD card prep to enable VNC, SSH, and set the password.I don't see such an option in Raspberry Pi Imager v1.8.5 under Windows10, or v1.9.1 under...
View ArticleBeginners • Re: Changing permissions/owner on an external USB HDD drive
Thanks guys. Silly question, is there a way to originally mount or install the external drive into the Pi to allow every user to have all file permission and retain exfat? I'm trying to not have to...
View ArticleTroubleshooting • USB problems? Fake mousepresses and keyboard codes > 255...
Thanks terribletedYes I boot from a SSD connected to the USB3 interface. Would it still complain if I changed the preferred boot order?And this makes some of the information about swiotlb buffer is...
View Article