SDK • How to distinguish between rp2350A and rp2350b in software
What is the approved mechanism for determining if firmware is running on the 60 or 80 pin chip? ThanksStatistics: Posted by matherp — Tue Aug 13, 2024 5:40 pm
View ArticleBeginners • Re: Raspberry Pi 5 connector with 2 leads
I tried connecting these to the buck converter, but it wouldn't power the Pi, even when I swapped the wires around the other way, it still wouldn't work.Is it the USB-C connector cable you are talking...
View ArticleNetworking and servers • Re: Network Equipment Monitor
If you have customers with Windows clients, with the OS reporting a network connectivity issue, you may find the following informative.https://learn.microsoft.com/en-us/windo ... i-overviewIt's also...
View ArticleGeneral • Re: Wanted - RP235X RISC-V UF2 file
If you're having trouble installing the toolchain -- you can try the Web IDE, I have updated it to support Pico2, with both M33 and RISC-V.More details in this forum post:...
View ArticleGeneral discussion • Just a small question
I'm following a project it requires PN2222 npn bipolar transistor but i have a transistor that i think it would work the transistor i have has these written behind of it 2N 2222 A331 can i use it for...
View ArticleTroubleshooting • Location of fan1_input
I can see the fan speed on a Pi 5 in an official case by reading Code: /sys/devices/platform/cooling_fan/hwmon/hwmon?/fan1_inputSo far I have observed ? to be 1, 2 or 3 after rebooting. Is that value...
View ArticleSDK • Re: Help needed for Building RISC-V Compiler
Like I mentioned on your other thread about RISC-V, you can try the web IDE which has a functional RISC-V compiler: viewtopic.php?p=2234410I think it might be easier to just download a build a use...
View ArticleGeneral discussion • Re: Just a small question
Yes.Statistics: Posted by drgeoff — Wed Aug 14, 2024 5:20 pm
View ArticleOther RP2040 boards • Re: Breadboard friendly RP2350B board?
The castellated edges with 2mm pitchIf so, not so bread-board friendly - Apologies for misleading you. I could have sworn I'd seen an image of it plugged into a breadboard.Statistics: Posted by hippy...
View ArticleC/C++ • Re: Picotool v2.0.0 is built, but not seen by cmake
Created as an issue here:https://github.com/raspberrypi/pico-sdk/issues/1818and PR created.Statistics: Posted by shabaz — Wed Aug 14, 2024 5:41 pm
View ArticleTroubleshooting • Re: Location of fan1_input
Why is it of interrest?Yes, can vary, depending which other devices of your setup have hwmon capabilities.Below is a setup where the NVMe temperature sensor is there in additionCode: pi@Pi5-4-SN530:~...
View ArticleSDK • Re: How to distinguish between rp2350A and rp2350b in software
That works for runtime determinationboard headers should also set `PICO_RP2350A=1` for the QFN60 packageStatistics: Posted by kilograham — Thu Aug 15, 2024 5:05 pm
View ArticleGeneral • Re: RP2350 RISC-V qustions
Yup; the processor starts in the architecture based on the OTP settings (except for a soft reset where the register is used)If the bootrom finds a bootable binary for the other architecture first, and...
View ArticleTroubleshooting • Re: Ethernet connection only works through switch, not direct
Setting the speed with ethtool fixed it. Thank you so much!Statistics: Posted by laser14 — Thu Aug 15, 2024 5:11 pm
View ArticleBeginners • Re: OS documentation for omitted Linux commands?
Code: sudo apt upateapt-cache search * > pacakges.txtNow look at the contents of packages.txt and for any given package in there you can look it up and find what's included in each of them here...
View ArticleGeneral • Re: Raspberry Pi Pico W UART FIFO Buffer RX IRQ
Note that uart_set_irq_enables() enables the rx timeout interrupt as well as the rx interrupt.Is it possible that there's a delay (>32 bit times) after the first byte, and the timeout is...
View ArticleCamera board • Re: Minimal way of RTSP or MJPEG streaming from Pi ZeroW...
On a pi3 running Bookworm LITE 32-bit, I installed ffmpeg then used it to stream the built-in testsrc to my nginx based RTMP server: Code: ffmpeg -f lavfi -i testsrc -pix_fmt yuv420p -f flv -c:v...
View ArticleC/C++ • Re: Visual Studio Code setup for Raspberry Pi
Yes, I have tried that.... It didn't help much.Statistics: Posted by ttu_Don — Thu Aug 15, 2024 5:44 pm
View ArticleMicroPython • Re: Pico 2 Micropython problem
It may just be an issue with pico2 with Thonny on Window, as on my Mac it auto connects OK. Admittedly this was with a pico 2 plus from pimoroni and with a pimoroni uf2 build, but it must be based on...
View ArticleSDK • Re: Missing .hex file with pico_add_extra_outputs() [Workaround Found]
Added a GitHub issue: https://github.com/raspberrypi/pico-sdk/issues/1829Statistics: Posted by ecurtz — Thu Aug 15, 2024 5:57 pm
View Article