Troubleshooting • Re: external drive mounted twice
You may want to consider solutions other than depending on the automounter, as you already encountered a common issue (fails to mount, and you end up writing to the underlying system, or fails to...
View ArticleRaspberry Pi OS • Re: Quite some problems
I believe 1 has just been fixed, have you updated?Wow, thanks, that was bugging me for the past few updatesIt also looks like <ALT>+F4 has also been fixed as this also shut the PI down and put...
View ArticleGeneral • Re: PIO pin follower delay
The datasheet on page 375 says:Effective frequency is sysclk/(int + frac/256).Value of 0 is interpreted as 65536. If INT is 0, FRAC mustalso be 0.Statistics: Posted by horuable — Thu Feb 29, 2024...
View ArticleGraphics, sound and multimedia • Re: RPi OS music player
Well you could always role you own. It's not that hard:RPiOS lite (or Desktop with auto login to the desktop disabled)MPD for local playback or shairportsync (or whatever it has been forked/renamed...
View ArticleDevice Tree • MCP23S17 overly read / write IOs
Hi,i am using the mcp23s17 overlay like this.My spi bus where it is connected is 1 and the CS 0. The INTA is connected to GPIO16.Code: dtoverlay=mcp23s17:s17-spi1-0-present,s17-spi1-0-int-gpio=16When...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • WiringPi 3.0 Released
I archived my archive of WiringPi at the beginning of the year, since I had enough things dogging at my heels with the Pi 5/Bookworm/gpiod transition.At the time I put out a call for maintainers, and...
View ArticleRaspberry Pi OS • Re: Systematic journal corruption on clean install of...
I've seen similar messages on 32bit RPiOS running on zero and A+ models too.My guess? It's because only the Pi5 has an onboard RTC. The other models fake it which means until that occurs the clock is...
View ArticleDevice Tree • Re: Pi5: PCIe NVME SSD works without setting dtparam=pciex1 in...
Thanks all for your responses, all is now clear For those who are interested I've attached some pics of the PCIe to NVME adapter board from the Argon Neo 5 case. The autodetect pullup resistors on the...
View ArticleTroubleshooting • Re: Wayland: Switchind display off and on again is not working
... as the problem seems to be related to your waveshare HDMI display only you should ask waveshare! it's there display module I have opened a request to Waveshare, will report on their answer later....
View ArticleLinux Kernel • Re: Suspicious line in bcm2835_dma.c
Right. Many thanksStatistics: Posted by sfaragnaus — Fri Mar 01, 2024 12:10 pm
View ArticleCamera board • Re: AeEnable how to activate/desactivate ?
Ah, I think I might be seeing the problem. It's not 'ScalerCropMaximum' that you want to use, you need to find the maximum allowable crop **for the output size that you've requested**. You will find...
View ArticleTroubleshooting • Re: GPS Module on UART stops transmitting when USB3 device...
Hi - thanks for the replyNow that you mention it, it could be power.. the camera in question is an astro-cam, not a normal webcam type camera. I assume it's the GPS cutting out, as the module has an...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: CM4 DSI1 + SN65DSI83 Bridge based...
Haven't you been told that it's using I2C-10?GPI0/1 LCD SDA/SCL in my first postI know that you're using I2C-0. I've told you that I'm using I2C-10 in my overlay.I've shown you which line you need to...
View ArticleMicroPython • Re: What can cause random 10 mSec pauses during run
As scruss suggested above, anything odd about the USB setup ? I'm using thonny 4.1.4 running under linux (kubuntu 22.04) and MP version 1.22 (1.19 previously)Statistics: Posted by BillTodd — Fri Mar...
View ArticleUbuntu • RPi 4 or RPi 5 for ROS2? I'm new to ROS2
Hello, I was wondering if I should get RPi4 4gb or RPi5 4gb for ROS2. The RPi5 is like $5 more than the 4 and I would like to get it if I can get everything working with ROS2. I have seen where people...
View ArticleUbuntu • Re: RPi 4 or RPi 5 for ROS2? I'm new to ROS2
Some info here: viewtopic.php?t=361746Statistics: Posted by rpiMike — Fri Mar 01, 2024 12:39 pm
View ArticleTroubleshooting • cant use alsa library on raspberry pi 5
I bought raspberry pi 5and I want to implement loopback using the alsa library in pi5.but I cant that.my c source code is here.Code: printf("alsa start\n"); int err; snd_pcm_t *capture_handle,...
View ArticleGraphics, sound and multimedia • Re: Playing VLC on local HDMI using ssh
Not sure if I have understood it correctly, but using Bookworm 32-bit LITE, with vlc installed, and connected to an HDMI monitor, I log in to the pi and use cvlc to play am mp4 on that attached HDMI...
View ArticlePython • Re: How do I fix this Python code?
Any way to automate this? I ran it and I needed to press enter for it to stop everything. Is there a way to run it when code stop button is pressed?Statistics: Posted by Henrik Gill — Fri Mar 01, 2024...
View ArticleSDK • How do I configure fatfs when using tinyusb?
I'm using TinyUSB for mass storage driver support on the Pico; I've just found that the fatfs library that comes with TinyUSB is configured with `FF_USE_CHMOD` to 0, meaning that the `f_chmod()` and...
View Article