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

Raspberry Pi Connect • Re: "systemctl --user disable...

How can I disable it for good?sudo apt remove rpi-connectStatistics: Posted by DougieLawson — Sun Jul 21, 2024 10:32 am

View Article


Beginners • Re: Understanding PIR timeout

Code: from gpiozero import MotionSensorfrom signal import pausemotion_sensor = MotionSensor(4)def motion(): print("Motion detected")def no_motion(): print("Motion stopped")print("Readying...

View Article


Beginners • Re: Trouble installing Face-Recognition

Hey there, I'm really struggling to install face-recognition on my pi.I've followed all of the steps successfully, [ ... ]Any ideas as to what's going on would be amazing. Thanks!Following the few...

View Article

General discussion • Re: Using a Pi as a "router"

Get OpenVPN running.https://openvpn.net/community-downloads/Which you can install with sudo apt update;sudo apt install openvpn.It needs a config file where you can embed the self-signed certificates....

View Article

Troubleshooting • Re: Replacing usb 3.0 port.

Why don't you just plug in a USB3 Hub into the remaining working socket?That'll be a lot easier than trying to solder a new one on without damaging the board.Statistics: Posted by kip_the_elder — Sun...

View Article


Automation, sensing and robotics • Re: Rs232 command change between 2 gears...

Hi,@ghpback after a long break.No more error on program after removing the line.Made the wiring, ADA connected to UART1 and Trinnov to UART0.When I send command from ADA I see the Tx LED flashing...

View Article

General discussion • Re: Raspberry Pi 4 Cannot Find Any Wifi Network

What type of case are you using?Statistics: Posted by kip_the_elder — Sun Jul 21, 2024 11:47 am

View Article

Device Tree • Re: RPI5: Issue with GPCLK0 Clock Generation on GPIO4 in ALT0 Mode

Yes. As long as VCO and divider input maximums are respected.Thanks a lot for the positive info.There might be enough plumbing in the clocks framework to just declare parents and clock rates manually...

View Article


Image may be NSFW.
Clik here to view.

Italiano • NVMe PCIe M.2

Hi everyone, I'm trying to install Windows 11 Arm64 on Raspberry Pi 5 with the NVMe PCIe M.2 drive instead of the SD card. Can anyone tell me how to do it, it would be fantastic, thanksStatistics:...

View Article


Beginners • Re: Power Multiple PI's

Plug in some USB disks and the Pi 5 needs more than 5v * 3 amp. That means PD. PD is tricky.Yes, no and no.If you are using HDDs or SSDs via USB or via PCIe, a PSU with 5A or greater capacity is...

View Article

Troubleshooting • Re: Bios does not recognize raspberry Pi in g_multi mode

However, I noticed that Windows only recognizes the drive from the RaspberryPi when it is connected to the usb-c port of the RaspberryPi... it does not recognize any device via the USB 3.0...

View Article

General • Re: BBC BASIC on the Raspberry Pi Pico?

This is one for Bill. The build command I use is 'make BOARD=pico+w' which I assumed would build a version with all the necessary network SYS calls enabled.I agree that the network support routines...

View Article

General discussion • Does Pi 5 Official Active Cooler affect the WiFi?

Hi folks,I've had a large heatsink, which is sold specifically for the Pi 4 severely affect the WiFi, so I'm now being cautious with cooling: Does the Pi 5 Official Active Cooler affect it's WiFi? I'm...

View Article


Raspberry Pi OS • Re: Swap memory on an M.2 storage device

Someone mentioned memory cache in SSD. The cheaper SSDs are "DRAMless" and use main memory for their workspace, chewing up whatever they want, 50 MB or 250 MB, a huge amount compared to 1 GB of RAM....

View Article

Image may be NSFW.
Clik here to view.

General discussion • Re: Does Pi 5 Official Active Cooler affect the WiFi?

I haven't noticed any issues. The antenna is clear.Statistics: Posted by gordon77 — Mon Jul 22, 2024 11:24 am

View Article


General • Re: Reading the internal temperature on a Pico using a solar panel

the internal temperature is calculated using ADC_VREF, which is different each time.How do you know the ADC_VREF is different each time, and why would that be ?If your hardware is using a regulator to...

View Article

Troubleshooting • Re: sound on autostart

$ cat /etc/os-release PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"NAME="Raspbian GNU/Linux"VERSION_ID="10"VERSION="10...

View Article


Troubleshooting • Re: Switch audio output via CLI

Hello,I suppose that you have another sound card on your RPi5 and that you use pipewire with wireplumber.You can use "wpctl" to change sink from HDMI to another "sink" The command:Code: $ wpctl...

View Article

Other RP2040 boards • Re: Communication between RPI and pico stops.

Thanks for your suggestions. I don't think that adding a second interface is going to help. My current testrun has over 60 million back-and-forths at 1000 per second, and my client is using about 10x...

View Article

HATs and other add-ons • Re: Industrial I/O

This is really nice work. I have a Seeed Studio reComputer R1025 model.I was able to communicate with Modbus TCP to my Siemens PLC, MQTT, BACnet/IP, and a Modbus-supported sensor. Then I collected the...

View Article
Browsing all 5025 articles
Browse latest View live