Python • Re: Installation of pyexcel
As it says in the text you quoted -For more information visit http://rptl.io/venvThat takes you to the relevant section of the official Raspberry Pi documentation which explains the situation and how...
View ArticleGraphics, sound and multimedia • Re: Raspberry Pi5 and VGA666
I don't have HW for testing this, but you may want to try this (boot into GUI or CLI):add below to your config.txtCode:...
View ArticleGeneral discussion • Re: Raspberry Pi 5 - SSD SATA or SSD NVMe ?
NVMe is faster but you will have to find a suitable interface with adequate power provision.Do you need the speed, how many concurrent streams is plex going to be serving?What resolution is the...
View ArticleTroubleshooting • rpi4 freezes when monitor turned off
Searched forum and cannot find anything related to this. Have a relatively new rPi4 running from USB HDD. Everything works great until I turn the monitor (a 1080p TV) off. I was going to use this in...
View ArticleGeneral • Re: Static IP on Raspberry Pico
Nice! Similar to 4.2 here, I guess? https://docs.micropython.org/en/latest/ ... /wlan.htmlStatistics: Posted by breaker — Sat Jan 27, 2024 4:25 pm
View ArticleNetworking and servers • Re: Have No Clue
Ah, thanks for that. I did not realize that, since I just log in as root when I do that stuff and never use sudo!Statistics: Posted by breaker — Sat Jan 27, 2024 4:27 pm
View ArticleMicroPython • Re: Security Concern with Raspberry Pi Pico W: Reconnecting to...
Test four, handling loss of connection, AP being powered off -Code: import gcimport networkimport timewhile True: ssid, password = "mesh", "passmesh" print("Try {} {}".format(ssid, password)) wlan =...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Waveshare 1200x800 DSI screen not...
Remove all the stuff that the Waveshare script added. They don't keep it up to date and never released source for it. Have you done anything else to this OS install? If it is new then write a fresh...
View ArticleMedia centres • Re: Peppy player
I've almost finished coding but there are several other issues which should be resolved - Bluetooth support on new OS (Bookworm) etc. If all that will be resolved I hope to release a new version some...
View ArticleTroubleshooting • Re: rpi4 freezes when monitor turned off
you can try forcing a resolution on the monitor... might help...i do this with my PI on my TV, as sometimes i have the TV set to another device (or on TV)in /boot/cmdline.txt (add to the front/end of...
View ArticleBeginners • Re: How to upload codes to RP2040
https://datasheets.raspberrypi.com/rp20 ... asheet.pdfhttps://datasheets.raspberrypi.com/rp20 ... rp2040.pdfAlso note that there is a section of the forum specifically for pico and RP2040...
View ArticleBeginners • Re: rasberry pi as ISP speed tester
Thank you for the reply.I am paying for a 800mps plan from Xfinity. I do not show above 360mbs when test via laptop directly connected to Motorola modem via rj45 cat cable to laptop which only has...
View ArticleGraphics, sound and multimedia • Re: Can Raspberry Pi 5 handle 4K Youtube...
Still dunno about the dropped frames, on 7840h, allowed full cpu power draw, full screen, 4k60 at 4k60 display (altrough windows scaling seems to apply still) it still dropped frames, i would hoped...
View ArticleTroubleshooting • Re: SSH, nextcloud stopping working after plugging a...
plug it in, theninvoke "lsusb" and see what type of interface chip .jmicron chips are problemmatic on some linux systems....i have 2 adapters, one is Asmedia (works) the other Jmicron(does not...
View ArticleBeginners • Installing gPhoto2 and GTKam in 2024
Hey there,really struggling to get the following to instal, totally a noob to everything RPi so not sure if anyone could send me in the right direction on the correct way to install and get my camera...
View ArticleHATs and other add-ons • Re: nvme base geekworm
I use the Geekworm X1002 and Crucial SSD 500 GB Pcie 3.0. NvmeOS Bookworm. But when I reboot, after the OS logo I see a flashing cursor at the top left and after about a minute it appears I have the...
View ArticleBeginners • Re: Installing gPhoto2 and GTKam in 2024
Hey there,really struggling to get the following to instal, totally a noob to everything RPi so not sure if anyone could send me in the right direction on the correct way to install and get my camera...
View ArticleTroubleshooting • GStreamer
When, if ever, will it become possible to build GStreamer pipelines under 64-bit Raspberry Pi OS (Bookworm) using Camera Module 3 as source?Statistics: Posted by BigPoppa — Sun Jan 28, 2024 4:50 pm
View ArticleFrançais • Re: Informations sur Raspberry Pi 5
Merci du lien, mais vraiment aucun effort sur le boîtier, même pas de pseudo bouton power.J'essaierai d'en trouver un autre compatible ailleurs.MiniStatistics: Posted by Minimorphee — Sun Jan 28, 2024...
View ArticleGeneral discussion • Re: RPi 5 as a desktop daily driver?
I'm concerned that the browser crashing and PC rebooting don't seem like normal symptoms of RAM filling up. When RAM and swap fills up, the Linux out of memory service kills the process that seems...
View Article