Beginners • Re: OS documentation for omitted Linux commands?
I don't think that would be feasible. There is a default set of commands which is defined by the distribution build, but many many thousands of other ones you could install. Maybe 10s of thousands. If...
View ArticleAdvanced users • Re: Raspberry Pi 5 Boot from M.2 SSD via USB Adapter
I run from an M2 SSD disk in an external drive case OK, maybe your adapter has an unsupported chip in it...Statistics: Posted by KeithMck — Thu Aug 15, 2024 4:41 pm
View ArticleBeginners • Re: [SOLVED] Camera not shown over python scirpt rpi5
It fixed itself?Statistics: Posted by neilgl — Fri Aug 16, 2024 4:01 pm
View ArticleOther projects • Re: Space:1999 Commlock (handheld audio & video player)
For your project, stick with 32-bit Bullseye (also known as “Legacy”)Statistics: Posted by neilgl — Fri Aug 16, 2024 4:04 pm
View ArticleGeneral discussion • Re: Gnome-Weather & Disk Usage share Chromium issue
Which OS are you running on which Pi with how much RAM?Statistics: Posted by neilgl — Fri Aug 16, 2024 4:11 pm
View ArticleGraphics, sound and multimedia • Re: Outputting sound at the same time...
How are the headphones (with mic) and the speaker connected? USB?Statistics: Posted by neilgl — Fri Aug 16, 2024 4:13 pm
View ArticleTroubleshooting • Re: Getting Subsonic to run
What pi are you running it on Pi4 / Pi5 or other?What operating system are you running e.g. Raspberry Pi OS “Bookworm” with desktop (64-bit) or other?Statistics: Posted by neilgl — Fri Aug 16, 2024...
View ArticleSDK • Re: How to distinguish between rp2350A and rp2350b in software
How do you propose taking in to account the different processor architectures (M0+ vs M33+), for example the differing floating point capabilities (M0 has custom software for FP, M33 have HW...
View ArticleTroubleshooting • Re: Connecting a waveshare MAX m8Q GNSS to Rasp Pi 5
Thanx a lot for this answer. So maybe I follow your advice and send it back. Any recommendations for a brand or specific gnss hat working with rasp pi5?Statistics: Posted by HolgerF — Fri Aug 16, 2024...
View ArticleTroubleshooting • Bookworm, KMS, and Headless Audio
For context, I'm working on updates to Running A Program At Start Up A Beginner's Guide specifically in regard to audio applications prior to login.Test system:4BRaspberry Pi OS 32bit with desktop.The...
View ArticleC/C++ • Re: DHT11 code works with python but not C++
My python code for interfacing with a DHT11 works fine, but not the C++ "equivalent". Not sure if this is what you want to read, you will be better off using the AHT10 and talk to it on i2c. One wire...
View ArticleGeneral • Re: Pico 2 RISC-V - Slow....
When I have been doing simplistic comparisons I have usually simply added one to a variable until it hits a million or used Fibonacci calculation, usually 'Fibo(24) == 46368' as my de facto standard,...
View ArticleHATs and other add-ons • Re: 2 hats, 5 NVME's, all visible to the Pi but...
3) Is there any equivalent to F8 on a PC where you can select your boot options during start-up so I can select the SD card when a boot from NVMe fails?Not that I'm aware of but there are...
View ArticleAutomation, sensing and robotics • wiring up PSG-BB-170W breadbourd with...
I have got a PSG-BB-170W breadboard and have placed MCP3008 in the middle over the ridge. I have noticed from this diagram that there are positive and negative rails running down each side which my...
View ArticleSDK • RP235X Meta Blocks
Finding the Meta Blocks in an RP235X UF2 was easy enough but I hit some problems when it came to decoding them based on the description in the RP235X datasheet, page 409, section 5.9 -Code: ITEM 0 | 1...
View ArticleBeginners • Re: How to use sense hat with c++?
Here is a C++ library for sense hat.https://github.com/platu/libsensehat-cppStatistics: Posted by amikekeami — Sat Aug 17, 2024 4:02 pm
View ArticleAutomation, sensing and robotics • Re: wiring up PSG-BB-170W breadbourd with...
“The rows going horizontally across are connected, but the ridge in the middle separates the rows? So there is no risk of a short?”YesCan you use the row of 5 nearest the edge as a set of ground...
View ArticleGeneral • Is this a job for PIO?
I am trying to write code for an anemometer (wind speed meter). The anemometer that I have will give 8 pulses per second in a 2.5 mph wind. Max wind speed is 100 mph. I tried to use interrupts on an...
View ArticleTroubleshooting • PCIe SATA cards stopped working with BookWorm on CM4
I have looked and could not find an issue like this already documented.I have built some CM4 based NAS systems. (https://www.hackster.io/cyberleader3000 ... are-38a258)They use the CM4 with IO board...
View ArticleGeneral • Re: On-package flash
Well that’s embarrassing - not just alluded to, but specifically answered in the datasheet. Thanks Luke, I guess I should learn to read better Statistics: Posted by ThrudTheBarbarian — Sat Aug 17,...
View Article