Troubleshooting • Re: RPi5, USB3.0 and Interference with local GPS
Thanks for the reply. The project I had been using the GPS with was using USB2 devices, thus I did not notice the impact. Recently we upgraded to a USB3 peripheral as they no longer made it in USB2...
View ArticleGeneral • Re: RISC-V start of executable, interrupt vectors
Am I correct that one has to use the the 1BS_ENTRY_POINT Meta Block in the image to determine where execution should start and how the stack is initialised ?Yes. The use of the vector table to provide...
View ArticleGeneral • Re: Pico2 and SWO
We have a TPIU with a 4-bit DDR output. As far as I am aware it does not support SWO, based on the css600_tpiu_DEVID definition in the SoC-600M reference manual here:...
View ArticleTroubleshooting • Re: RPI-Clone & Bookworm
Hello, had to run some errands, and now returning. Suggestions appreciated!1. Good catch with version mis-match and I re-downloaded rpi-clone:[codesha256sum $(which...
View ArticleGeneral discussion • module camera v2 is not recognized
Good afternoon, I would like to know if someone can help me with this problem I have.My raspberry pi 4 does not recognize the v2 camera module in any way, I tried with two cameras and it does not work...
View ArticleBeginners • Re: Can I plug a 5V USB fan into the Pi's own USB port?
I've had at a 40mm noctua usb fan running off rpi4 usb port for years. It's big enough to be very quiet even though it is running flat out. One is rested on top of one of those "sticklebrick" metal...
View ArticleTroubleshooting • Re: [Bookworm] Pi Won't set Wi-Fi country code
I can only confirm to see the same problem:Code: $ sudo raspi-config nonint do_wifi_country DK$ sudo raspi-config nonint get_wifi_country -> DK which is correct$ iw reg getglobalcountry DK:...
View ArticleSDK • Re: Latest VS Code extension: error with example project
I'm not certain if this is significant or not, but it appears the when detecting tools the system python v3.8.2 is found (see end of code block, below). The python version installed with the extension...
View ArticleSDK • Re: Another cmake question - sorry
Something likeCode: target_compile_definitions(your_lib_name PRIVATE PICO_HEAP_SIZE=$<IF:$<STREQUAL:PICO_PLATFORM,rp2040>,0x2000,0x4000>)Statistics: Posted by kilograham — Thu Aug 22, 2024...
View ArticleGeneral discussion • Re: Power Issues After a Spike
Discard your existing surge protectors. Most of them are only good for one major surge. They will have died doing their duty. (They'll still probably be just fine as power bars...but don't rely on...
View ArticleBeginners • Re: NVMe memory
Some clearly on part of the user's concept. One Amazon 1 star comment said they broke the FPC cable socket and it is "clearly not designed" for human finger. Well, there is concept of tools for these...
View ArticleOff topic discussion • Re: man jailed for faking his own death in a bid to...
What is the relevance to Pis? Did he use one (article doesn't say)?Now in relation to the article in question...if only political campaigns would check vital records updates and quit sending...
View ArticleTroubleshooting • 100% virtual memory
Hi, Ive set up a Pi 5 as a home server/NAS. It’s runs several services including:ApacheSMBMariaDBPlex Media ServerDHCPVPN serverTP-Link Omada ControllerJRiver Media CenterAfter about a day or so of up...
View ArticleGeneral discussion • Re: Pi pico problem with the button
With the fixed sleep period you can’t change then running in a single thread is not practical. It sound like you need to use both cores and run button 1 detection on one and two on the other. See...
View ArticleSDK • Re: picotool 2.0.0 is installed, cmake says it can't find it...
Well, I guess this is it - https://cmake.org/cmake/help/latest/com ... ckage.html - mostly a black box which provides no obvious means to tell what it's actually doing as it progresses when called...
View ArticleGeneral programming discussion • Re: Using RTC time in Rasberry Pi Programs
I am not sure about the Pico I suppose the Pico being an MCU it has to be interfaced with a zero, pi, pc for it to get the time through interface. The zero and pi would be connected to internet always...
View ArticleBeginners • Browser page jumps position on refresh
I have a problem with the internet browser chromium jumping position after scrolling down any page. It seems to do this on every page that is larger than one screen, when the page refreshes or reloads...
View ArticleGeneral discussion • Re: 3A+ no longer works with touchscreen
New versions often require new firmware for the distribution. See the products' PCN, I think this is the one you need Pi 3A+ Revision 2 PCB:https://pip.raspberrypi.com/categories/816-pcnStatistics:...
View ArticleBeginners • Re: Browser page jumps position on refresh
memjr wrote: "The pages you have issues with, do they auto refresh? That could cause that. When pages refresh, they usually will go back all the way to the top (unless programmed not to do so on...
View ArticlePython • Re: Raspberry pi 5 with DHT11
You might have a bad sensor. I once purchased 10 together and 2 of them were bad. One just did not work at all and the other one would frequently not work.Get another one, if it works, then you'll...
View Article