General discussion • solution for New RPi install won't update
This is a heads-up.I found the solution to a problem that is being discussed in forums all over the internet.My RPi5 with a fresh installation of the OS won't upgrade its packages.Nothing on the...
View ArticleGeneral discussion • Seeking Advice on Running YOLO with COCO Dataset on...
My team and I are working on a graduation project involving Raspberry Pi, and we could use your expertise.In our project, we plan to use the YOLO model for real-time object detection, trained with the...
View ArticleSDK • Re: Compile not reporting correct RAM usage
Note for an application-level C program running under Linux you might instead want to allocate as many variables on the stack as possible. In Linux the stack will grow as needed and placing things on...
View ArticleTroubleshooting • # key not working
Does anyone know why my # key only does an English pound symbol for currency? I picked the American keyboard and the USA for the country. Using Raspberry Pi Imager 1.8.5Statistics: Posted by mfmayes49...
View ArticleCompute Module • Re: Secure Boot
Encrypted file system is better but it needs TPM - otherwise the device cannot reboot automatically without somebody entering the password.you dont need a TPM to do that on the rpithe keys can be...
View ArticleSDK • Re: Second core not used after exiting method
It looks like a crash, some overflow or out of memory (or fragmentation).Care should be taken with calling C library functions from both cores simultaneously as they are generally not designedto be...
View ArticleGeneral • Re: Project without C++
But what's the point ?There is only one linker for both C and C++, and it is called from gcc. One can change that message "Linking CXX executable" with "Linking C, ASM (no C++) executable",problem...
View ArticleGeneral discussion • HELP !what is the best trained model -->yolo that fit...
In our project, we plan to use the YOLO model for real-time object detection, trained with the COCO dataset. Both the dataset and the class information will be stored locally on the Raspberry Pi. Our...
View ArticleHATs and other add-ons • Re: more complete boards without needing hats
If "cube" is the main problem, you can use USB to lay things out flat. Some NVMe adaptors can lay out flat. I have both.For WiFi upgrades, USB makes sense as the range of options changes every 2.3...
View ArticleGeneral discussion • Re: Does RPi have permission to patch Firefox?
Linux Mint ship a modified Firefox with the permission of Firefox although it appears to be a compromise where LM do not change some intrusive default settings. The bargaining with Mozilla is easier...
View ArticleTroubleshooting • Re: # key not working
select again in raspberry pi configurationyour most likely still on gbStatistics: Posted by kerry_s — Sat Oct 05, 2024 1:11 am
View ArticleGeneral • Re: Testing if pins are connected.
Just after that, I've started to thinking if I'm missing something or is this just that simple?But now I don't know if I understand this right. And why code is working?Most probably is working by...
View ArticleRaspberry Pi OS • Re: Netflix and youtube playback broken after chromium upgrade
Hi,turning off "Use graphics acceleration when available" enables video to to played. Why?Thanks for the help.GlennStatistics: Posted by maw001 — Sat Oct 05, 2024 10:26 pm
View ArticleTroubleshooting • VScode not able to update
Hello everyone, I use Buster on my Daily driver and it seems I have encountered another package that cannot be installed do to compression with zst I saw others had this issue with other packages is...
View ArticleBeginners • Re: Actual headless boot
Have you looked at Raspberry Pi OS Lite? That seems like it would probably meet your criteria. It has no desktop environment, and can do a serial console and/or USB+HDMI text mode console. There will...
View ArticleGeneral • Re: RP2350 SSP/XIP Block Transfer Examples
Don't forget to tune the QSPI frequency and timings, as the defaults are quite underclocked and have unnecessary delays. The new QMI supports long bursts at 66 MB/s.Statistics: Posted by gmx — Sat Oct...
View ArticleTroubleshooting • Re: Boot problem.. Job systemd-networka-wait-online.service...
So long story short, systemd-networkd keeps getting deactivated from time to time and NetworkManager gets activated instead ...whenever I run some sporadic system updates to the OS.....So I came to...
View ArticleGraphics, sound and multimedia • Zero 2 Maximum video streaming resolution?
Back when I had a Zero w, I looked at a wildlife monitoring project and decided the maximum practical resolution would not work. Now I have a Pi Zero 2. What is the maximum resolution and frame rate...
View ArticleTroubleshooting • Raspberry Pi booting again despite issuing shutdown command
Hi,I am getting the strange behaviour of my Raspberry Pi 4 rebooting after issuing poweroff when mounted on top the waveshare UGV kit. when powered via the USB C port it shutdown as normal. I am at a...
View ArticleSDK • Error in the SDK
Hello Everyone,I have an found an error in the Pico-sdkCode: /tmp/pico-sdk/src/rp2_common/hardware_pwm/include/hardware/pwm.h: In function...
View Article