Camera board • Can i get temperature for using Raspberry Pi Camera Module 2 NoIR
Hello!Now, I will trying to make a code(Python) to get temperature for using Raspberry Pi Cam.Is it possible?https://www.raspberrypi.com/products/pi-noir-camera-v2/Thank you! Statistics: Posted by...
View ArticleTroubleshooting • Re: cannot login after update; but text mode login is fine
This is usually caused by trying to mount some external storage (e.g., a USB drive) and having the mount fail, but the user not notice that it failed. They then copy a bunch of files to the mount...
View ArticleRaspberry Pi OS • Re: Zip7 question
7zip is not a complete programme, it is an add-on for an existing programme (Archiver in this case)I came from Windows a couple of years ago, the move does get easier if you stick with it7zip is a...
View ArticleOff topic discussion • Re: Dream hardware
AFAIK 32-bit apps do NOT run on 64-bit linux.No, they do run happily on the Pi 5 (Cortex-A76 CPU's) running Linux.Only the kernel must be 64-bits, user programs may be either.It is a fact of life for...
View ArticleGeneral discussion • Re: On Powering the Raspberry 5 via Battery for Portable...
I would like it to run in a semi idle mode for at least 4 hours, and be under heavy load (max CPU and ram utilization for 30 minutes). Since you're at the guessing stage without any specs, go worse...
View ArticleRaspberry Pi OS • Re: VNC on Raspberry Pi 5
Tested what?VNC as is no longer works on a Raspberry Pi 5 because of Wayland. I was wondering if anyone with a Raspberry Pi 5 has tested the workaround suggested by RealVNC.In any case I will know for...
View ArticleCamera board • Re: Issues with GS camera
Have a read through What to do if your camera is not detectedAnd note the comments on gpu_mem, camera_auto_detect, start_x and particularily the OS release versions.Your main problem is that Buster...
View ArticleGeneral programming discussion • PyQt6 in venv with pip
Hellotrying to install PyQt6 with pip in a venv on a Pi 400. Got venv installed and activated but get error trying to install PyQt6. Is this supposed to work on a 400? Here is the error response....
View ArticleBeginners • Is it possible for Windows XP on the Raspberry PI 4
I was just wanting to know if its possible to use winxp on the rasp pi 4Statistics: Posted by kalixloll — Tue Apr 16, 2024 1:15 am
View ArticleAdvanced users • Re: Argon One Replacement Daemon
Starting work on the open source firmware for the V3,I've got a good idea what GPIO does what, even if I can only replicate the existing firmware others would be free to add features of their own.So...
View ArticleGeneral discussion • Portable Battery for Pi Zero 2 W
Hi I'm quite new to all of this, I am going to try to be as clear as possibe but excuse me if I'm a bit hard to understand. I need some guidence on how to connect a battery to the Pi, and I had some...
View ArticleTroubleshooting • Re: Raspberry Pi4B No Green Light
Are you using a power supply or charger?My first thought would be power.Did you work through the sticky at viewtopic.php?t=58151Statistics: Posted by MiscBits — Wed Apr 17, 2024 1:07 am
View ArticleSDK • Re: Unrecognized option '-fcallgraph-info=su'
The problem here is that using the latest sub-module means building the code may require upgrading the GCC cross-compilerPossibly. But if OP is on Buster, that's a three-year-old OS at this point. An...
View ArticleSDK • Avoiding simple mistakes with the SDK
Hey y'all. A thing I've noticed about using the RP2040's peripherals during my experimentation is that it is easy to forget a seemingly innocuous or redundant function call, and have bad things...
View ArticleGeneral • Re: extra cables for debug probe
Possibly these https://www.tindie.com/products/8086net/3-pin-sh-cable/ or https://shop.pimoroni.com/products/pimo ... 2106920019 Forgive me - not used the probe and see it comes with two cables so I'm...
View ArticleGeneral discussion • Re: Raspberry Pi 5 CSI/DSI connector
Thanks for the information. I assume the DSI connector is same as DSI1 connector in the same Compute Module 4 IO Board too? Do you provide the part number of the connector? And how about the voltage...
View ArticleRaspberry Pi OS • Re: Can’t install sense hat emulator
Ok so I don’t know what happened but now it works I just logged in and boom there it was the actual sense hat emulatorStatistics: Posted by Jellie2874 — Wed Apr 17, 2024 1:40 am
View ArticleGeneral discussion • How can I list SerialPort with its name and caption?
If my device connects with Windows system, in device manager it will show like this:USB-SERIAL CH340 (COM3)The USB-SERIAL CH340 is the caption of the serial port and the COM3 is the name of the serial...
View ArticleRaspberry Pi OS • Re: Press Windows(Super) + N Keyboard Shortcut to Switch to...
I switched to GNOME desktop env, by following this https://github.com/TheMaroonHatHacker/gnomeforpiGNOME supports Windows +N keyboard shortcut.Post it here in case anyone who wants to use the same...
View ArticleRaspberry Pi OS • Re: Keyboard layout displaying/switching for Wayfire and...
@avarvit:First of all, thank you again for the solution on the missing keyboard layout switcher/indicator.I am wondering, is there any feedback from spl237 to your pull request in the official repo?...
View Article