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 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 ArticleAutomation, sensing and robotics • Re: how do lgpio interrupts / callbacks...
There is no such thing as interrupt handling in Linux userspace - interrupt handling is all done within the kernel. The gpiochip device API makes edge events available which will wake the waiting app...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Connecting a DSLR Camera with USB-C...
Why don't you use a Pi4/Pi5? You can configure USB-C to OTG and use a straight USB-C cable?https://www.adafruit.com/search?q=DIY%2 ... le%20PartsI'vew never tested the USB cables, so don't know what...
View ArticleTroubleshooting • Re: IMX477 Camera Dropout Issue with Custom Carrier Board...
Think you are in the wrong forum!Statistics: Posted by aBUGSworstnightmare — Sat Sep 14, 2024 6:03 am
View ArticleBeginners • Re: Is my pi zero 2w broken?
did you put an OS onto an SD card?Statistics: Posted by cleverca22 — Sun Sep 15, 2024 4:01 am
View ArticleSDK • rp2350_chip_version assert - manufacturer ID mismatch?
I've been working on RP2350 (Pico 2 board) bringup for some of my existing RP2040 projects. I've discovered a strange behavior, calling rp2350_chip_version from src/rp2350/pico_platform/platform.c,...
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 ?not F11, in view window right down little icon 'full mode'.Statistics: Posted by cjan — Sun Sep 15, 2024 4:44 am
View ArticlePython • Re: What is the official Raspberry Pi library for accessing GPIO...
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 ArticlePython • Re: How to code remotely raspberry pi zero W
Hello,I've tried to connect studio code via ssh to raspberrypi zero w in order to code and deploy remotly, but the architectur in not compatible. Is there a manner in order to do this? other...
View ArticleGeneral discussion • Re: Heatsinks
Ask the seller of that kit.Statistics: Posted by aBUGSworstnightmare — Sun Sep 15, 2024 6:07 am
View ArticleAdvanced users • Re: Pi5 and dual HDMI touchscreens
See viewtopic.php?t=376569Statistics: Posted by aBUGSworstnightmare — Sun Sep 15, 2024 6:09 am
View ArticleGeneral discussion • Re: Where are the Vulkan examples or is this purely...
They have a chronic problem with deleting my posts, especially true when the moderators don't like what I have to say.Strange. I've always found the moderators quite fair here.We are. Very fews rules,...
View ArticleHATs and other add-ons • Re: Set raspberry pi 5 fan in 0-100 range
You can integrate your own fan curve. Lots of discusssions on that aroud the forum. Fan is controlled via hwmon as as pwm-fan compatile. Duty cycle for that is 0 to 255. So your GUI will have to...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: bookworm, rpicam* to DRM/mipi-dbi-spi...
Seach my post related to mipi-dbi-spi.Searching ST7789V will i.e. take you to viewtopic.php?p=2154931&hilit=St7789v#p2155250Statistics: Posted by aBUGSworstnightmare — Sun Sep 15, 2024 6:22 am
View Article