Media centres • Re: Peppy player
All disk images have been prepared using Pi 4. Do you have it by any chance? I'm not sure when I'll try Pi5.Statistics: Posted by peppy.player — Thu Dec 05, 2024 2:32 pm
View ArticleAdvanced users • Re: How to set communication between Raspberry Pi 4B and...
I'm sure that there is some message on Bus because I already send, so there will be some message on CAN bus.And the message type will be the X, Y, Z coordinates, and I ask here because I want to know...
View ArticleHATs and other add-ons • Re: Dell M.2 PCIe NVMe Gen 4x4 Class 25 2230 Solid...
Reading more I think this is a “backpower” issue and, interestingly, everything seems to work fine without the USB hub. Do I really need a powered hub for an NVME drive? Any way I could get some kind...
View ArticleGeneral • Re: Adding pico-extras library to VS Code
The solution was as follows:Add the following lines to CMakeLists.txt below the "include(pico_sdk_import.cmake)" line:Code: # We also need PICO EXTRASset(PICO_EXTRAS_PATH...
View ArticleCamera board • Re: What is Focus “locking Screw” used for on 6mm Lens ( Not...
Disappointing. Based on the info in your other post here's something that may be worth a try./quote]I have finally got around to setting up the equipment outside to get the answers you were looking...
View ArticleGeneral • Re: The debug probe seems flaky as hell
So technically it s not the probe that is flaky but the RP2040 itself, if it gets into state that SWD is not working.This would be solvable by adding RESET signal to the probe that would be connected...
View ArticleBeginners • Re: It wasn’t dead after all (pi 4 Doesn’t boot)
just FYI.the first thing i tell people to try when they say "it doesn't boot" is:- remove the SD card- power up- should get the diagnostic display (shown below)- if you don't a) check your cabling...
View ArticleTroubleshooting • Re: Why does my new RP5 die after 1 week
The on/off light on the front of the pi, rather than stay on and flash occasionally as it’s doing something, it starts to go off for quite a period of time and come back on,, and then eventually it...
View ArticleBeginners • Re: Silent bootup
look for a thread about "splash screen".example: viewtopic.php?t=379735&hilit=splash+screenothers have changed it... from the PI splash to something else.but. i don't know how to get rid of the...
View ArticlePython • Re: boolean conversion problem
Apologies. I included too much of the sentence when I assigned the URL control. Here's the correct link https://docs.vultr.com/python/built-in/binNo problem, and thanks for the corrected link, it's an...
View ArticleGeneral • Re: How to set up Geany for pico/pico_w
I don't use openocd or picoprobe, but I do use Linux Mint. I compile and upload from the command line. I'll share my scripts, in case someone might find them useful.Full build (when files have been...
View ArticleMicroPython • Re: PicoW MicroPython project: I added a bunch of debug lines...
I had no sense of what was going on behind the scenes of MicroPython. I has always viewed it as a complete project that has basically fully stabilized.It does get presented that way, and for the most...
View ArticleBeginners • Re: Epiphany Web browser refuses to display local Web sites
Appears to be related to this https://bugs-devel.debian.org/cgi-bin/b ... bug=783579Statistics: Posted by pidd — Fri Dec 06, 2024 2:49 pm
View ArticleTroubleshooting • Re: Network is unreachable
it says Their is no dhcpd.serviceStatistics: Posted by colingus1234 — Sat Dec 07, 2024 1:21 pm
View ArticleAdvanced users • Re: NUMA Testing
I am not so concerned about the overall performance improvement of the Pi 5, as I am trying to understand the memory impact here:Code: | NUMA / Threads | 1 | 2 | 4...
View ArticleDevice Tree • Re: Writing a DTS file for the audio codec.
Any references to write a DTS file is also appreciated!Statistics: Posted by electronics_enthu — Sat Dec 07, 2024 1:50 pm
View ArticleGeneral discussion • Re: Air holes for the official case (results)
The air is being blown through the heatsink, why would it go through your holes ?Maybe if they were in the end of the case?Statistics: Posted by gordon77 — Sat Dec 07, 2024 1:56 pm
View ArticleOther RP2040 boards • Re: RP2040 USB host for composite device
TinyUSB has some example for the host and pico-examples has it pulled as well: https://github.com/raspberrypi/pico-exa ... dc_msc_hid. You can ditch msc and hid for clarity. It might be a good...
View ArticleGeneral • Re: PT52-Lua The Modern Retro computer
It seems gcc 13.2.1 does not compile your code right.It might be those warning you got, It's doing something different that the compilers I've tried.From board.hFYI, I tried to add this to...
View ArticleGeneral discussion • Re: What Will Happen to Raspberry Pi Zero 2W If You...
Connect one power supply only then you're good for sure!Statistics: Posted by aBUGSworstnightmare — Sat Dec 07, 2024 2:37 pm
View Article