Troubleshooting • Re: Raspberrypi 5 freeze randomly and verry often
I'm pleased to report that my Raspberry Pi 5 has achieved a reasonable level of stability after I decided to remove my passive cooling case. Although the aluminum case was effective in maintaining...
View ArticleGeneral • Re: Raspberry Pi Pico load values from config file
I wrote software using pico-sdk with tinyusb to transform the Pico into a USB Mass Storage Class deviceThat is the best way IMO. If Pico SDK directly supported all this, including the standard posix...
View ArticleCamera board • Re: Raspi Global Shutter Camera for the application of ANPR
The traffic is moving with the speed to 30 to 40 km/hAt default resolution GS camera captures 1456x1088@60fps:Code: pi@raspberrypi5:~ $ rpicam-vid --list-camerasAvailable cameras-----------------0 :...
View ArticlePython • Re: control 30 servo pill deepener
the lock up my pi 3 b+Code: import RPi.GPIO as GPIOimport timeimport datetimeimport sqlite3from flask import Flask, render_template, request, redirect, url_for# Initialize Flask appapp_flask =...
View ArticleGraphics, sound and multimedia • Re: Live Video Feed on Headless Raspberry Pi 5
Using Bookworm 64-bit Lite on a Pi5, with a V3 camera module attached, we can install libcamera using: Code: sudo apt install -y libcamera-appsWe can then take a picture Code: libcamera-jpeg -o...
View ArticleTroubleshooting • Re: Making a solar powered PI
Thank you for the solar panel explanation .To go back to the original issue , I have measured with a multimeter the power that comes out of the TP4056 and from the DC/DC converter whilst plugged in on...
View ArticleBeginners • Re: Problems installing raspian
Which image did you choose to install on your RPI 3?Debian Bookworm in 32 and 64 How did you determine it was not working? Did you check your router before and after to see if a new IP addressed got...
View ArticleRaspberry Pi OS • Fail2Ban 1.0
Hi,When will Fail2Ban 1.0 be available for Raspberry Pi OS 64 bit?JaapeldoornStatistics: Posted by jaapeldoorn — Thu Apr 04, 2024 7:08 pm
View ArticleGeneral discussion • Re: Schematics for raspi5
As anybody some info about the schema for raspi5. The controle of power supply is a full new system. What are permitted or not with this new version ?Unfortunately, the schematics for Raspberry Pi 5...
View ArticleTroubleshooting • Re: Led blinking green 3 times and 1 fast
Thank you! I only relied on google searching, never went to the official docs. Obviously should have! Thank you again!Statistics: Posted by binerkin — Thu Apr 04, 2024 7:18 pm
View ArticleCamera board • Re: HQ camera not detected
no solution as of yet but an update:I switched over to my Pi 4 Model B which is a 32bit setup. In raspi-config on this machine I have the option to enable legacy support for cameras. Doing this I was...
View ArticleOpenGLES • Pi4 export EGL image DMA-buf and import as libdrm framebuffer
Hi,We have OpenGL ES rendering implemented in our application using libdrm/libgbm without X to drive a DPI 640 x 480 display. We are looking to display one of the GL textures from the EGL context on a...
View ArticleCamera board • Re: Time Laps Energy Consumtion
The question I have no, is if I can program the Raspberry Pi Zero 2W to take pictures every 2 minutes for 24h and if a 20.000 mAh power back will be enough.Short answer: Yes, maybe.Long answer: Yes,...
View ArticleGeneral discussion • Short note on Zero 2 W
I have a telegram bot running on Zero 2 W and noticed today that lowering CPU speed to 800 has improved the stability of the system.Statistics: Posted by vbn2030 — Thu Apr 04, 2024 7:28 pm
View ArticleTroubleshooting • Re: My pi 5 wont boot
It was working fine before this.As far as I am aware you are not supposed to use thermal paste with the official active cooler.With no sd card installed, power the Pi5 connected to an hdmi screen. Do...
View ArticleRaspberry Pi OS • Re: Fail2Ban 1.0
Bookworm already has v1.0.2.Code: $ apt policy fail2banfail2ban: Installed: (none) Candidate: 1.0.2-2 Version table: 1.0.2-2 500 500 http://deb.debian.org/debian bookworm/main arm64 Packages 500...
View ArticleTroubleshooting • Re: Boot Issues of a different sort - RPi 4B -tried all...
have you tried a different SD card?Statistics: Posted by cleverca22 — Thu Apr 04, 2024 7:55 pm
View ArticleGeneral discussion • Re: Need help with motor controller
Hi Guys, I hope that someone of you can help me because I have a problem related to the raspberry. I want to steer the motor of a go cart with the Raspberry Pi and a motor controller. I have to be...
View ArticleGeneral discussion • Re: Real Time Lane Departure Warning System
If you did the project you linked to, then you already did pretty much everything you need to now put to run in a Pi.And you also don't need any code from anyone here. It is all there in that link...
View ArticleAdvanced users • Configuring the Rapsberry Pi 5 power switch functionality
Is there any way to configure the action on the power switch on a Raspberry Pi 5?The default functionality is a double press to power off. I would like it to be a single press.The reason is because I...
View Article