Interfacing (DSI, CSI, I2C, etc.) • Re: Touchscreen not being detected by...
As you don't do that in your overlay GPIO17 is input still (as that's what the default is). Sorry, can't do anything more here.I edited my dts file and now I've correctly set the pins:Code:...
View ArticleTroubleshooting • Re: Pi5 NVME (boot) drive goes offline randomly
I appear to have exactly the same problem.- Raspberry Pi 8 GB, with D0 stepping- official active cooler- official 27 Watts power supply- Pineboards HatDrive! Nano NVMe hat- Raspberry Pi SSD 512 GB-...
View ArticleBare metal, Assembly language • Re: ASPM on rpi 400
I've taken the latest Raspberry Pi OS 64 bit release, run `sudo apt-get update` and `sudo apt-get upgrade`, run `sudo rpi-eeprom-update` and rebooted to pick up all the changes. However, when I run...
View ArticleHATs and other add-ons • Re: raspberry pi 4 model B with RB-MATRIXCTRL and a...
I am trying to use the rb-matrixctrl (from joy-it) with a button in my pi4B, since the rb-matrixctrl is using all pins but two (27, 28 for the i2c id eeprom), i am tring to use one of those for my...
View ArticleBeginners • Re: RPi Power connection
I would not recommend that for a Pi5, it should not cause damage but might, and may not work well. It is well short of the recommended 5A, though 3A is enough if there are no power-hungry...
View ArticleTroubleshooting • Re: Disconnecting Raspberry Pi stops internet from working
Find the LAN option and then the DNS, delete the settings and they should default to your ISP ones.(Or set them to 8.8.8.8 or 1.1.1.1)Or if you do wish to use PiHole, set the second DNS to 1.1.1.1 or...
View ArticlePython • DeepSeek AI developed Flask app to control a Pimoroni pantilthat...
GitHub Repo: https://github.com/pageauc/flask-pantilt-camThis program is a python3 flask web server application that allows control of a pimoroni pantilthat with a picamera2 compatible camera module...
View ArticleHATs and other add-ons • Re: Waveshare pan tilt
Wrong forum! You'll need to ask at waveshare https://service.waveshare.com/Statistics: Posted by aBUGSworstnightmare — Tue Apr 08, 2025 6:07 pm
View ArticleSDK • Re: "Custom BLE GATT Service on Pico 2 W – Characteristics Not...
Hi,Thanks a lot for pointing out the issue — that was a complete oversight on my part. I didn’t double-check the code I had generated using ChatGPT, and I missed the attribute length mismatch.I’ve...
View ArticleTroubleshooting • Re: HDMI display detected but without output - Pi 4
I already had added that resolution/ref.rate but nothing changed. Also tried other resolutions.RPi welcome logo is displayed in a flash.I also had tried other options in config.txt as I wrote in the...
View ArticleAutomation, sensing and robotics • Re: Using a RPI to display realtime solar...
Don't worry about having no Pi experience. The process is the same for any system. The key is to break the problem down into small parts.In this case, I know how to drive a needle on a dial, so that's...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Two identical Raspberries, only one...
The FileNotFoundError occurs during the initialization of the board module, specifically when Blinka is attempting to identify the GPIO chip on the Raspberry Pi. I think you Blinka installation is not...
View ArticleCompute Module • Re: CM4 Wi-Fi Fast Roaming Troubleshooting
Thank you for the response. The issue doesn't seem to be specific to OS, from my testing the same things seem to be happening on BalenaOS and RaspiOS. I'm just trying to understand why the product ID...
View Article