General • Re: SYSINFO:CHIP_ID value ?
I couldn't see anything which allows code to accurately determine if it's running on a RP2350 or RP2354.Do you really want to know if it is a RP2350 or a RP2354 or do you want to know how much FLASH...
View ArticleRaspberry Pi Connect • Re: Copy files from remote Pi
https://magic-wormhole.readthedocs.io/e ... ml#exampleIt appears to work in a similar way to Connect (different technology, but some parallels). There’s a provided public service where the engagement...
View ArticleNetworking and servers • Re: Docker/Nodered can't reach other devices on...
Docker manages its own network unless you configure containers with network: hostDocker usually will create a docker0 network bridge device to let containers communicate with each other if...
View ArticleGeneral • RP2350 SSP/XIP Block Transfer Examples
Hi, I'm porting my video demo code from the RP2040 to RP2350 and the last bit to get working is where I'd used flash SSI/DMA block transfer for streaming bitmaps.It seems the examples in the new SDK...
View ArticleGeneral • Re: RP2350 SSP/XIP Block Transfer Examples
I also request for an example Being lazy just before midnight I recall from my memory (might be wrong), that for 2350 streaming from XIP can get as fast as QSPI interface, but turning off XIP to save...
View ArticleCamera board • Problem Running NVO Ninja on Bookworm Pi 5 - GstWebRtc
I am running Bookworm version 12 on a Pi 5. I want to run NVO Ninja for a web cam but have hit problems.I followed the instructions on this page, but when I ran the test python program, I got the...
View ArticleGeneral • Re: Official RP235xB boards?
If you really want an RP2350B board, other vendors make them, such as the Pimoroni Pico Plus 2. (However, I must warn you that even though the Pico Plus 2 uses an RP2350B, it does not expose all of...
View ArticleC/C++ • Re: Someone from another forum is pulling my leg
It would be good to know what C++ program you are using, Sorry I did not make it clear. So it looks like, before you start a project that could unknowingly potentiality use a big number, to run the...
View ArticleRaspberry Pi OS • Re: Some issues with labwc.
2. They just don't enable them in their "Pi look and feel" default configurations. Every Pi I've had has had multiple virtual desktops / work spaces.PeterOStatistics: Posted by PeterO — Sun Sep 08,...
View ArticleGeneral • Re: RP2350 arm floating point support
As I understand it, it has 32 single precision floating point registers, on which single precision operations, including division and square root can be performed. Pairs of these registers may be...
View ArticleGraphics, sound and multimedia • Re: digital dash using raspberry pi 4
Could a small powerbank solve this issue? It offers a constant output voltage regardless of input voltageMost of them bring their own issue. Cannot be charged and give output...
View ArticleBeginners • looking for a program
In the old DOS days I had a program called PC-Tools, does a similar program exist for Raspberry OS? I have a problem with a memory stick/thumb.Statistics: Posted by Joop99 — Sun Sep 08, 2024 9:18 pm
View ArticleBeginners • Re: looking for a program
In the old DOS days I had a program called PC-Tools, does a similar program exist for Raspberry OS? I have a problem with a memory stick/thumb.It is difficult to imagine a DOS PC being able to do...
View ArticleGeneral discussion • Re: Traditional Rules-based AI vs present day development
Raspberry Pi content/relevance?to be run on RPi hardware that is 5Watts for 24 hours.Statistics: Posted by David16962 — Mon Sep 09, 2024 9:10 pm
View ArticleTroubleshooting • Re: Odd forum problem?
I don't read most of the posts but I occasionally respond to one. If I log in in the morning and there are 4 or 5 pages of posts and I respond to one on the first page, I've lost all the other 4...
View ArticleGeneral discussion • Jack Server not accessible as Service User
Hello,keeping it short. The Jack Server used for Audio Outputs cant be accesses as service aka root:https://discourse.nodered.org/t/can-not ... exec/90820This happen with bookworm from what i haven...
View ArticleAdvanced users • Re: Throttling mechanism on Pi OS question.
The thermal and under-voltage throttling is implemented in the firmware in the boards SPI flash. It's independent of the OS.Different operating systems may have different CPU performance governors...
View ArticleGeneral discussion • Re: RPi 5 as a desktop daily driver?
Is there any repair option for a failed Raspberry Pi other than a complete replacement?Not really, except to replace generic and non-proprietary components.But I don't see Pi competitors or NUC...
View ArticleAI Accelerator • Re: Coral Accelerator
ModuleNotFoundError occurs when a library is missing. Please check if you have installed all the libraries (pycoral.adapters and other libraries that you are using) properly. Something is missing I am...
View ArticlePython • Re: Is Python on a Pi4 fast enough to generate a monochrome video...
VGA is colour though. Do you know if it can be configured to output any of the older monochrome signals? VGA is also analog, I need TTL (digital0.I'm sure it could be modified for older timing, being...
View Article