Beginners • Re: Changing DNS to Cloudflare on headless Pi 5
Changing the DNS to Cloudflare on a headless Raspberry Pi 5 can be done by modifying the network configuration files. Since it's headless, you'll need to access your Pi via SSH or another remote...
View ArticleTroubleshooting • USB hub and Pico BOOTSEL??
I have several USB hubs. I've recently discovered that at least one of them (I've only tested one so far) has a problem. I can plug a Pico W directly into a Linux computer with a cable holding down...
View ArticleAutomation, sensing and robotics • Re: Automatic Bat detector.
No news of delivery here yet.....Statistics: Posted by gordon77 — Sun Sep 08, 2024 7:15 am
View ArticleGeneral discussion • Traditional Rules-based AI vs present day development
What software/tools/algorithm can look at 'daily/weekly/monthly real world data' to calculate a "numeric score". Says, five is 'normal'. Four or six is 'slightly up or down' from established trend....
View ArticleGeneral • Re: why a critical command is missing from ssd1306 datasheet?
It is on page 62 in the datasheet, sorry I did not notice the last page. It did there!Statistics: Posted by yushang — Sun Sep 08, 2024 7:27 am
View ArticleTroubleshooting • Re: Argon ONE V3 M.2 Case for Rpi 5 does not recognize NVMe
Just to make sure, is your system up to date?Statistics: Posted by Solskogen — Mon Sep 09, 2024 6:05 am
View Article日本語 • Re: Raspberrypi4BがHDMIセレクタだと画面出力されない
Raspberrypi4BのHDMI出力をセレクタを挟むと画面出力されません。端子を刺すポートの変更、ケーブルの変更、bootcode...
View Article日本語 • Re: ラズパイ4と5どちらにするべきでしょうか?
太田です。GPUプログラミングとなると今の段階Ideinさんの公開されている資料とか鑑みるに今は4のほうがいいかもしれないです。もしAIとか使ってみたいとかなるとHailoのアクセラレーションのほうがつかえるので5を検討いただくといいかもです。Statistics: Posted by masafumi_ohta — Mon Sep 09, 2024 6:15 am
View ArticleRaspberry Pi OS • How Can I List All the Programs I Installed Using apt?
Hi allIs there a way I can generate a list of all the programs I installed on my RPi?apt doesn't seem to have such an operation,maybe there's another way to get it?Statistics: Posted by spaceman5 —...
View ArticleAdvanced users • Re: unused files in /usr/lib/modules/
Also sudo apt autoremove --purge does not remove the modules.* files including the directory.The kernel is a multi-version package, per build architecture, so for aarch64 with 4k pages name is:...
View Article日本語 • Re: Raspberry pi connectが使えない
raspberry pi初心者です。最近外出先などからラズパイを操作しようと思いraspberry pi connectを使おうとしました。アカウントを作り、「Welcome aboard」の下のインストールガイドを見ながら設定をしていましたが、$ sudo apt install rpi-connectを実行して再起動をかけるとタスクバーにraspberry pi...
View ArticleGaming • Re: Need help changing POWER_OFF_ON_HALT
Thanks to anyone that was mulling over this issue, but got it worked out!When I open the eeprom file "rpi-eeprom-config -e" to edit it (at least with batocera and or ssh with windows powershell) you...
View ArticleGeneral discussion • Re: Bought a 2nd hand Pi 4. It has a strange click sound...
I forgot to add.The case does NOT have a fan, so there are no moving parts inside. Just the pi and the passive case. It mainly happens on boot and shutdown.I think I will ask the ebay seller about...
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.PeterOyes, all linux have them.raspberry os chooses...
View ArticleRaspberry Pi OS • Re: How Can I List All the Programs I Installed Using apt?
https://www.google.com/search?q=How%20C ... g%20apt%3Ftl;dr Code: apt --installed listOr this result:https://unix.stackexchange.com/question ... -by-the-usStatistics: Posted by ame — Mon Sep 09, 2024...
View ArticleTroubleshooting • Re: boot process hangs on systemd-rfkill.service
I have the same problem.Boot fails on "rfkill.service" and falls into "emergency mode".Statistics: Posted by sugaryPear4 — Mon Sep 09, 2024 7:06 am
View ArticleBeginners • Re: Pi5 vs Microsoft Teams
AFAIR I got it installed on x86_64 '.rpm' Linux somehow, but the PC is multiboot, I might have booted later-on into Windows10 because to much issues with multiple sound devices, I did not want to mess...
View ArticleAdvanced users • Re: Exclude a specific board version in Bookworm's Config.txt
To match a specific board-model you can also use[board-type=Type]https://www.raspberrypi.com/documentati ... el-filtersStatistics: Posted by timg236 — Mon Sep 09, 2024 7:41 am
View ArticleAI Accelerator • Re: Pi Hailo AI hat availability and Picamera2 integration...
Perhaps something like the following may work (entirely untested):Code: # Extract detections from the inference resultsdetections = extract_detections(results[0], video_w, video_h, class_names,...
View ArticleGeneral • Re: RP2350 arm floating point support
Note, with all this in mind, we take great pains not to use any FP code during SDK init, thus your exotic RP2040 programs (or mine like Doom) with very tight stack requirements that don't use FP...
View Article