General discussion • Re: A3144 hall sensor vs reed switch
I use an array of 7x5 3144 sensors in an application and they work well.As the sensors have an open collector output then they can be wire-ored together to make scanning simpler. In my case I drive 7...
View ArticleGeneral discussion • Re: Power PI5 from USB charger
I am using a 5V DC-DC converter in a boat (converted from +/- 12-14V and I get low voltage all the time. My converter is capable of delivering 10A on 5V.Statistics: Posted by sbarmen — Fri May 10,...
View ArticleRaspberry Pi OS • Re: Bookworm 64bit - Disable all effects.
Hi Everyone, thanks a lot for contributing to this post. It really changed my Raspberry Pi 4 from an unusable mess to something nice.I normally wouldn't want most of these effects even on a powerful...
View ArticleBeginners • Re: How to resize root partiton on SSD?
I don't kow if you're wrong but last time I tried it (on Buster, I think) the expansion script failed if the root partition was not the last partition on the device. A lot has changed since then...
View ArticleCamera board • Re: ❓LIVE ANALOG CAM video to PI ZERO 2W using ADC❓
I was also playing with this idea, perhaps this concept will be useful to you. It's using an Arduino but it may hold the key to what you're thinking of....
View ArticleGaming • Re: Eduke32 Build with GLES
The "mouselook" problem begins to manifest only once you use the HRP add on and setting.cfg and eduke32.cfg are created upon using the HRP. I suspect the issue is in a setting in one of those two...
View ArticleGaming • Re: GZDoom DOOM Engine Source Port on the Raspberry Pi 4 Computer
I have not tested VKDoom yet. GZDoom is known to be a full featured but a relatively heavy engine. I may build an older version of GZDoom to see if Vulkan works in an older version. Some people have...
View ArticleNetworking and servers • Re: How to access Raspberry Pi on the Internet
I need to access it through SSH. You could wait for Raspberry Pi to make that available -viewtopic.php?p=2220087&hilit=ssh#p2219217Or you could use one of the existing 'Man-in-the-Middle' SSH...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: VL53L0X
Hello everyone, please i need help i need to connect VL53L0X and mpu6050 to raspberry pi 3 to detect obstacles please can anyone help me and i need a VL53L0X library please and thank youPutting...
View ArticleRaspberry Pi Connect • Common troubleshooting tips
Based on posts and comments so far, here are a couple of common issues people are running into and how to check if they are affecting you:"The following packages have unmet dependencies:"If you see...
View ArticleGeneral discussion • Re: WD Green SN350 on Pi5 - some details
Running pimoroni benchmarkCode: Category Test Result HDParm Disk Read 435.79 MB/sec HDParm Cached Disk Read 432.68 MB/sec DD Disk Write 320 MB/s FIO 4k random read 111912 IOPS (447650 KB/s)FIO 4k...
View ArticlePython • gpiozero RuntimeError: Cannot determine SOC universal base address
I have a Python 3 program that used the gpio library before. In pi5, I switched to using the gpiozero library. This program can be manually executed on the shell command line and run normally when...
View ArticleCamera board • Re: Which GPIO# is used for CAM_GPIO on MIPI port?
You can add the always-on property to the regulator so that the system will enable it at boot. See https://github.com/raspberrypi/linux/bl ... ay.dts#L43 for an example on the imx296...
View ArticleGraphics, sound and multimedia • Re: Analog video was improved for RPi5 !!!!...
OK, I'd better leave it alone. The odd numbers felt a bit weird but I guess they are harmless...Maybe you could raise an issue on RetroArch (or Lakka? I'm not sure where the boundary is between them)...
View ArticleRaspberry Pi Connect • Re: rpi-connect unmet dependencies
Forgot to add this in my previous (common) post Code: getconf LONG_BITStatistics: Posted by neilgl — Sat May 11, 2024 8:51 am
View ArticlePython • Re: gpiozero RuntimeError: Cannot determine SOC universal base address
Are you running in a python virtual environment (venv) ?Statistics: Posted by neilgl — Sat May 11, 2024 8:52 am
View ArticleOther RP2040 boards • Re: Pi pico clone onboard rgb problem
Your one looks like the RGB solder link (just above the RGB LED itself) is not closed. Other pictures, like the CircuitPython link I sent and at vcc-gnd studio's AliExpress page show the link soldered...
View ArticleGeneral discussion • Re: Is there a RaPi discord official channel?
I recently got invited to #jscad on dischord:https://discord.com/channels/7759840952 ... 0512503829Completely different to a forum, but provides direct contact to developers for questions or proposal...
View ArticleAdvanced users • Re: [SOLVED] Power Monitoring / System Health Monitoring on...
Get a cheap smart switch with power monitoring for that you can put tasmota or similar on it ...Instead I found it easier to buy a power plug with tasmota already installed (German...
View ArticleSDK • Re: Could use a sanity check of this code
I'm going to cheap out on this and use core 1 to count. Pio is just too much to grasp at this point. I think I need to start with something simple and work up to it. And I need to write it on micro...
View Article