Beginners • 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 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 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 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 ArticleGeneral discussion • Re: Anybody know if these Are genuine?
I think on Pis it's sort of okay as you don't unplug them all the time. But I've a couple of Nokia Windows phones I'd love to still use as they have a far better camera than any modern ones, but both...
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 ArticleTroubleshooting • Re: Slow transfer speed between my Raspberry Pi 5 and my...
After several hours searching for a solution, I was able to multiple the speed of iperf by 10. For that, I was finally able to use Ethernet and I had to disable the power saving mode of my Wi-Fi card...
View ArticleTroubleshooting • Rpi zero2 cam does not work
I have been using my raspberry pi camera with success, but I stopped using it for about a week, and it says no signal when I try to take a picture or test connection. I am still able to access the...
View ArticleTroubleshooting • Re: Trying to get servos to update
Thanks for the advice and help with this. When I said nothing was happening, the tide data was being correctly pulled using the API, and parsed into a usable format correctly. The calculations to set...
View Article