General • 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 ArticleCamera board • Re: Raspberry Pi 5 Camera Module 3 Not Working - Detected but...
I have the exact same situation, except on a Raspberry Pi 4. Everything else exactly the same. As above, the camera is registered and recognized when you execute libcamera-hello --list-cameras ....
View ArticleGeneral discussion • Re: Power Issues After a Spike
YesNoNo. But I think this would work: put a resistor across the output and measure current through it and an voltage across it. Keep replacing with smaller resistor until you start to see the voltage...
View ArticleBeginners • Re: NVMe memory
I've been using the following for more than six months without a single hiccup:Geekworm X1001 PCIe Peripheral BoardKingston NV2 500G M.2 2280 NVMe Internal SSDUsing PCIe 3.0, yielding both speed and...
View ArticleRaspberry Pi OS • Re: Converting DOC to PDF (In Pi OS)
LibreOffice will be the best you can manage on Linux. docx format still has some Microsoft-specific wrinkles, and MS is more likely to get the fonts correct than fontconfig ever will.Do you have...
View ArticleGeneral discussion • Re: RP2350 and Pico 2 released!
Well the B chip has more pins so quite likely on A chip those 4 extra ADC pins are not brought out.Statistics: Posted by fanoush — Thu Aug 22, 2024 10:47 pm
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 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 programming discussion • Re: 24 Minute Sun Simulation
Well, since the LEDs are addressable you only need one strip. The first "strip" is LED 0-401, and the second "strip" is LED 402-803. Or 803-402.I would certainly try running two strips in parallel,...
View ArticleBeginners • Re: Raspberry Pi 4 to 5 GPIO issue?
Hello,I run the program below on my raspberry Pi 4 and it works. I run the program on the Pi 5 and it fails. [ ... ]Any help would be appreciated.Dealt with 3 weeks...
View ArticleTroubleshooting • Re: How to Install a x86_64 .deb Package on Raspberry Pi...
I've given you all the advice I can, you can look pointlessly for a solution or await for someone else to help.Statistics: Posted by wildfire — Fri Aug 23, 2024 10:14 pm
View ArticleGeneral • Re: Help to find pins
However, the SDK does provide/encourage the use of board definition files as we've seen - the board definition file for Pico contains PICO_DEFAULT_SPI_SCK_PIN, but this isn't used anywhere in the SDK...
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
[quote=memjr][quote=gajit0 post_id=2246965 time=1724422017 user_id=434823]Also, pages that (I assume) never refresh, such as the settings page NEVER exhibit this problem.[/quote]The pages you have...
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