Beginners • 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 ?????weird! OP has made...
View ArticleGeneral • Re: Pico W pull-up voltage gone
But, GHP,My presently wired Pico W has 3+ of unused inputs that I can substitute for the three damaged ones.I can use them? But I will try to avoid surge damageWorth a try, but damage to chips can...
View ArticleGraphics, sound and multimedia • Re: PeppyMeter not working
config.txt - peppymeterCode: [current]meter = randomrandom.meter.interval = 20meter.size = widescreen.width = 1280screen.height = 400exit.on.touch = Falsestop.display.on.touch = Falseoutput.display =...
View ArticleSDK • Re: RP2350: systick gotcha - FYI
interesting; yeah; i mean the code is slightly bogus, since it sets the counter to zero, then reads it back expecting it to be non-zero, but the reset to value other than zero only happens on the next...
View ArticleTroubleshooting • Re: Windows 10 accessing SAMBA share on Pi 5 with Bookworm...
Maybe you can find a solution here:viewtopic.php?t=200482Statistics: Posted by deepo — Sat Aug 31, 2024 9:43 pm
View ArticleGeneral discussion • Re: Delete my account please
You need to email info@raspberrypi.com to ask for your account to be deleted.Statistics: Posted by trejan — Sat Aug 31, 2024 9:46 pm
View ArticleGeneral • Re: Issue with Always-On Timer on the RP2350
out of curiosity what registers were you touching; i had tried something similar (doing a watchdog reset, and noting that the clock was not reset) and it worked fine, which is why i assumed you were...
View ArticleC/C++ • Re: Writing in file Pi Pico
Have a look at this thread:viewtopic.php?t=317332Statistics: Posted by deepo — Sat Aug 31, 2024 9:48 pm
View ArticleCamera board • Re: IMX290/IMX462 Connecting to rpi5
I encountered the same issue with the IMX290 on Raspberry Pi 5 running Bookworm: 'Failed to start streaming: Remote I/O error.' However, I noticed that it starts successfully every other time (after...
View ArticleGeneral • Re: RP2350 Errata E9 and PIO
Somehow RPI has not been able to replicate this yet, but at this point it seems pretty obvious that there is a serious problem.That does feel strange when multiple people say they have demonstrated...
View ArticleTroubleshooting • Re: fresh install bullseye on pi3, disable-bt causes sysrq;...
Curious about this; I just had to fish out the MicroSD card from a Pi3B+ on which I had set Code: dtoverlay=disable-wifidtoverlay=disable-btin /boot/firmware/config.txt. It would not boot with these...
View ArticleGeneral • Re: RP2350 USB Data over GPIO?
As I understand - it is not possible what you think about: USB_DP and USB_DM are just and only on fix dedicated pins you CANNOT reroute USB_DP and USB_DM to another pin (e.g. using USB on some other...
View ArticleBeginners • Re: How to resolve "PackageKit daemon disappeared"?
Likewise, I saw this message after triggering an update using the notification icon on the taskbar. I tried doing it again and it worked OK the 2nd timeStatistics: Posted by tkonan — Sun Sep 01, 2024...
View ArticleTroubleshooting • Re: getting OSError: libbcm_host.so: cannot open shared...
Pretty close, only there never was a "pi" user on this system.If its Raspberry Pi OS then it always has a pi user as its part of the OS image. It gets renamed to your choice of username. Any...
View ArticleGeneral • Re: RP2350: wiring for external DVDD supply
As I understand:the RP2350 has an internal SMPS to provide the power for the internal core (needing an external inductor).This is used to provide 1V1 to the MCU core.In addition, you have some other...
View ArticleGeneral • Re: A tiny Raspberry Pico shell with flash file system, vi, and c...
It seems these functions are already listed in https://github.com/lurk101/pshell/blob/ ... c_extrns.h.Yes, correct. In addition there are a number of unlisted, mostly floating point conversion and...
View ArticleGeneral • Re: Sometimes an interrupt is activated twice, why?
Sorry, no real clue about this particular issue, just raising questions...I assume, INT signal is Open Drain out (from chip), you have a pull-up. Is it a very weak pull-up (internal) or a stronger...
View ArticleOther projects • Re: Thermal printer for photobooth printing too dark
On the screen u can see urself before it prints for a few seconds…I am in a very well lit area the pictures were coming out fine before just super light so I changed the paper inside to a better...
View ArticleGeneral • Re: What limits maximum external clock freq on GPIN0/1?
Here, how I would think about your issue:I assume to use a RP2350 (new one) with 150 MHz internal core clock frequency.A) so, if I would use a PIO to sample this GPIO, I would need two instructions to...
View ArticleTroubleshooting • Re: Raspberry pi5 and power on from gpio 3
Changing POWER_OFF_ON_HALT from 0 to 1 in the Raspberry Pi EEPROM configuration means that when the Pi halts, the PMIC will power off the 3.3V rail, effectively cutting power to most of the board....
View Article