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

General • Re: Official RP235xB boards?

May not be an issue for most but be aware that neither of the Pimoroni boards will overclock above about 320MHz. The Pico2 is no issue up to 400MHz.The issue is not the PSRAM as even with that removed...

View Article


Troubleshooting • Re: Pi 5 not accessible by other Pi’s Mount

Hi Folks!Found a solution of a GUI access (the yellow file folders icon – pcmanfm) to my shared files so posting for others. May not be THE correct way but works.The files were not available via the...

View Article


Troubleshooting • Re: Cannot properly scan system for error: fsck at reboot...

TryCode: sudo tune2fs -c 1 /dev/mmcblk0p2The one "1" means check every boot.Reboot to check the drive. ThenCode: sudo tune2fs -c 0 /dev/mmcblk0p2to stop checking every boot.Statistics: Posted by AndyD...

View Article

General • Re: I2C read on c sdk vs Micropython in Pico

@breaker, actually it looks like OP mentioned only I2C scan for MicroPython and C in the beginning, so I guess I'm not sure if OP has managed to get a breakout board I2C fully working with a Pico with...

View Article

Beginners • Problems with Pico SDK for new users

For years I have been avoiding the ARM processors but the RP2040 had some interesting features worth trying. The hardware seems to do what they say but the SDK that that is meant for it is useless for...

View Article


Python • What is the official Raspberry Pi library for accessing GPIO ports ?

So far I succesfully used RPi.GPIO library to work with the GPIO ports of a Raspberry Pi 4. But after getting the latest Raspberry OS updates, RPi.GPIO is not working anymore. I get `Failed to add...

View Article

Image may be NSFW.
Clik here to view.

Beginners • Re: IRF520 MOSFET Module control via PI

I connected the pwm channel from the fan to the irf520 sig channel that I fed with 12v, actually only 1.7v was able to run this module.The Raspberry Pi GPIO current is low and only provides the PWM...

View Article

General • Re: Blink Ex in VSCODE

I see now, version 0.16.1 is for the raspberry pi extension. I updated it and went back through the process and everything worked perfectly.Thank you for your help.ChuckStatistics: Posted by...

View Article


Beginners • Minimize all windows/show desktop in Bookworm?

Kind of embarassing to ask such a basic question but I've tried searching and even more recent results just say Ctrl-Alt-D, which does not work. One guide to keyboard shortcuts pointed to a menu...

View Article


Other projects • Re: Custom Key pad

Well everyone, because I am continually disappointed whenever I read a thread online which doesn't reach any conclusion (relevant xkcd here: https://xkcd.com/979) I am posting a conclusion, although...

View Article

General discussion • Re: STICKY: PINN - An enhanced version of NOOBS.

Hope this is the right place to ask (but if not please accept my apologies and move this to the right place).PINN 3.9.3Raspberry Pi 4BI am using PINN top boot 3 different OSes. This all works fine.I...

View Article

Raspberry Pi OS • Re: I can't watch youtube or imdb videos on chromium browser

firefox can not set full window mode.Statistics: Posted by cjan — Sat Sep 14, 2024 11:35 pm

View Article

General discussion • Re: AndroidBuddy: control any smartphone from Linux...

People reading this: please respond back here once you test AndroidBuddy. Feedback requested, and so far there still has been none.Statistics: Posted by Botspot — Sat Sep 14, 2024 11:44 pm

View Article


General • Re: SD card codes and microSD card module altogether working with

Thank you for replies ^^ It helped me a lot. I am now working with carlk3's work and its applications retrieved from github.It would be working nicely soon, so is my project will be...

View Article

Beginners • Re: Minimize all windows/show desktop in Bookworm?

keyboard in wayfire is very minimal, basic at best.Statistics: Posted by kerry_s — Sun Sep 15, 2024 12:36 am

View Article


Troubleshooting • Re: Help Rpm Counter inputs

Thx , Tried your script, got an error, have I not installed something??import gpiodimport timefrom gpiod.line import Direction, ValueLINE = 27with...

View Article

Python • Re: What is the official Raspberry Pi library for accessing GPIO...

GPIO Zero is the recommendation in the official OS documentation: Use GPIO from Python.It should be installed by default with RPi OS 12/Bookworm. N.B. The hardware implementation of GPIO changed with...

View Article


Networking and servers • Re: 100/1000Mbps fiber port need (?) on RIP 4/5

Did I read the subject correctly?Is 100Mbps and 1000Mbps even available over fibre optics? It's been doable on copper for a very long time and the only reason I can see for doing those speeds over...

View Article

Troubleshooting • Kiosk Mode stops after roughly 6 or 7 hours

Hi everyone. I just bought my first rasberry pi few days ago and I set it up about 2 days ago to work as a little kiosk in my room for some grafana dashboards and prayer times.I followed this...

View Article

General discussion • PulseAudio Playback on Server and Client

I have seen plenty of discussion on sending audio data from one PulseAudio server to another, and have done that successfully. While this is nice, I'm trying to play music on both "server" and...

View Article
Browsing all 5335 articles
Browse latest View live