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 ArticleGeneral • 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 ArticleBeginners • 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 ArticlePython • 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 ArticleBeginners • 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 ArticleGeneral • 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 ArticleBeginners • 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 ArticleOther 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 ArticleGeneral 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 ArticleRaspberry 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 ArticleGeneral 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 ArticleGeneral • 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 ArticleBeginners • 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 ArticleTroubleshooting • 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 ArticlePython • 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 ArticleTroubleshooting • 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 ArticleGeneral 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 ArticleGeneral 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 ArticleGeneral • Re: PICO 2 - Corrected version availability?
This still allows you to ask for a refund on any Pico2 you have purchased because you were not aware of the errata at the time of purchase and hence it was discovered to not be suitable for your...
View ArticleFrançais • Re: Configuration d'un VLAN privé sur un Raspberry Pi avec un...
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