Quantcast
Channel: Raspberry Pi Forums
Browsing all 4894 articles
Browse latest View live

HATs and other add-ons • Re: New M.2 NVMe HAT+ in Official Pi 5 case

I got a brand new M.2 NVMe hat and brand new Official case (both from Adafruit) and I got extended screws included in my NMVE hat bag so I was able to install the hat with the standoffs in the case,...

View Article


Image may be NSFW.
Clik here to view.

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 Article


Troubleshooting • 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 Article

Beginners • 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 Article

Image may be NSFW.
Clik here to view.

General • 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 Article


HATs 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 Article

Bare 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 Article

General 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 Article


Troubleshooting • 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 Article


General • 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 Article

Camera 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 Article

Compute 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 Article

Networking 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 Article


Interfacing (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 Article

Beginners • 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 Article


Advanced 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

General • Re: How to get RP2040 to go to sleep

The RP2040 clocking system is not ideal for power reduction. The sleep power is also potentially leaky on this version. I would use a decent size lithium battery with this or use external power...

View Article


Other projects • Re: Interfacing the RS232 to TTL converter with Raspberry Pi...

Code: import machineimport time# Define serial portuart = machine.UART(0, baudrate=115200, tx=0, rx=1, timeout=1000)# Main functiondef main(): while True: try: radar_data = uart.read(22) if radar_data...

View Article

Image may be NSFW.
Clik here to view.

Troubleshooting • Re: Raspberry Pi 4B red indicator light from on to...

Your board looks like a version before the PMIC was changed to a different one. The earliest schematic I can find is at https://web.archive.org/web/20211017004 ... matics.pdf. Your capacitor appears...

View Article

Image may be NSFW.
Clik here to view.

General discussion • The end of the cross device SD card compatibility?

One of the very convenient capabilities of the legacy Raspberry Pis was that one could for example clone a configured SD card from a Raspberry Pi 4 and put it into a Raspberry Pi 3a or a Raspberry Pi...

View Article
Browsing all 4894 articles
Browse latest View live