General discussion • Re: 15.6 monitor
Hi,I have three questions:1. Will the new 15.6 monitor work in portrait mode ?You could either stand it on one end or use the built-in VESA mount to hold it in that orientation.2. Can the monitor be...
View ArticleAdvanced users • Re: Running 32bit ELF executables on 64bit Pi OS
I was able to install arm-linux-gnueabihf-gcc-12 on aarch64 Bookworm, but the armhf shared libraries are missing. Since you were able to run sudoku, I know you must have them properly installed.I...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Sniffing usb or i2c data
1. How can I sniff my incoming data from the ft200xdSniffing I2C can be done using logic analyzer with protocol interpreters. Analyzing USB is possible with https://www.sysnucleus.com/USB-Sniffer.html...
View ArticleMicroPython • Re: Making Micropython run in a partition with RP2350
I'm no expert, haven't done anything with partition tables, but, while you might not care about the file system, MicroPython does.That's the area where users upload their '.py' programs to and...
View ArticleGeneral discussion • Re: Any recomendations for a backup system? flexbackup?
Timeshift for SystemDeja-dup for /homeThat's what I use. I also backup my entire system using SD Copier once a month.Statistics: Posted by craigevil — Fri Apr 25, 2025 6:16 pm
View ArticleGraphics, sound and multimedia • Re: How To Install WideVine In FireFox ? (64...
(I was going to modify the Subject line of this thread but decided that the forum software might throw-a-tantrum.)Friday Afternoon (Texas)25 April 2025This situation appears to answer the question '...
View ArticleAdvanced users • Re: nRPIBOOT usage after boot on CM5
The gpio pins are from RP1 but nRPI_BOOT is from bcm2712.Statistics: Posted by dp11 — Fri Apr 25, 2025 6:25 pm
View ArticleOther projects • Re: Using Raspbarry Pi to simulate Mouse
I found something here:https://github.com/pelya/android-keyboa ... issues/135Search for "/dev/hidg1"I don't have any RPi's with GUI, so I can't check whether it works, I'll leave that up to you.But I...
View ArticleOther projects • Re: Plotter drawing
You have a very nice friend!If you're lucky, the direct USB connection will create a serial port when you connect the plotter. Look at the output of dmesg to see what kind of tty it has created. Some...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Best way to set SPI
There is always a better solution, but if what is current is working well why bother. You will get better answers if you describe current issues and ask for remedies. In real life, software is release...
View ArticlePython • Re: 8-color mode only on a MSP3520 LCD (ILI9488 driver)
I thought that the ili9488 only works in 18 bit mode (so it has 50% slower FPS than 16 bit color LCDs).What driver are you using?Have you tried the panel-mipi-dbi-spi driver?...
View ArticleGeneral • Re: DMA in ring mode either hardfaulting or becoming stuck
the one saying to align the capture buffer to 64 bits, but while that solution prevents hardfaulting, it doesn't seem to solve the issue of DMA getting stuck.It doesn't just need to be aligned to 64...
View ArticleAdvanced users • Re: Changing RP1 Sys_Clk
Technically IRIG106 NRZ-L PCM. In reality this is just an arbitrary series of 1s and 0s synced with a 12Mhz clock. It’s a continuous, not repeating signal that needs to last several minutes so my plan...
View ArticleTroubleshooting • Re: Spontanious reboot on usb connect
thanks. yeah thought something along those lines. The psu is a 33 watt, the usb device is a IcyBox dual nvmeBTW I forgot something. Power is supplied via the Radxa Penta hat. So the USB-C is in...
View ArticleMicroPython • no ARP reply from Pico W
In my disappointment I thought I give a cry out in this forum to collect some feedback if the situation is indeed as bad as appears to be...Lately this bug is giving me quite some...
View ArticleMicroPython • Re: no ARP reply from Pico W
I think here a similar issue had been discussed. https://github.com/micropython/micropython/issues/12767Statistics: Posted by crugo — Sat Apr 26, 2025 3:40 pm
View ArticleTroubleshooting • Re: Camera ***failed to start camera***
Which version of the Raspberry Pi are you using? 5?Statistics: Posted by crugo — Sat Apr 26, 2025 3:41 pm
View ArticleAdvanced users • Re: ntp accuracy
I’ve never had an issue with systemd-timesyncd having wrong time or sync problems, and I do like the fact that it’s easy to configure in the systemd style of configuration.However, it does take a bit...
View ArticleTroubleshooting • Docker install will not happen due to missing keys.
Hi, (Sorry if this is posted somewhere else but could not find a working solution online) I am trying to install Docker on Raspberry Pi, My last install of Docker (about a month ago) was plane sailing...
View ArticleGeneral discussion • /dev/root full; what next?
Hey everyone,I see my dev/root dir is full.I see I have a pnpm dir in my pi/share dir. I have never used pnpm, so I am confused about why It has close to 500 mb stored on my machine. is is safe to...
View Article