Camera board • Re: Camera woes migrating from raspistill to rpicam-still
Anyone have any ideas on why this is happening and how I can fix it (preferably without needing to manually run tests to find new acquisition settings that are "close enough")?Probably at least...
View ArticleAdvanced users • Re: How to reconcile mpich version differences between...
That part actually works OK - I do have a shared /mnt/cluster over NFS where each node is forced to put things under different specific directories (eg /mnt/cluster/project/aarch64 vs...
View ArticleRaspberry Pi OS • Re: Pi 4B 4GB 1024x768 max resolution after update
My main - and only, until testing Ubuntu yesterday - OS has been PiOS Bookworm. 2024-03-15-raspios-bookworm-arm64-full.img.xzIf I flash a new sd with my PiOS image, I get 1080p until I update, and...
View ArticleRaspberry 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 ArticleGeneral • Re: Powering the Pico via a disassembled 5V wall adapter
Pidd, thanks for sharing your specific concerns. It's helpful in case someday I would ever create something that does require mains power. Although I think what I've learned from this conversation is...
View ArticleBeginners • Re: Is it actually possible to get a snappy desktop experience...
my normal pc (ryzen 5600x, 32gb ram, radeon 6600 and 1tb samsung 980 pro nvme as the os driveAgainst that you expect a 1.5GHz ARM processor with just 4GB ram running from an SDCard to be near equal -...
View ArticleBeginners • Re: Writing a systemd service to run a script that setup TPM
Hi folks, I'm writing a systemd service that I want to run it once when the raspberry PI boots, the service should run a bash script to allow TPM support, but whenever I turn the raspberry pi on I get...
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
I feel like this is something similar to your problem:viewtopic.php?t=356703Try using the RPI 4 SD card on the RPI 5. If your RPI 5 isn't booting up with the RPI 4 SD card, then check your power...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: RS-232 on Raspberry Pi 5
...It's generally for devices such as modems where the data rate to the modem was typically 115200, but the data rate over the phone line was 56000 or lower. The modem had to be able to tell the...
View ArticleC/C++ • Re: How to make ' #pragma GCC diagnostic ignored "-Wpsabi"...
Have you got some out of date libraries? I don't have a bookworm rpi to test on. Is this what you mean?Code: /usr/include/CGAL/double.h: In function ‘std::pair<double, double>...
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 ArticleTroubleshooting • Re: Unable to obtain driver for chrome.
Here's the error by the way:Code: Traceback (most recent call last): File "/home/pi/Test-Env/lib/python3.11/site-packages/selenium/webdriver/common/driver_finder.py", line 67, in _binary_paths output...
View ArticleMicroPython • Re: SPI just Plain not working
Hi SHadewalker3652,How do you know that is not working?Are you using an oscilloscope to check the output?What do you have on the mosi(GP19) to connect to?Statistics: Posted by danjperron — Tue Jul 16,...
View ArticleGeneral • Re: why does core 1 pause while core 0 writes flash?
If your core1 program is merely pausing while the flash is programmed, then you aren't executing from the XIP at the time (that would cause it to crash totally).However, if you haven't done anything...
View ArticleRaspberry Pi OS • Re: Raspberry Pi Zero W hangs and becomes unreachable after...
Just got the official Rpi micro USB charger but the issue persists. I noticed that the power LED turns completely off when this happens. Now the question is whether it is a SD Card issue or a board...
View Article