Beginners • Re: RPI 27w power pack spcs
In the general case I'm certain you're correct. But this thread is specifically about the official 27W PSU and that has a captive cable which I presume is suitably rated. Or it wouldn't be on sale.It...
View ArticleHATs and other add-ons • Re: HW RAID
My gut feeling at this time is that, as already syggested, OP is being cheap, has seen a few buzz words (EXSi, hardware RAID), seen a couple of "funky" products, but hasn't done their own (basic)...
View ArticleGeneral • 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 ArticleTroubleshooting • 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 ArticleTroubleshooting • 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 ArticleGraphics, sound and multimedia • Re: Play spotify offline on a raspberry pi,...
as far as i know they are possibleStatistics: Posted by JaylaMejia — Sat Sep 14, 2024 1:57 am
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 ArticleAutomation, sensing and robotics • How to control low voltage AC motors
I'm looking to control four of these from an RPi: https://ecojay.com/uploads/1/3/5/5/1355 ... _specs.pdf. I need to deliver power to either the "open" or "close" terminal, and read the state from the...
View ArticleBeginners • Re: Problems with Pico SDK for new users
I mean no disrespect with this, but it sounds like a user issue to me.This is usually the case with every post I've seen around here with someone saying the get errors, but for some reason don't tell...
View ArticleGeneral discussion • Hostapd in a pc... i cant connect that Wifi with a RPI...
So... im going crazy here.This is my hostapd.conf in the linux server (the one creating the Wifi):Code: sudo cat /etc/hostapd/hostapd.conf 1 ✘...
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 ArticleRaspberry Pi OS • Re: I can't watch youtube or imdb videos on chromium browser
firefox can not set full window mode.i don't followfull window ? F11 ?Statistics: Posted by kerry_s — Sun Sep 15, 2024 12:25 am
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
Since Rpi5 no longer supports the "Alternate Load Mechanism" that uses recovery names, some files have had to change names and the documentation has unfortunately not quite kept up to date. Since...
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 • Re: arecord: pcm_read:2221: read error: Input/output error
I installed Bullseye and it worksThank youStatistics: Posted by casuc — Sun Sep 15, 2024 2:41 am
View ArticleOther programming languages • Re: C# on a raspberry Pi?
I created an APT repository of packages that can install .NET runtimes and SDKs on Raspberry Pis. This is an alternative to building a self-contained app or manually installing .NET using the...
View Article