Troubleshooting • Re: Overcurrent on Raspberry Pi 5
Okay, you have a 3A power supply which limits USB current to 600mA. Best solution is to get a RPi PSU for Pi5, which is capable of 5A and will negotiate a higher USB current limit.n Alternatively you...
View ArticleSDK • Re: How to disable all interrupts and freezes on core1?
Can you share the code for the core 1 loop?I thought a lot about PIO machines but I didn't think it would be quite fast enough, and tricky with the bit shifting required. Here is the code with...
View ArticleGeneral • Re: Execute from SRAM
So the first way I tried is just calling the entry function just like any other c function: "ThirdStageMainFunc();". Maybe "jump" was the wrong term, but rather just a standard subroutine call. And...
View ArticleAutomation, sensing and robotics • Re: Run Function When Battery is Low
I think it would be best if I reach out to Waveshare for assistance with this. It's probably a safer option, as I wouldn't want to accidentally cause any damage. Thanks for the help!Statistics: Posted...
View ArticleGeneral discussion • Re: RPi 5 as a desktop daily driver?
Maybe i misunderstand the term "daily driver".That's the fundamental problem; what the heck does anyone mean by "daily driver" ? If we don't know what that means, then any claim that a Pi can be used...
View ArticleGraphics, sound and multimedia • Re: Raspberry pi 5 camera green/pink
Are you using Raspberry Pi OS 64-bit with desktop (not RTOS) or something else?Statistics: Posted by neilgl — Sun Apr 21, 2024 10:57 pm
View ArticleOff topic discussion • Re: 4mm DAT drive on a Pi
Some are HP, some are Digital (TLZ06 and TLZ07). Since I worked for DEC at the time, guessing that they were written on a DEC TLZ-something drive.The 3 mail tapes are labeled as tar format. The...
View ArticleAdvanced users • Re: Why does the sd card copier require a desktop environment?
I know this nice tool and helped to get it working again on Bookworm So, this thread was more of a comment than a question?Statistics: Posted by scruss — Sun Apr 21, 2024 11:01 pm
View ArticleHATs and other add-ons • Re: GPIO hat breakout pins?
Thanks for the links! For the record I have tried 2 separate power supplies one for the pi and the other for just the touchscreen.. still got voltage warnings... I have tried so many different things...
View ArticleRaspberry Pi OS • Re: RaspberryPi 4 on 32bitOS returns incorrect information
Thanks for the info. So I should use Code: getconf LONG_BIT instead of Code: uname -m to know exactly the number of bits in the OS that is running.Statistics: Posted by kitamura_design — Sun Apr 21,...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Raspberry Pi-5 DSI Interface...
Do we have a set of parameter available for DSI configuration? This is what I saw in DPI, do we have something similar for DSI? https://www.raspberrypi.com/documentati ... -interfaceStatistics: Posted...
View ArticleUbuntu • Re: Getting Ubuntu Server to configure, I think
Boy am I lost. Sorry for being in the wrong group. Thanks for the reply. I did ask AI about it, and this what it said. I'm finding that I must be using the 'latest' version of Pi Image and much of the...
View ArticleBare metal, Assembly language • Re: Accessing ISP functionality on Raspberry...
Maybe all that stuff is just disabled.there are signs of the ancestors of the chip being mobile SoC's, and it has a lot of power management stuff, and the ability to turn off large chunks of the chip...
View ArticleTroubleshooting • Re: unable to acces samba share
Thagrol - 100 likes from me for you patience on this issue. Can we ever walk away from the Msft legacies?Statistics: Posted by Doug_ — Mon Apr 22, 2024 11:14 pm
View ArticleGeneral discussion • Re: ZERO - Add RW Storage when /boot and / are read only
Wonderful! Thanks @thagrol. You provided the steps I hadn't thought of yet.Statistics: Posted by DS256 — Mon Apr 22, 2024 11:22 pm
View ArticleTroubleshooting • Re: Overcurrent on Raspberry Pi 5
I tried the new power supply and it didn't fix the problem. So I'll just buy a new one.Statistics: Posted by bluepig600 — Mon Apr 22, 2024 11:35 pm
View ArticleBeginners • Re: Self built NAS - how to backup PC, iPhone, iPad
Your easiest option for backing up from PC is almost certainly an existing product/project that supports backups to a NAS.Sorry I don’t think I follow when you said an existing product/project. Are...
View ArticleGeneral discussion • I build a linear PSU for the RPi5 for use in high end...
John Tucker of Exemplar Audio did the work. He was taken aback by how great of a media server the RPi5 is (running LibreELEC), even when compared to $$$$ audiophile media servers. After some...
View ArticleGeneral discussion • Re: Programming six RPis to automatically take a photo...
All very doable. I take a picture of my waterfront and upload it to a web site every 20 minutes sunrise to sunset.You didn't say if you wanted to do this in a programming language or something like a...
View ArticleBeginners • Re: Help Choosing the Right Raspberry Pi Zero for My LCD Screen
One observation is that the ZERO only has 512MB of memory. Personally I run ZERO with a 32bit OS that is headless (lite). If you do find out what make the LCD screen is, you may want to consider a...
View Article