Quantcast
Browsing all 4914 articles
Browse latest View live

Graphics, sound and multimedia • Re: Missing pygame.FINGERMOTION events

Which version of pygame are you using?I assume you are using Bookworm 64bit?Statistics: Posted by rpiMike — Wed Feb 07, 2024 11:29 am

View Article


Python • Re: package install

its not installing showing the below errorerror: externally-managed-environment× This environment is externally managed╰─> To install Python packages system-wide, try apt install python3-xyz, where...

View Article


Image may be NSFW.
Clik here to view.

Interfacing (DSI, CSI, I2C, etc.) • Re: How to use round GC9A01 display with...

Thank You for the quick replies! Do make sure there is a common GND between the Pi and the display, otherwise communication could be erratic.Thanks for the tip, that makes sense! But (and forgive me...

View Article

General discussion • Re: Installing packages issue

I m using raspberry pi 5 for my project and needs to install some python packages like OCR to detect text ,the installation is not happening in terminal so i made virtual env to install but with that...

View Article

Advanced users • Re: HowTo: Install fresh OS on Pi5 NVMe 4tb 8tb drives

You have to boot from SD card (because then the NVMe is not mounted), and start from there the gptconverter.shAfter converting, boot from NVMe againThis is working for me:Code: sudo curl...

View Article


General discussion • Re: Install on Raspberry Pi 5 with Debian 12

Information on the internet states it cannot be done, but I still managed to get nearly to the end of the Debian 12 installation of Wine.So at this point you almost got WINE up, which is but the first...

View Article

MicroPython • Re: How to Read Data from Nextion Display via UART with Pico

while True: if uart.any(): received_data = uart.readline().decode().strip() print("Received:", received_data)I would start with checking if anything at all is coming back, something like -Code: while...

View Article

Graphics, sound and multimedia • Re: 9 displays output

You have Pi4's, right?Use i.e.https://www.berrybase.de/usb-type-c-kab ... versorgunghttps://www.reichelt.de/schaltnetzteil- ... gKMAvD_BwEWould make some mounting fixtures to get all the HW placed in...

View Article


Raspberry Pi OS • Re: Build directory missing for rpi kernel 6.1.21-v8+

I'm facing the same issue: how can I compile a module for the 64-bit kernel used in the 32-bit RPI OS?If you require an out of tree kernel module to be built, then the recommendations would be:Use a...

View Article


General • Re: GPIO pins dynamically set as input or output within C program?

This is certainly possible. gpio_set_dir() is the function to change a pin direction; you can call it at any time.The SDK functions for GPIO control are documented here:...

View Article

Français • Re: Informations sur Raspberry Pi 5

Bonjour,Merci pour toutes ces remarques. Je réédite le post.Pour plus d'informations sur ces distributions, voici un descriptif détaillé : https://fr.wikipedia.org/wiki/Liste_des ... _GNU/LinuxPetit...

View Article

Interfacing (DSI, CSI, I2C, etc.) • Re: PI 5 BCM2712 Need for package & Code

If you're referring to the board available at https://www.bausano.net/en/hardware/eth ... berry.html, then it looks like their examples use the bcm2835 gpio library. bcm2835 directly accesses the...

View Article

Image may be NSFW.
Clik here to view.

SDK • Re: PICO : Can't update firmware uf2 by drag and drog

But could you confirm that a pico plugged on a windows (10 or 11) shows a usb to serial com port on device manager?Or is there somewhere in the code something that needs to be set to have access to...

View Article


Advanced users • Re: microSD Cards "Application Performance Class"...

Thank you.Actually I don't have both,I only have several of the 64GB.The images are from the internet..Statistics: Posted by spaceman5 — Thu Feb 08, 2024 12:11 pm

View Article

Image may be NSFW.
Clik here to view.

Beginners • Re: pi5 cooler

You will not burn your Pi even when not using any cooler at all! The Pi will start thermal throttling at 85°C.To me the noise generated by the active cooler when mointed to the official chassis (which...

View Article


SDK • Re: TinyUSB Toggle between HID_PROTOCOL_BOOT and HID_PROTOCOL_REPORT

It looks like an issue with the hardware controller. Perhaps raise it as an issue on the appropriate Raspberry Pi or TinyUSB GitHub...

View Article

Troubleshooting • Re: no HDMI on TV

I have already tried different ports but it does not seem to change anything (as expected), but I'll try all just in case.Meantime: https://paste.debian.net/hidden/8d62f993/I see this in log:...

View Article


Image may be NSFW.
Clik here to view.

Troubleshooting • Re: Pi4 to Pi5 upgrade same SD card not working

Excellent, thankyou both, particularly for the fast answers. I made sure to mention it was an upgrade as I had a hunch that might have something to do with it. It sounds like there might not be a good...

View Article

Beginners • Re: Pan and Tilt

Thats good to know. Its only ever going to lift the picamera 3Statistics: Posted by TamsPi — Fri Feb 09, 2024 11:35 am

View Article

Image may be NSFW.
Clik here to view.

Other programming languages • Re: Pari/GP CAS (Computer Algebra System)

I did determine maximal number of vertices in a single plane (same level, same color), then determined normal vector for that plane (I learned on PARI/GP email list how to do that with this nice short...

View Article
Browsing all 4914 articles
Browse latest View live