Troubleshooting • Re: New Pi 5, something continuously filling SD
used Code: ncdu -x / and found Code: /home was 49.5GB, which seemed quite excessive. Drilled down into the folders and .pm2 was 45GB. Removed pm2 and I now have 46.9GB free space and it's not being...
View ArticleC/C++ • Re: ARM PAC BTI support?
Cortex-A76 in BCM2712 in Pi5 is ARMv8.2 level Those features are only available in CPU cores with higher level (8.3 and 8.5)So no support in Pi5 no matter what OS or compiler version.Thank you,...
View ArticleGeneral discussion • Raspberry Pi GPIO 18
I have 2 devices which both need to use GPIO 181. Waveshare ST7789v3 display 240x2802. Adafruit Max98357a i2s amplifierCan anyone recommend the best solution to get both devices working at the same...
View ArticleMedia centres • Re: Peppy player
I've never seen such issue before. All commands which you ran look OK to me.Do you use the latest OS version from October 22nd 2024? If so, it probably has a new 'systemctl' version with new...
View ArticleTroubleshooting • Re: Installing Steamlink
Just wanted to update everyone, it appears that Steam has released a beta version for steamlink:https://steamcommunity.com/app/353380/d ... 254687689/Statistics: Posted by silent001 — Thu Nov 14, 2024...
View ArticleTroubleshooting • Re: Problems with Camera Recognition on Raspberry Pi 5
Dear expert technicians, I am currently facing a problem with the Picamera-rev1.3 camera with OV5647 sensor on my Raspberry Pi 5 running Ubuntu 24.04LTS. However, my Raspberry Pi 5 is unable to...
View ArticleGeneral • Re: servo driver
I don't want to fan anything on this thread, I just want to pose an idea that I haven't seen discussed yet and let y'all decide whether the thing can happen:About those Pico W burning up in that other...
View ArticleAdvanced users • wpa_supplicant trying to connect to network that's not in...
My Pi 3B+ has got itself into a pickle. I got down this rabbit hole because my original problem was that I couldn't connect to the Pi over Wifi unless the ethernet was also plugged in. At that point...
View ArticleBeginners • Re: Adding a second network to a RPi 4b
If you are on a release prior to bookworm you can bring an SDCard reader with you. Just ensure you can access the BOOT partition.When you get to the space find out the the SSID and password and put a...
View ArticleSDK • Re: GPIO_PUT not working
@Everyone, this truly was a facepalm. 1. For my next post, I will indeed use the code tag.2. In regards to the solution, you are correct, I missed that, which is especially strange as I originally...
View ArticleGeneral discussion • Re: cost of ethernet
one option ive heard of before, is https://store.google.com/product/ethern ... n-GB&pli=1this is both a usb ethernet adapter, and a usb psu, in a single brickits meant to power the chromecast and...
View ArticleSDK • Re: Unable to build blink example VS Code extension
Code: -o pico-sdk\src\rp2040\boot_stage2\bs2_default.elf is for the output path in build folder. Also all the files are auto generated. I am sure the . is not the issue here. I installed the VS code...
View ArticleAdvanced users • Re: wpa_supplicant trying to connect to network that's not...
Closing this out upon the realization that I shouldn't even be using wpa_supplicant anymore in BookwormStatistics: Posted by declanshanaghy — Fri Nov 15, 2024 5:27 am
View ArticleAdvanced users • RPI 3B+ bookworm - wlan0 doesn't come up unless eth0 is...
This is a fresh install of bookworm with WiFi preconfigured.If eth0 is not plugged in, wlan0 will not come up.As soon as I plug in the cable both interfaces become availableIf I plug out eth0...
View ArticleGeneral discussion • Re: Touch Screen 2
Looking at your config.txt and seeing that you're using FKMS makes me assume that your OS is too old and lacks the display driver and overlay needed.Also don't know it the touch V2 can be used with...
View ArticleCamera board • Re: High FPS with RPi Zero 2 or 3 A+ : Is it possible?
I was developing code on the 64 bit pi 4 platform to simultaneously capture images and video. It would do motion detection on the images and decide whether or not to output a block of MP4 Video. I...
View ArticleHATs and other add-ons • Re: Hailo 8 HAT to PCIE
Sounds like viewtopic.php?p=2267563#p2267473The answer is: no there is no such adapter. Buy an AI kit and then use the Hailo with an M.2 to PCIe adapter.Question:Is it possible to connect the Hailo-8...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: which gpio pins should I take out ?
I have a PI 5 , for convenikence i could take out onle a maximum of 15 pins of GPIO, [included ground and +3.3 and +5 ) now i use only GPIO4 , but which are the other ones it would be useful to have...
View ArticleNetworking and servers • Re: wifi mac unknown by online tools
main thing i can think of, youve got a signal level listed, just walk around, run the command again, and see if it goes up or downkeep going that, until you find something that could be the source,...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: SPI display for RPI5 with dtoverlay?
Binary files for use with mipi-dbi-spi driver need to be stored in '/lib/firmware' AFAIK.You should provide details on the displays which these command sequences belong to. They are not generic! Yes,...
View Article