Interfacing (DSI, CSI, I2C, etc.) • Re: dwc2 peripheral mode - detect connect...
Maybe host side initiation communication of some sorts might work?Statistics: Posted by DHWill — Fri Jan 24, 2025 11:21 pm
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 ArticleGeneral discussion • Re: Anybody know if these Are genuine?
The infamous "lorem ipsum" button just gave me a good laugh Statistics: Posted by jason_kidd — Sat Jan 25, 2025 11:10 pm
View ArticleTroubleshooting • Re: Connecting to pi using hostname/local address always...
Easy. Disable one, then the other.Test 1: Enable wifi.Pull the ethernet cable out of the RPi.Test 2: Disable wifi.Insert the ethernet cable into the RPi.Ah I see what you mean, and yes using only one...
View ArticleAutomation, sensing and robotics • Re: Submerge temp sensors failing,
regarding "epoxy in water". once the epoxy is cured, it wont interact with the water (assuming its just water)but, whatever you thinkStatistics: Posted by terribleted — Sat Jan 25, 2025 11:15 pm
View ArticleTroubleshooting • Re: Blown Fuse/Resistor?
1) i assume you are using the official power supply.2) RED LED solid usually means power OK3) try removing the SD card, and power up. do you get the diagnostic display?do you have a multimeter, and...
View ArticleOther projects • Re: RPi 5 Rack Mount case. New Design Help...
So generally speaking if it wasn't obvious. I was looking to not spend more $$ than I absolutely have to. Seriously if money were no object I would not be doing this with Raspberry Pis honestly... I'd...
View ArticleNetworking and servers • Re: Pi homelab build...
So I managed to end up with a big stack O pi's...4 @ 8GB Pi 5s with Official coolers, Pimoroni NVME bases and 2TB NVME SSDs. 1 of the Pi 4s is currently housing my media and archives. via a Buffalo...
View ArticleTroubleshooting • Touch Displays virtual keyboards have "dead" keys...
Touch Displays virtual keyboards have "dead" keys in Chromium.I was playing with my latest acquisition, RPi Touch Display2 on an RPi5. I opened Chromium and typed in a URL.I got a not found message. I...
View ArticleBeginners • Re: SD and NVMe partitions issue
I suggest you start by reading the official documentation for whichever M.2/NVMe to Pi5 board you have and by searching these forums. You're not the first to have this "problem" and, I'm sure, you...
View ArticleGeneral discussion • Re: Pi5 Overclock Personal Records?
3000 with active cooler, with force_turbo=1 run for more than 2 months just to see whether it is possible, and it was without any issues.Statistics: Posted by HermannSW — Sat Jan 25, 2025 11:58 pm
View ArticleGeneral discussion • Compute Modules
What are compute modules? Are they extensions to each Raspberry Pi, or souped up versions of the Raspberry Pi?Statistics: Posted by RaspyHat — Sat Jan 25, 2025 11:58 pm
View ArticleGeneral discussion • Re: Compute Modules
Raspberry Pi Compute Modules are system-on-module variants of the flagship Raspberry Pi models. Compute Modules are especially popular for industrial and commercial applications, including digital...
View ArticleGeneral • Re: [dual core][2 SPI]Using 2 SPI buses of Pico W for 2 SD cards on...
no-OS-FatFS-SD-SDIO-SPI-RPi-Pico can do this.Statistics: Posted by carlk3 — Sun Jan 26, 2025 12:27 am
View Article