Beginners • Re: setting up printer
Sorry for your challenge. I'm not sure it's relative but what version of PI OS are you running?Have you looked online on how to install printers? See https://www.google.com/search?q=rASPBer ......
View ArticleBeginners • Re: need help choosing a power cord for my RPI4
It looks like it accepts a USB-C power cable, like the Pi 4 itself.do i need a specific usb c power cord?No. But the official Raspberry Pi 4 power supply with USB C cable comes highly...
View ArticleRaspberry Pi OS • Re: "Raspberry Pi OS 6.6" - Says who ?
Maybe follow up with maintainer of the downloads page?I think the best thing to do is to ask posters who refer to "Raspberry Pi OS X.Y" what they mean by that, why they are using that terminology.Only...
View ArticleBeginners • Re: Surely simple networking help please!!!
"Out of the box" you configure the network using NetworkManager.Out of the box Network Manager will ignore any interfaces configured in /etc/network/interfaces[.d]@OP:If you're not familiar with NM,...
View ArticleTroubleshooting • Raspberry Pi Keyboard (RPI-KYB) - "6",...
I’m experiencing an issue with my Raspberry Pi keyboard (model RPI-KYB). It’s a wired keyboard, and it’s being detected properly by the system, but several keys are not working as...
View ArticleOfficial Display • Re: Brightness control for Touch Display 2
OK, I've now tried to repeat this, and I can't - using the new official touchscreen and the latest image, using the touchscreen to set brightness repeatedly only shows a single checked item in that...
View ArticleBeginners • Re: Is it safe to clone a Raspberry Pi onto an SD card while a...
Depends on how you clone it.dd and other low level tools can be problematic. SD card Copier and rsync are much less likely to be so. They'll also be quicker as unlike dd the don't copy empty...
View ArticleBeginners • Re: New Raspberry Pi NVMe and HAT kit
2. Is existing official case cannot have top cover on? Can I tape the top in case to protect the board. No need to access the 40 pin GPIOs.If you want to use an NVMe drive *and* have the cover of the...
View ArticleGraphics, sound and multimedia • Re: Forcing 5120x2160 resolution @60Hz on RPi 5
Hi. You are right, it's actually a limitation with my monitor. It's an LG 40WP95XP-W, a 40'' 5120x2160 monitor. I've been using it with DP on my Windows PC at 60Hz, without knowing (and now also...
View ArticlePython • Websockets = :-(
I have websockets installed on my raspberry pi but I am unable to establish a connection.pip show websocket-clientCode: pi@popcamera:~ $ pip show websocket-clientName: websocket-clientVersion:...
View ArticlePython • Re: Websockets = :-(
I have websockets installed on my raspberry pi but I am unable to establish a connection.pip show websocket-clientCode: pi@popcamera:~ $ pip show websocket-clientName: websocket-clientVersion:...
View ArticleOff topic discussion • Re: What batteries are safe?
Using NiMH for your next project sounds like a safe choice, especially if you already have compatible batteries. While sodium-ion batteries could be promising for future projects, they’re still not...
View ArticleMicroPython • Re: MicroPython: How to wake Pi Pico / Pico W / Pico 2 from...
Yes, you can use Pin.irq() to wake up the Pico from sleep. For the sleep state, machine.deepsleep() is typically used for deeper power saving, while machine.lightsleep() is lighter but still reduces...
View ArticleMicroPython • Re: Arguments 'priority' and 'wake' of 'Pin.irq' method
Ah yes, thanks, and also raised as issues -https://github.com/micropython/micropython/issues/16181https://github.com/micropython/micropython/issues/16180I suspect the short term response will be "not...
View ArticleAdvanced users • Re: How can I get an RPI5 to recognize a very niche/novel...
looks like an E-key M.2, but without knowing the required interface signals you will hardly be able to get it running.would be keen to know how you've ben able to connect this card to a M-key adapter....
View ArticleC/C++ • Re: Can't use WiringPi on Raspberry CM4S
Thank you all for your prompt responses. This is an issue I encountered at the beginning of the year. I only recently started working on it again, so I wasn't aware of the latest fixes (such as the...
View ArticleRaspberry Pi OS • Re: Flatpak broke earlier today
No idea sorry as I am not using flatpakThanks for the reply but I'm not quite sure why you bothered it does not help or add anything to the thread Does anyone from RPL know what might have caused this...
View ArticleGeneral discussion • one pi to rule them all....
afternoon,what is the best SSH program I could install on a Pi 5 to access other pi's across an internal network?Ideally I would like something such as MPutty to allow multiple connections in a tabbed...
View ArticleGeneral programming discussion • Re: Math challenges with prize money still...
I went through this thread and summarize here:RSA Factoring Challenge- next was 10,000$ for 576bit RSA-576 when challenge ended 2007- only open problem with prize money is RSA-1024, see "1000$+bottle"...
View ArticleMicroPython • Re: Traffic_Lights.py example error
I'm referring to an old thread. I had the same problem, even with setting the time-out but like the example from the book, after the if...
View Article