Interfacing (DSI, CSI, I2C, etc.) • Re: Touchscreen not being detected by...
I'm compiling my overlays in tree, then there is no problem with includes!https://github.com/raspberrypi/linux/bl ... gpio.h#L15Statistics: Posted by aBUGSworstnightmare — Mon Apr 07, 2025 5:40 pm
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 ArticleTroubleshooting • Unable to set resolution to 1080p, stuck at 1024x768
Hardware: raspberry pi 3 model b rev 1.2OS: Latest bookwormI am using this device to run steamlink - this is working.The device is connected to my 1080p TV via HDMI, which works, but the max...
View ArticleBeginners • Re: cant set static ip adress via Raspberry Pi 5
Your explanation of your issues is vague. If you are saying that you can't reach the internet then the followinginstruction may apply because your Pi may not have a correct IP address. Note: If you...
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 Article