Python • Re: Cant get to install rpi-hardware-pwm
B.Goode,May I suggest that if the author/developer's own installation instructions don't work then the author/developer would be the natural first point of contact for advice?Cam Davidson-Pilon kindly...
View ArticleGeneral discussion • Need suggestions for my camera application
I am creating system using camera v2 and Pi zero W. When using PiCamera2, I am trying to achieve recording video while saving same to SD card (need to save each 1-2 sec because there can be powerloss...
View ArticleTroubleshooting • Re: Pi 5 shutdown suddenly
I think it is a problem with heat and SSD, for now I have increased the stake a bit, wait and seeAfter about half an hour the Pi shuts downhow do i add a photo?is there a log that can be...
View ArticleGeneral discussion • Re: Guidelines for an HDMI project
There is no HDMI input on a Pi.Check the availability of UHD frame grabbers which connects to USB3.Statistics: Posted by aBUGSworstnightmare — Thu Sep 19, 2024 4:38 am
View ArticleAndroid • Re: [DEV] LineageOS 21 (Android 14) for Raspberry Pi 4 & Pi 5
I'm having a bit of trouble getting mouse clicks to work in some apps. I think the app is waiting for a touch event or something. Is there a way to emulate that?Statistics: Posted by Mr Floppy — Thu...
View ArticleTroubleshooting • Pi shuts down just after boot
My Pi Zero W was working perfectly fine and I decided to start fresh and installed RPi OS 32 again. Now it just starts, I can see fruit screen, after sometime it shuts down. It shown login screen...
View ArticleOfficial Display • Re: White band on one side of screen
Here is the raspinfo output:http://paste.debian.net/hidden/63b5c004Please run below commands to make sure you're on a decent kernelCode: sudo apt updatesudo apt full-upgradepost your config.txt as I'm...
View ArticleGeneral discussion • Re: Need suggestions for my camera application
A Pi0 cannot handle high-resolution and high-framerate when using libcamera. I have a v1 camera module (fisheye) connected to my Pi0 and 1280x960 (square picture/video) and a Gbit USB ethernet,...
View ArticleTroubleshooting • Re: Pi shuts down just after boot
I just wrote something in another topic you created, I would really check the SD-card content. Or simply use a new 32GB Sandisk, that you trust.. At least an other one. Do verification step as...
View ArticleFrançais • Re: Configuration d'un VLAN privé sur un Raspberry Pi avec un...
@Murph9000, la configuration trunk est en effet ce que je cherche à implémenter. Ton exemple est très clair, et je vais tester cela. Pour la partie Private VLAN, je vais m'assurer que le port soit...
View ArticleGeneral • 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 ArticleTroubleshooting • Re: Raspberry pi installer Windows 11
Thanks all!I didn't realise that I could dd the image file! Sorry it was late and I was tired. As evidenced that I didn't spot the auto correct of rep to to replament!I'll just make sure I don't point...
View ArticleGeneral discussion • Re: Should I buy the rpi 5, mini pc, or a cheap Chromebook?
If you want Linux, you can use an existing laptop, there are plenty of guides how to remove or shrink windows and put Linux on it so dual boot. Or as virtual machine, even easier. And you have compact...
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: 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 Article