Troubleshooting • Re: Headless RPi 3B+ extremely slow !
"Later tested 32-bit Bookworm with all updates on a Pi3 1GB RAM, enabled VNC server and using VNC Viewer on Windows 10 laptop."How did I do this?Write Bookworm 32-bit using Imager to microSD card,...
View ArticleTroubleshooting • Re: Raspberry PI 4 - rebooting and unreachable
thanks so much for the response. So i just did that - or part of that. I got another SD, re-installed the OS, popped it in, and the PI is now sitting stable on the network, not rebooting, i can ping...
View ArticleBeginners • Re: AI/Assistance guidance help please?
There is no PCI 'expander' from the RPI team at the moment (and I gave no idea if there will be) but Jeff Geerling recently used Pineboards HatBrick with interesting results...
View ArticleGeneral • Help with Pico ADC project
Hi Guys,I'm after some help with using a Pico in a project, and using the ADC pins.What I would like to achieve is to trigger a output on the PICO when a specific resistance is met, as shown in the...
View ArticleHATs and other add-ons • Re: New m.2 HAT troubleshooting
1) M.2 HAT+ does not support SATA, it's NVMe (PCIe) only.2) You can check for NVMe drives by usingCode: ls /dev | grep -i 'nvme'Will not give you a result because of 1)Statistics: Posted by...
View ArticleBare metal, Assembly language • Re: framebuffer in Assembly for a Raspberry...
I have noticed that this error also exists in the Circle project. I tried setting the color depth to 32-bit. Even here, it is "only" 16-bit, as it draws each point twice... Changing the resolution as...
View ArticleGeneral discussion • Is there any database GUI Client tools availabe for...
Is there any database GUI Client tools availabe for Raspbery Pi OS ? . I am using TOAD and Oracle SQL developer in windows OS to connect to oracle DB, like this any tool availabe in raspbery PI OS. i...
View ArticleTroubleshooting • Re: Apache not accessible to internet. Losing my mind.
Code: ServerName 127.0.0.1This is the cause of your failure. It looks like Apache2 assumes that you want local access only. Change that to your host name - chatterbox, and it should work.Statistics:...
View ArticleGeneral • Re: Help with Pico ADC project
Hi Guys,I'm after some help with using a Pico in a project, and using the ADC pins.What I would like to achieve is to trigger a output on the PICO when a specific resistance is met, as shown in the...
View ArticleCamera board • Re: On RPi5: libcamera is "Unable to acquire a Unicam...
This is duplicated at https://github.com/raspberrypi/libcamera/issues/145. Let's continue the discussion there.Statistics: Posted by naushir — Fri Jun 14, 2024 7:01 am
View ArticleGeneral discussion • Easy to use GUI creation for Raspberry Pi programs?
Randomish question here. I wrote a fairly basic program for an ESP32 using arduino that handles button presses for a little quiz thing. First person to hit the buzzer, it lights up and stores whoever...
View ArticleTroubleshooting • Re: Pi 3 Power Issue
How have you connected the power supply to the Pi3? Post a photo.Statistics: Posted by rpiMike — Sat Jun 15, 2024 5:16 am
View ArticleNetworking and servers • Can an older RPi3B be used as a bluetooth...
Hi,Pretty good a tech, but bluetooth is somewhat out of my wheelhouse. So my terminology and idea of what's possible might be off.I was thinking since i've got my old Rpi 3B (iirc) sitting around, and...
View ArticleGeneral discussion • Re: Powering RPi 3B in a remote area
For powering your Raspberry Pi 3B in a remote spot, you have a few good options. A high-capacity power bank (20,000mAh or more) might work if it gives a steady 5V 2.5A output. Even better, consider a...
View ArticleTroubleshooting • Re: Pi 5 NVMe Boot Issue
@RationalOne Were you able to get the Pi to boot using the SN530?https://www.westerndigital.com/de-de/pr ... BPMPZ-256GSN530 is a NVMe drive, supporting up to Gen3 PCIe.Do you have the possibility for...
View ArticleCompute Module • Re: CM4 eMMC wear leveling
Is the eMMC more durable than normal SD card? I found industrial eMMC with SLC flash but their price is higher than total price of CM4.Statistics: Posted by i486 — Sat Jun 15, 2024 5:40 am
View ArticleNetworking and servers • Re: IP forwarding between different networks
OK,I resolved the issue. In the Tailscale dashboard, I "approved" the subnets for the node, and everything is working now.Statistics: Posted by mubinicyer — Sat Jun 15, 2024 5:51 am
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: DSI Cable Easy Connector
..[bonus section]The Platonic Ideal of this scenario would be to use something like this magnetic connector https://www.adafruit.com/product/5413. Just imagine 3 standalone camera modules - a screen,...
View ArticleBeginners • Re: STICKY: Running A Program At Start UP A Beginner's Guide
Running a program at startup can streamline your workflow by launching essential applications automatically. Beginners should explore startup folders, Task Manager, or system settings depending on the...
View ArticleAdvanced users • Re: Figuring out IP Camera IP Address For Streaming.
Code: sudo nmap -sn yourPiIPaddress/24Statistics: Posted by HermannSW — Sat Jun 15, 2024 6:08 am
View Article