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

Troubleshooting • Re: Init.d/dhcpcd does not exist

Yeah I realized the issue with that article. I figured out that a lot of the info was just on the deluge documentation. This question is irrelevant.Statistics: Posted by iagas — Sat Mar 09, 2024 3:11 pm

View Article


General • Re: How do I connect the voltage source to the Pico ADC ?

This will show the configuration of the pins -Code: from machine import mem32def ShowPinStatus(pin): PADS_BANK0 = 0x4001C000 n = mem32[PADS_BANK0 + ((pin+1) * 4)] OD = (n >> 7) & 1 # Output...

View Article


General • How to share a library between bootloader and application

I'm about to write a bootloader for a can bus interface. The application just like the bootloader need the can bus library and I want to link the library in a specific section on the flash, so that...

View Article

Français • Re: Boot home assistant sur ssd nveme Raspberry pi 5

Le config.txt se trouve dans la partition 1 et est accessible sous window.Statistics: Posted by mike913 — Sat Mar 09, 2024 3:36 pm

View Article

Image may be NSFW.
Clik here to view.

Bare metal, Assembly language • Re: usb host on raspberry pi 4

Thank you Statistics: Posted by yaw moo — Sat Mar 09, 2024 3:48 pm

View Article


Compute Module • Re: Compute Module 4 GPIO Function Guide

3. If equipped with EMMC, it is connected using SD0_x function via internal GPIO 48-53.the emmc interface exists outside of the normal gpio arrayhttps://docs.google.com/spreadsheets/d/ ......

View Article

Device Tree • Re: rpi4 serial port - uart to usb

Can you show me your boot / config.txt / cmdline.txt no sorry that test environment was taken down in December 2022.Statistics: Posted by neilgl — Sat Mar 09, 2024 4:20 pm

View Article

Media centres • Re: Peppy player

I really like the convenience of the radio browser to find the station. I am using the 7" image with a Waveshare 7" HDMI (H) screen. I followed the instruction on the Waveshare wiki to configure the...

View Article


Beginners • Basic Linux programminh

I have use mant ypes of computers, mainframe and desktop for many years and used many languages but I have never used Linux before I started us8ing the Pi computer.I keep running into what may see to...

View Article


Troubleshooting • RPi 5 disconnects from Wi-Fi

Hi, I have RPi 5 with RPi OS. It usually works fine, but sometimes the Wi-Fi connection crashes. I have not found a reason for that, everything seems quite normal. The crashes occure when I use Wi-Fi...

View Article

General discussion • Re: pydantic-core requires GLIBC_2.33 but latest...

Did you try installing the version of pedantic that runs on GLIBC i2.31 yet? Your python dependencies may not require the latest version of pedantic.Statistics: Posted by memjr — Sun Mar 10, 2024 3:41...

View Article

Troubleshooting • Re: Raspberry Pi Camera Module 3 not available on RPi...

Raspberry Pi Camera Module 3 (wide) running on Pi5 bookworm 64-bit. No edits made to any files. Camera is autodetected.Code: pi@pi5-4GB:~ $ libcamera-hello --list-camerasAvailable...

View Article

Beginners • Re: Raspberry pi 5 many issues

Some Logitech kit needed its own software on the machine before it will work - does Logitech provide anything for the set you have? You may need to pair the dongle with the mouse / keyboard using a...

View Article


Automation, sensing and robotics • Re: [Show and tell] Stepper Motor Python...

1st stable release published : https://github.com/juanmf/StepperMotors ... g/v.0.0.20# Packagehttps://pypi.org/project/stepper-motors-juanmf1/# Installpip install --upgrade -i...

View Article

HATs and other add-ons • Re: NVMe x4 and x1 compatibility?

It is a simple way to shield the cable, not only is it enough to shield it, you have to connect to GND. My pcie errors have disappeared a week ago. greetingsStatistics: Posted by kitopopo — Sun Mar...

View Article


Beginners • Re: suitable power adapter for raspberry pi 5

5 V 3A is no good to Raspberry Pi 4B; it needs 5.1V, the 0.1 volt addition is critical for Raspberry Pi to work properly.Ignore that poster. 5 Volt 3 Amp is good enough for a 4B. The 0.1 Volt addition...

View Article

Troubleshooting • Re: SSH and Cannot display desktop

Good idea, don't need the desktop...didn't even think of that. I did that but VNC still shows cannot show desktop, is that correct since boot to command was selected?Statistics: Posted by TBL194 — Sun...

View Article


Wanted • Re: Looking fpr a particular heat sink

Search for copper pin heatsink, loads on Alibaba etc.Statistics: Posted by pidd — Sun Mar 10, 2024 4:17 pm

View Article

Networking and servers • Re: Pi3 Bookworm WiFi does not work if router uses...

I think I'm experimenting the same, reported here: viewtopic.php?p=2163188Statistics: Posted by mina — Sun Mar 10, 2024 4:22 pm

View Article

Camera board • Re: pibooth install error, "externally- managed-environment

What camera are you using with it?I can't start pibooth on my Pi4 running Bookworm 64-bit as it fails to detect any camera. A camera module V2 is attached and works OK (rpicam-hello)So I can't look at...

View Article
Browsing all 5388 articles
Browse latest View live