Device Tree • Re: Enabling dtparms in dtoverlay
but also need to set dtparm=i2s=on.Are you sure about that? Show me the differences with and without that setting.Statistics: Posted by PhilE — Thu Aug 29, 2024 7:32 pm
View ArticleTroubleshooting • Re: Raspberry pi imager keeps corrupting sd card
Thanks for the replies!I’m running windows 11 and the 1.8.5 imager(run as administrator).I’m using a strontium usb-a to micro sd card reader so that could be the culprit? Also whenever the window...
View ArticleMicroPython • Re: Sleep mode?
I'm doing this with my pico solar.The thing is that in sleep mode the current is around 2ma. This is why i'm using 2 little solar panels with a small lithium battery.I never had problem with the power...
View ArticleGeneral • Re: PICO 2 - Corrected version availability?
The errata causing most comment are actually pretty minor, but are giving rise to comment mainly because they compromise backwards compatibility with Pico1.I disagree on both counts. The problem does...
View ArticleGeneral • Re: Apparent issue found with Always-On Timer on the RP2350
One thing that seems interesting is that it seems in these cases to roll back the time to the previous minute, when there is no good reason that the Always-On Timer should care about minutes. (The one...
View ArticleTroubleshooting • Re: Pi5 wlan0 disappeared
Is there anything in here? 'grep brcm /etc/modprobe.d/* 'Or here? 'grep wifi /boot/firmware/config.txt'Statistics: Posted by bls — Fri Aug 30, 2024 7:37 pm
View ArticleBeginners • Re: Raspberry pi 5 active cooler not spinning
How many posts on your cooler do you want to open? What is different here compared to viewtopic.php?t=375887 ?You do realise that you're pointing to the top post in this topic ?????Statistics: Posted...
View ArticleRaspberry Pi 400 • How to Provide Power from Desktop Power Supply
I am not sure this is the correct group, but I couldn't find a hardware group specific to the Zero 2 W. I have a Raspberry Pi Zero 2 W. The first USB connector only supplies power. I can see that on...
View ArticleBeginners • Re: Real Time Clock on Pi 5
The RTC helps with keeping the time while the RPi is powered off. Both internal and external RTC does that.What kind of periods are you looking at - what speed is your problem running at?C++ has...
View ArticleRaspberry Pi 400 • Re: How to Provide Power from Desktop Power Supply
I am not sure this is the correct group, but I couldn't find a hardware group specific to the Zero 2 W. I have a Raspberry Pi Zero 2 W. The first USB connector only supplies power. I can see that on...
View ArticleAutomation, sensing and robotics • Re: Input/suggestions on a dc motor...
I would use a microcontroller, not a Pi. On this forum a Pi Pico would be recommended, but an Arduino would be sufficient.Step 1: Acquire microcontroller. Both the Pico and Arduino have easy to use...
View ArticleCamera board • Re: Using rpicam-vid to stream to YouTube (RTMP)
libcamera-vid is simpler to use and can stream directly to RTMP:Code: libcamera-vid --timeout 0 --inline --width 854 --height 480 --framerate 24 --bitrate 500000 --codec libav --libav-format flv...
View ArticleCompute Module • Re: The ethernet PHY is not working on my CM4 base board
The pinout you have for the magjack doesn't match the datasheet for the magjack.Statistics: Posted by dp11 — Sat Aug 31, 2024 7:27 pm
View ArticleGraphics, sound and multimedia • Re: PeppyMeter not working
There are four default resolutions provided with that disk image: 320x240 (small), 480x320 (medium), 800x480 (large) and 1280x400 (wide).You can set the resolution in the file config.txt. For example...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Can't find any Bluetooth devices
I'm going to have to compare your results with another 3B, but in the meantime:* Has it ever worked for you?* If so, have you changed anything?* If not, is that because this is the first time you have...
View ArticleTroubleshooting • No Echo Received
I'm receiving this warning: warnings.warn(DistanceSensorNoEcho('no echo received'))I've gone through quite a few forums at this point, rearranged the code a dozen times and tried every "this code...
View ArticleWanted • Help wanted to repair a Rpi 5
Hi folks! I ruined a brand new Raspberry Pi 5... When using a flat screwdriver to detach the active cooler, I scrapped off a smd component. Not sure, what it is, for me looks like a mos-fet? Dunno......
View ArticleAdvanced users • Re: How to downgrade bookworm kernel from 6.6 to 6.1?
No cookie? Statistics: Posted by Lomax — Sat Aug 31, 2024 7:54 pm
View ArticleTroubleshooting • Re: No Echo Received
I'm receiving this warning: warnings.warn(DistanceSensorNoEcho('no echo received'))I've gone through quite a few forums at this point, rearranged the code a dozen times and tried every "this code...
View ArticleSDK • I'm having trouble with SDK 2.0.0
I've been working with a different processor and development environment for a few months now, and have come back to Pico RP2040 to make some program mods to an existing project. I noticed a new SDK...
View Article