Español • Re: Detector de Caídas de Personas y Detector de Accidentes Punzo...
El 6050 está en EOL desde hace tiempo. Busca el reemplazo.Statistics: Posted by raspdroid — Thu Nov 21, 2024 6:22 pm
View ArticleC/C++ • Re: Decimal digits extraction of 'Perfect Number #30'
Code: ubu@raspberrypi:~ $ nano perfect_number_52.cubu@raspberrypi:~ $ gcc perfect_number_52.c -o perfect_number_52 -lgmpubu@raspberrypi:~ $ dateThu 21 Nov 18:22:42 GMT 2024ubu@raspberrypi:~ $...
View ArticleRaspberry Pi OS • Re: Install Raspberry Pi OS without Raspberry Pi Imager?
And if it can, how can I open .xz file? It's just a compressed format. unxz is the standard linux tool. On windows, 7zip or winzip should do it.Now seem`s to be ok! What i did using Razspberry Pi Zero...
View ArticleRaspberry Pi OS • Re: Fail! Zero W, rpi imager v.1.8.5., bookworm lite 32
Now seem`s to be ok! What i did using Razspberry Pi Zero 2 W:1. Download Raspberry Pi OS 64 Bookworm lite (19.11.2014 release)2. Unzip with 7zip.3. Use latest Rufus to "burn" .img to SD card.4. Put SD...
View ArticleTroubleshooting • Re: PI5 - Unable to Transition Power States
Any idea when this feature might be released?Statistics: Posted by jrosa — Thu Nov 21, 2024 6:39 pm
View ArticleAutomation, sensing and robotics • Re: How to get reading from LDR Matrix
This shows how to use a single LDR using python gpiozero library and wiring etc.: https://gpiozero.readthedocs.io/en/stab ... ght-sensorStatistics: Posted by neilgl — Thu Nov 21, 2024 6:46 pm
View ArticleOff topic discussion • Re: Top Photo Editing App & Free Download Guide
Boxy SVGavailable for free install athttps://pi-apps.ioStatistics: Posted by Botspot — Thu Nov 21, 2024 6:47 pm
View ArticleTroubleshooting • Re: Monitor shows "NOT SUPPORT!"
It responds the same using either ports.Statistics: Posted by Casey37 — Thu Nov 21, 2024 6:49 pm
View ArticleCompute Module • Re: UART sends weird data after firmware update
For info: https://github.com/raspberrypi/linux/bl ... ommon.yamlMight also give you some idea on an overlay for a gnss device.Statistics: Posted by aBUGSworstnightmare — Thu Nov 21, 2024 6:52 pm
View ArticleBeginners • Re: Which document editing tool is better?
Hi folks,need help~!~ Do we use markdown to edit? or which one is better for RP?thanksI've been known use vi with -ms macros. [...] There is no "better".Well, unless you mean emacs, of course.Its sad...
View ArticleGeneral discussion • Re: Raspberry Pi 5 discussion thread
k kilo is an SI unit so should not vary*K is for KelvinKWH is Kelvin Watt Henry'sBut given hours isn't an SI unit, as it should be seconds, who cares, not the people who print these things...
View ArticlePython • Re: Failed to build wheel for...
One day I will come up with a command that tells us if we have a venv with system packages or not.Could you look in the env pyenv.cfg file?Code: rpdom@raspi16:~ $ python3 -m venv...
View ArticleBeginners • Installing Nordvpn
Hi all. I'm trying to get back into Rpi again. My latest attempt is replicating past experience that ther always appears to be an 'ah but' I'm trying to install Nordvpn with no success - even using...
View ArticleGraphics programming • Re: Issue with EGL and OpenGL ES Compute Shader: Black...
Have you wrapped the code that writes the input frame with DMA_BUF_IOCTL_SYNC, or just the output frame?Yes, performing DMA_BUF_IOCTL_SYNC when populating the buffer and also when reading it...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: I2C addresses not found
i2c is designed to be for internal connections typically much less than 1 metre.Statistics: Posted by rpdom — Fri Nov 22, 2024 6:45 pm
View ArticleRaspberry Pi OS • Re: Bookworm not connecting to WiFi on Raspberry Pi Zero 2W
Using Imager 1.8.5 on Windows 11 to put Bookworm 64-bit with Desktop of 19 Nov 2024 onto a microSD card, with OS Customisation to set WiFi etc. I booted a pi zero 2 with it. [Note Win 11 system was...
View ArticleBeginners • Re: Raspberry Pi 4 Model B Undervoltage?
You could write a simple bash script that periodically checks the output of "vcgencmd get_throttled" to see if the Under Voltage Detected bit is set, then trigger a shutdown.Unfortunately, that...
View ArticleRaspberry Pi OS • Re: Tip: Simple Trick for Running Commands on RPi OS Lite...
This is rather a contrived problem, don't you think?Statistics: Posted by ame — Fri Nov 22, 2024 7:02 pm
View ArticleTroubleshooting • Re: Chromium hardware acceleration Xorg Bookworm Lite
okay right steps are follows on raspi 4 2GBusing latest bookworm lite (Nov 2024)Code: sudo apt-get update;sudo apt-get upgradeCode: sudo apt install chromium xinit openboxCode: sudo raspi-config...
View ArticleAutomation, sensing and robotics • Re: Connecting Pi to 120VAC wall powered...
The winch is rated at 120VAC wall power, however when we measured the voltage on the switch while a button was pressed with a multimeter, it went up to 240VAC. I assumed this was most likely due to...
View Article