Raspberry Pi Connect • Re: rpi-connect systemtray error
I've just bought my first Raspberry Pi Zero 2W and, as the Raspberry Pi imager recommended, I've installed the latest version RaspberryPiOS (64-Bit) (bookworm).[ ... ]Does anyone have any idea what...
View ArticlePython • Re: How to get Python to use a custom library path
Sorry for the delay, I've been a bit under the weather. Got covid, then covid rebound (basically it came back 3 days after feeling great again), and I've been feeling really tired since. So I have not...
View ArticleAdvanced users • Re: Raspberry Pi reboot if it visits a specific site
Web page doesn't help much - just fluff. - did you mean the Selenium page?Anyway Selenium is a well known tool for automated teting of web pages (and other things).Statistics: Posted by neilgl — Mon...
View ArticleGeneral • Re: Raspberry Pi and Pi Pico as i2c slave
It seems that it was my fault - I have picked wrong pins that didn't have assigned sda/scl functions on them. Weird thing is that all worked when shorted pins on the pi-pico itself. Now I picked...
View ArticleMicroPython • Re: Pico W WIFI AP mode not working with Thread
There are bugs with threading under MicroPython so don't be surprised if anything using it doesn't work.And don't be surprised if ChatGPT doesn't give you anything useful either.Statistics: Posted by...
View ArticleTroubleshooting • Re: sudo pip3 installation on python virtual environment...
On a Pi5 4GB, I created a venv (with system packages) and activated it. The packages then installed OK with:Code: pip install rpi_ws281xpip install adafruit-circuitpython-neopixelpip install...
View ArticleTroubleshooting • RPI5 not booting
Hi,I have some RPI 4 that work properly in the current setup* power from a meanwell 5V 60W power supply over a shield I made* video cable works* keyboard works* mouse worksI recently bought an RPI5,...
View ArticleRaspberry Pi OS • labwc window switcher
Labwc is a great addition to Raspberry Pi OS, but I haven't been able to modify the window switcher. I tried the steps here https://wiki.archlinux.org/title/Labwc#Configuration , but it didn't do...
View ArticleGeneral discussion • Re: No 'New Posts' ?
Still doesn’t seem to work like before the update.+1I think everyone is agreed on that. But it looks to me like we are stuck with that change unless 'phpBB' decides to revert to what they had, then...
View ArticleGeneral discussion • Re: RPi 5 gpio libraries
Will gpiozero do what you want?https://gpiozero.readthedocs.io/en/stable/Statistics: Posted by jamesh — Mon Jul 15, 2024 1:48 pm
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: I2C connection on Pi 5 not working
Yep, it doesn't show any devices and the sda output voltage is indeed 5V. there goes another pi, is there any solution or is this it?It's stupid that tutorials online just straight up dont care if...
View ArticleTroubleshooting • Re: Login issue
Can you write Rapberry Pi OS to a spare microSD card using Raspberry Pi Imager and boot from that?If that works, download he "CrowPi Series OS Image" and try that (on the spare microSD...
View ArticleTroubleshooting • Re: Brand new RPi 4B freezes
Thanks Dom and Andrum99 - looks like I should have done a bit more research before buying the RPi4. I only need to run the browser headless, to scrape data off a device running on my home network, so...
View ArticleMicroPython • Re: uasyncio error
As said, I'm not familiar with 'asyncio', so I decided to try and implement a Pico W Web Server using that, taking your code as an example, using the original code as it appears to have been.I tried...
View ArticleTroubleshooting • Re: RPI5 not booting
..so DOA... will advise with the resellerMight be your POV! But check your options with the reseller.Statistics: Posted by aBUGSworstnightmare — Tue Jul 16, 2024 1:01 pm
View ArticleGeneral discussion • Re: Is there a way for the Camera Module 3 to run a...
Unfortunately the docs are in one big pdf and I hate them, so can't link to anything for ideas (read the doc and picamera was so much better for users).So back in picamera (original) you could grab a...
View ArticleTroubleshooting • Re: Raspberry Pi 5/ Camera Module v3 Wide NoIR / AI Kit...
Eventually, there was an issue with the camera itself. Everything works fine with new camera.Statistics: Posted by dpekach — Tue Jul 16, 2024 1:08 pm
View ArticleTroubleshooting • Re: Unable to obtain driver for chrome.
Thank you, I did try it, but to the same result. Not sure what it could be.Statistics: Posted by sheikah_blight — Tue Jul 16, 2024 1:25 pm
View ArticleSDK • Re: Defining C defines at the "cmake .." stage
Add the following to your CMakeLists.txt file:Code: target_compile_definitions(${PROJECT_NAME} PUBLIC NODENAME=${NODENAME})Statistics: Posted by Memotech Bill — Tue Jul 16, 2024 1:28 pm
View ArticleGeneral • Re: Can you add / change files on a pico w over WiFi?
Just checking if this problem has been solved?As far as I know things are the same as they were back in January when this thread was started; that there are a number of ways of doing it. The only...
View Article