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

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


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


Image may be NSFW.
Clik here to view.

General • Re: PICO 2 - Corrected version availability?

120 uA of current is not such a big deal for digital outputs to drive this input, they are working dynamically at much higher driving current (order of 10 mA, RPs have it configurable between 2-12mA)...

View Article

Troubleshooting • Pi5 weak WiFi compared to Pi4 and has difficulty connecting...

I just moved from a RPi 4 to a RPi 5 and I'm having a problem with the Wifi connections.Pi5 is running the latest "Bookworm" versionI actually thought I had a defective Pi5 and ordered a second one....

View Article


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

Automation, sensing and robotics • Re: How to control low voltage AC motors

Guys,There is actually a clever way to switch an AC current with a transistor by using a bridge rectifier to route the positive and negative half cycles through the transistor in the correct...

View Article


General discussion • 7" raspberry pi display

I recently purchased a raspberry pi 7" display. When I turn it on it works great after about 20 minutes or so it times out and goes to a black screen ( I don't know if that is normal or not) any way...

View Article

Networking and servers • Re: Configuration d'un VLAN privé sur un Raspberry...

Getting a Pi configured for VLAN trunking to a Cisco is pretty easy:Config on the Cisco:Code: interface GigabitEthernet5 switchport mode trunk switchport trunk native vlan 50!View port VLAN config on...

View Article

Troubleshooting • Re: Pi5 weak WiFi compared to Pi4 and has difficulty...

Which cases are you using, the Flirc Pi4 is pretty good on Wifi, there are other aluminium cases that would clearly have a problem.Also, are you using any USB3 device?Statistics: Posted by pidd — Mon...

View Article
Browsing all 4791 articles
Browse latest View live