General • Re: Pico2 easy upgrade or nightmare?
I can just have a boards folder in the project root then, that's awesome. Will changing this cause issues with dependencies for example my folders need pico.h and pico2.h so do I need to copy them to...
View ArticleTroubleshooting • Re: YouTube not working for me.
what rpiwhat raspberry osraspberry includes a extension that changes the user agent, you can disable/remove that extensionIt is a model 1 b+ running I think the regular type if not legacy. I already...
View ArticleRaspberry Pi OS • Question about bootloader update.
Hello, I upgraded the bootloader (released 2023-01-18) using the Raspberry Pi Imager (v1.8.5) on my Pi 400. However, when I ran the command to verify that everything was okay, it seems that there is...
View ArticleGeneral discussion • Re: Should I buy the rpi 5, mini pc, or a cheap Chromebook?
I've kind of been sitting on the edge about buying a raspberry pi five and bought a 0 series and a 02. They are a bit weak for me to tinker with (but I am still going to buy one for a pwagotchi...
View ArticleGeneral discussion • Re: Battery Power for RPI5?
Does anyone know of a battery bank that will power a Raspberry Pi 5?Also is there any way to request that future RPIs support USB-PD so any USB-C power source would work? I'm finding it near...
View ArticleGeneral discussion • Picamera2 slowness when saving image
Just to have a discussion with Raspberry Pi enthusiast hereI am trying to capture full quality image as fast as possibile, while saving the captured image in threads.Code: import timeimport random...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: bookworm, rpicam* to DRM/mipi-dbi-spi...
@aBUGSworstnightmare No offence here, i appreciate your help, and i already read your post beforehand , but running it under wayfire wasn't my problem nor the question.Has someone got the...
View ArticleGeneral discussion • Re: Picamera2 slowness when saving image
Yes just a single image saving takes time, but it depends also on which Pi. On a 5 it should be a faster than on a 0.But if you want this or need this, you should forget python and do own full custom...
View ArticleAutomation, sensing and robotics • Re: Raspberry Pi 4B pinout expansion,...
For temperature sensing, it's always a DS18B20.A relay is a relay. Buy a relay module with 3.3V trigger.For ac, an optoisolator module. Make sure it's housed safely.Statistics: Posted by ame — Fri Sep...
View ArticleUbuntu • Re: No gfx acceleration on Ubuntu on rpi5?
Thank you for very much for the reply! I downloaded and burnt this specific image: https://cdimage.ubuntu.com/releases/24. ... spi.img.xzIs this not the one the rpi-imager goes for?Statistics: Posted...
View ArticleNetworking and servers • Re: Pi Hole Cannot Reach Pi-Hole Gui
How did you get a bash error?Make sure. youre on the same network as your raspberry pi, then go onto ur web browser like chrome or firefox then type in ur raspberry pi's local ip which you seem to...
View ArticleSDK • TinyUSB and Core1 Problem
I have some code that ran fine when I used the SDK USB stdio. I then changed to TinyUSB and found that I had lockups when the code called functions that used timers. Thinking this was some error in...
View ArticleTroubleshooting • Re: Unable to boot
Thanks for the suggestion, I've already tried that, it still says the software is out of dateStatistics: Posted by SimonTelescopium — Fri Sep 20, 2024 7:19 am
View ArticleRaspberry Pi Connect • Re: rpi-connect signin fully scriptable
May be useful to look at viewtopic.php?t=376512Statistics: Posted by xeny — Fri Sep 20, 2024 7:24 am
View ArticleOff topic discussion • Re: Boolean Algebra?
The operator I don't understand, or even see the need for, is → : material implication:It was mostly "invented" in order of completeness for all possible operations. I guess there is some interlock...
View ArticleCamera board • Re: GS Camera Set Pixel Array Active Areas
Does anyone know how to set the analog crop by using the libcamera API to get a higher FPS for GS camera? Or maybe it is impossible to do that with libcamera, it has to rely on some underlaying tool,...
View ArticleMicroPython • Re: Raspberry Pi Pico WH does not refresh Web Server
I looked at switching to Weather Underground API, but thought I'd do a quick trick to see if I could still get the error without needing to code a new APII went into CommonCode.fetch_weather (below)...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: MIPI CSI2 device driver for 1D iamge...
Hi, 6by9,Thank you for your reply.I copied some driver source code and overlay files.then, I made "test_sensor.c" for driver, and "test_sensor.dts" for overlay.I confirmed my driver can communicate...
View ArticleTroubleshooting • Re: Unable to Create SD Card with OS
The adapter is capable of handling XC cards. It's not built in, its a USB 3.0 one I bought last year. I even just purchased a 128gb micro sd card for it and it is still giving me the exact same error...
View ArticleGeneral discussion • Re: Pi 3B+ bookworm 64, rebuild from scratch, XRDP not...
Are you trying to upgrade Bullseye to Bookworm without a reinstall, or doing a fresh install of Bookworm? The following assumes a reasonably clean Bookworm install (doesn't necessarily have to be a...
View Article