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 ArticleAI Camera - IMX500 • Re: Can't transform .keras file with imx500-converter[tf]
After speaking with some folks from Sony, it might not be an issue with the converter, but rather a limitation of Tensorflow. A TF model exported from Windows operating system will not be able to...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: USB devices not recognised
Are there any interesting entries in the output of dmesg when you get this problem? There will be quite a lot of output, so narrowing it down to USB related entries may helpCode: dmesg | grep -C2 -i...
View ArticleGeneral • Re: Calibrating LPOSC on an RP235X
I'm going to have to think up an algorithm to find a best trim value, and see what minimal sample time I can use, or see if my idea for a better way work.I would think you could probably use quite a...
View ArticleBeginners • Re: Bluetooth Transmission of Motion Controls
I have a Raspberry Pi 4, with the BerryIMUv3-10DOF to measure movement. With just those things, will I be able to measure movements (that would then be converted into basic motion controls), and then...
View ArticleTroubleshooting • Re: reserving an ip address for a specific device on LAN
1. dhcpcd Is a client not a server. You are probably using the server in your router.2. Recommended method is to reserve the desired address in the router's management pages.Statistics: Posted by...
View ArticleGeneral discussion • Re: Raspberry Pi GPIO 18
The Adafruit board needs to use GPIO 18 for the PCM Clock signal. That isn't available on any other pin.The Waveshare display is using it for PWM to control the backlight brightness. PWM0 is also...
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 ArticleGeneral discussion • Re: Touch Screen 2
Thanks for the reply,Is there anyway I can update the software?. Or will this have an impact on the preset configuration of the pi? I also don't know the username and password of the Linux terminal....
View ArticleGeneral discussion • Re: cost of ethernet
I use one of these: https://thepihut.com/products/ethernet- ... -connector or the USB A version. Yes, I've got one of those as well, but I didn't want to take it apart to make it fit in the printer...
View ArticleGraphics, sound and multimedia • Switching between Audio Jack and Bluetooth...
R-Pi model 3 B plus rev 1.3My default sound output is a USB BlueTooth transmitter.This works fine.How can I redirect my sound output back and forth between my Bluetooth device and the Jack Socket?I...
View ArticleAdvanced users • Re: file copy errors in bookworm
viewtopic.php?t=245931Statistics: Posted by redvli — Fri Nov 15, 2024 8:13 am
View ArticleTroubleshooting • Re: Using nginx,: installing php-fpm fails
@neilgl have you seen my further post?Statistics: Posted by managerserverrose — Fri Nov 15, 2024 8:16 am
View ArticleOther projects • Re: Raspi Pico to Pi data transmission
Ahh thanks a lot for the info!Statistics: Posted by Maggi1 — Fri Nov 15, 2024 8:32 am
View ArticleTroubleshooting • I can't remote into my raspberry pi 0 because of password...
I'm trying to remote into my raspberry pi 0. I'm using it as a USB dongle. I've done this in the past. I thought I changed the password and it looks like I did. I found the userconf.txt file when I...
View ArticleSDK • Is there a way to know if the TX FIFO is empty before doing pull?
Hello,For a connection to a specific device, I would like to connect the PICO to a synchronous HDLC serial link on Manchester encoding with bit stuffing and with inter-frame padding (flag...
View Article