Quantcast
Channel: Raspberry Pi Forums

General discussion • Re: RISC-V (?)

Well it's certainly no desktop machine, but it's not just the license cost of the ISA that will make it appealing. There seems to be an upswell of interest and support for RISC V, in Unis and...

View Article


Interfacing (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 Article


MicroPython • 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 Article

General 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 Article

Graphics, 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 Article


Advanced 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 Article

Advanced users • Re: Running 32bit ELF executables on 64bit Pi OS

Has anyone written a "bridge" application that will run 32 bit ELF executables on the PI OS 64 bit Operating System, so that I don't always have to JIT compile to get my applications to run? I'd like...

View Article

Other 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 Article


Image may be NSFW.
Clik here to view.

Other 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 Article


Interfacing (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 Article

Python • 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 Article

Troubleshooting • Re: raspberry pi bootloader works but every operating...

On the Pi4, with Imager set to enable SSH, set the WiFi and user etc. what happens if you write Raspberry Pi OS (Legacy, 32-bit) Lite to the card and boot the Pi from that, wait 10 minutes, then try...

View Article