General • Re: Problems with battery driven Pico
Is the program correctly shutting down in the morning or is the battery going flat before that happens?Statistics: Posted by pidd — Thu Aug 22, 2024 8:18 pm
View ArticleOther programming languages • Re: JavaScript graph library, for embedding and...
Long time no update on planar_graph_playground repo.Recently I worked on planar graph 6-coloring again, will create a Boost C++ graph library pull request:viewtopic.php?p=2246134#p2246134( I like...
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 ArticleGeneral discussion • Re: Raspberry Pi 5 discussion thread
I suspect expectations inertia is the reason, among those grumbling. IIRC there was a time ~8-10 yrs ago when people like me perceived the Pi as the clever hub of a parts bin computer. You added your...
View ArticleGeneral • Re: RISC-V start of executable, interrupt vectors
Many thanks. I had never found anything which definitively said where RISC-V execution should start so my own code generating tools assume the start of RAM or Flash and places a 'j _power_on_reset'...
View ArticleTroubleshooting • Re: sudo apt upgrade failing
me2. using --fix-missing installs everything but firmware-misc-nonefree.Statistics: Posted by AvJoe — Thu Aug 22, 2024 8:30 pm
View ArticleTroubleshooting • Pi 4B can't read USB partition as FAT (unable to boot)
I have a SATA SSD via a USB adapter. The adapter isn't powered, but I have tried a powered adapter with the same result. The SSD has an installation of openSUSE Leap on it. More specifically, there's...
View ArticlePython • Re: Running PyAudio Script On Startup Issue
I got it to work! I read your famous boot.pdf and it helped a lot! I created a .desktop file with the following lines:Code: [Desktop Application]Type=ApplicationDescription=run scriptExec=python3...
View ArticleOther projects • Re: Obscreen Studio - Digital Signage for the Raspberry Pi
Hello everyone, no responses yet but that's okay. Today, I'll update you on the latest features:- API- Dynamically display content stored on a USB key- Schedule a slide for specific days of the week-...
View ArticleNetworking and servers • Re: Control Raspberry Pi Via Networkless Interface
“ If running a web server would enable me to connect remotely and control the audio output from the Pi, I would consider setting one up.”See my post above, where I run a webserver and play audio using...
View ArticleBeginners • 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. It uses a HC SR-04 ulrasonic Transmitter / Receiver and it fails. I've been told that the...
View ArticleBeginners • Re: Raspberry Pi 4 to 5 GPIO issue?
RPi.GPIO does not work on Pi 5.A great many things that run on Pi 4 will not run on Pi 5.There were quite a few breaking changes from the Pi 4 to the Pi 5.Pretty much anything coded in Python to...
View ArticleTroubleshooting • Re: How to Install a x86_64 .deb Package on Raspberry Pi...
It would help if you told us what "this x86_64 .deb package" is and why you believe you need it.It is a driver for a graphic tablet "HuionTablet_LinuxDriver_v15.0.0.162.x86_64" I can use the tablet...
View ArticleNetworking and servers • Re: Network Manager fallback to zeroconf
Upstream there is some work in progress, see https://gitlab.freedesktop.org/NetworkM ... ssues/1555and https://gitlab.freedesktop.org/NetworkM ... uests/1980For my use case (P2P Ethernet connection...
View ArticleRaspberry Pi OS • Re: Please remove broken mirror from mirrorbrain (2024)
but it is up to https://archive.raspbian.org/ (Raspberry Pi LTD) maintainers to implement it.From what I understand, Raspberry Pi Ltd do not maintain Raspbian. It is an independent project (that may...
View ArticleGeneral discussion • Re: When will the official reference schematic for...
Partial schematics have been released for previous models. Only the first model ever had a full schematic publish and that is no longer available.I don't believe there are any plans to make a Pi 5...
View ArticleGeneral programming discussion • Re: 24 Minute Sun Simulation
The WS2815 are reported to consume 15mA per chip, not depending on how many LED are running. There is also a WS2815B version which reduces current to 13mA. Quiescent current is 2.1mA.The datasheet is...
View ArticleGeneral • Any news on distributors getting the RP2354 ?
I know this is probably going to be "wait, we'll tell you when it happens" but thought I'd ask if there were any more details over and above "around the end of the year"...Statistics: Posted by...
View ArticleGeneral • Re: Any news on distributors getting the RP2354 ?
I know this is probably going to be "wait, we'll tell you when it happens" but thought I'd ask if there were any more details over and above "around the end of the year"...I think that if you do what...
View ArticleBeginners • Re: Digital Art and Pi Zero 2w
Check with the vendor if the linux version of Paintstorm studio will run on a Raspberry Pi (ARM architecture).The usual issue is that by "linux" they mean x86 linux - the linux version that runs on...
View Article