Camera board • Re: New Raspberry Pi Global Shutter camera
Manual exposure picam2.set_controls({"AeEnable": False,"ExposureTime": speed})Manual awbpicam2.set_controls({"AwbEnable": True,"AwbMode": controls.AwbModeEnum.Custom})cg =...
View ArticleGeneral discussion • Re: Powering RPi 3B in a remote area
middle of nowhereMiddle of nowhere is always somewhere. Antarctic? Marble Bar with lunchtime temperatures of 50 Centigrade? That decides what batteries will work and what will burst into flames like a...
View ArticleRaspberry Pi Connect • Re: rpi-connect unmet dependencies
Forgot to add this in my previous (common) post Code: getconf LONG_BITgot 32 so I guess reinstall to 64 bit?Ref: https://www.raspberrypi.com/news/raspberry-pi-connect/Raspberry Pi Connect needs your...
View ArticleBeginners • Re: Best book for learning gpio programming on raspberry pi zero?
I find the docs about all the 875 billion things you can do with a Pi GPIO pin just too much. Easier to start with a project you want to complete. Learn what is needed by finding 2 or 3 or 5 online...
View ArticleTroubleshooting • Re: raspi-config
Have you checked for update and applied them all?(for bullseye)Quick check in changelog, the option to switch was added in2022-09-06 update, so probably a bit before that via apt.Linux kernel 5.15.61...
View ArticleMicroPython • Re: Convert WiFi codebase from CircuitPython - mDNS issue
ESP-NOW looks way easier...Possibly. I am not familiar with ESP-NOW but it appears to work by sending raw packets over the wireless link formatted such that compatible devices can send and receive...
View ArticleBeginners • Re: RPI for ATX PSU power status sense wiring question
Basically, I need to know if just connecting the 3.3v PSU line to a GPIO pin through a 10K Ohm resistor will do the job or if I need to do anything else or differently.I believe you're reading things...
View ArticleGeneral discussion • Re: Raspberry Pi Imager improvement request
It's at 5 Localisation Options -> L1 Locale in raspi-config.Typically needs more than that for non-English languages.Often need to install extra packages.Ubuntu has a tool to ask what packages...
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
PINN has been updated to v3.9V3.9Pi5 Support - First release of Pi5 supportAdjust OS Sizes - Adjust the partition sizes of each OSFonts - Fix (most) font sizes under KMSPreupdate - Added preupdate...
View ArticleBeginners • Re: NFC Controller Without Integrated Antenna
As far as I am concerned, all NFC controllers are sold with in-built antenna in the PCB. If you can somehow source the PN532 NFC chip only(without any board) that may fulfill your purpose. There are...
View ArticleTroubleshooting • Re: Pi4B / 8GB randomly hangs on Raspberry Pi OS 64-bit
OK, well, if you decide that you're interested in pursuing using sdm, I'm happy to help. Contact me via my email (it's on the sdm github page). I can help make it pretty painless for you, unless you...
View ArticleTroubleshooting • Re: RPi 3 b+ not booting
The pattern you're describing with the ACT light blinking could indicate various issues, including a problem with the SD card or the Raspberry Pi itself. You can reformat the SD card using the SD Card...
View ArticleGeneral discussion • Re: Raspberry pi 5 Power adapter
What is the USB drive you have attached? Does the warning appear if it is NOT attached?Hi Bro, I am using Sandisk USB 3 pen drive. I tried powering on Pi without USB drive multiple times and I can't...
View ArticleAdvanced users • Disable Screen Blank when in kiosk/full screen mode
I've got a RPi4b with official 7" touch screen which I primarily use as a "stream deck".The app that I use runs in full screen and while it's running I would like the screen to not go blank.When the...
View ArticleAdvanced users • Re: Disable Screen Blank when in kiosk/full screen mode
change the command to turn off before game and on after game closed using the ";"Statistics: Posted by kerry_s — Mon May 13, 2024 11:28 pm
View ArticleOff topic discussion • Re: I guess you guys who still use the Z80 know about...
I think the heater elements are the bit that eventually fails.Loved the Z80.Statistics: Posted by RaspISteve — Mon May 13, 2024 11:37 pm
View ArticleBeginners • Re: Raspberry Pi 5 OTG USB ports?
After buying this product (https://www.amazon.ca/dp/B0CSVYFRYQ), I am now getting the low voltage alert on my OS.So I bought this other product (https://www.amazon.ca/dp/B07TS17VB9), the voltage drops...
View ArticleopenSUSE • Re: Run OpenSuSE on RPI5
https://lore.kernel.org/lkml/cover.1715 ... @suse.com/Statistics: Posted by cjan — Tue May 14, 2024 12:11 am
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: I2C buses seen with i2cdetect, second...
Thank you for the detailed explanation, it's helped me focus my investigation. As far as I can see, there's nothing going wrong in the I2C subsystem setup, but the Python libraries do not recognize...
View ArticleРусский • Re: Как компильнуть C под Pi 4 используя MSYS2?
нашел способ, вроде arm-none-eabi-gcc это можетStatistics: Posted by KGB1st — Tue May 14, 2024 12:43 am
View Article