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 ArticlePython • 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 ArticleGeneral discussion • Re: PI 4 overheating?
thank you for the quick response!best michaelStatistics: Posted by inconsx — Wed Feb 07, 2024 11:32 am
View ArticleInterfacing (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 ArticleGeneral 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 ArticleAdvanced 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 ArticleGeneral 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 ArticleTroubleshooting • Re: no HDMI on TV
I am out of ideas. Any idea of what I could try ?Statistics: Posted by phramusca — Wed Feb 07, 2024 12:19 pm
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
Ubuntu 23.10 has been updated to allow installation to an NVMe drive on the Pi5.I confirm the new version works flawlessyStatistics: Posted by ardoviniandrea — Wed Feb 07, 2024 12:26 pm
View ArticleInterfacing (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 ArticleGeneral • 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.Thank you so much, this is extremely helpful!Best,AJStatistics: Posted by...
View ArticleSDK • 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 ArticleAdvanced 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 ArticleBeginners • 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 ArticleSDK • 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 ArticleMicroPython • Re: How to Read Data from Nextion Display via UART with Pico
"I can currently receive data and perform the desired operation by processing the data. The first problem is solved. My new question is, how can I change the text on the component named button1 on the...
View ArticleTroubleshooting • 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 ArticleTroubleshooting • Re: Pi3 A+ crashes every time
* Use the 32-bit version Bookworm. The 32-bit versions consume less memory....* Setup zram, use zstd compression set size to at least 60% and disable the swap file. There are guides for this and it...
View ArticleBeginners • Re: Pan and Tilt
This is what adafruit told me.SERVOS CAN USE A LOT OF POWER! It is not a good idea to use the Raspberry Pi's 5v pin to power your servos! Electrical noise and 'brownouts' from excess current draw...
View ArticleGeneral discussion • Re: Raspberry Display
Can i connect raspberry pie to any display through USB port ?If you have a display using the earlier DisplayLink interface, then yes. The later DisplayLink devices use proprietary encryption on the...
View Article