SDK • 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 ArticleGeneral discussion • 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: Boot problem.. Job systemd-networka-wait-online.service...
Anyone has any clue on how I could go about solving this last part?How are you NetworkManager connections configured? Is the wlan0 connection enabled? If so, disable it. Is the wlan1 connection...
View ArticleGeneral • Re: RP2350 QFN60 PCB Foorprint
Thanks. I tend to be an AllPCB person , but yeah it would work, and I presume the cost difference would be negligible or zero, it just bothered me a little.I looked at other QFN 60's and Infineon...
View ArticleBeginners • Re: Raspberry Pi 5, Cooler, M.2 HAT, and GPIO
this 2x20 connector has 15mm pins...Thanks for the tip! I'll look for one in the US (since it looks like this shop is in the UK). Thanks for taking the time to share!EdShopping in the UK shops usually...
View ArticlePython • Re: venv, poetry noob stuff
I'm SOOOO dang close to getting a openweather file to work. I found one on git but been modifying it because it has info that I don't need. The only issue I'm having is it won't pull info from...
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 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 ArticleBeginners • Re: Cron script issue with Python .env in order to run a script
Finally, it works (still some path issues Windows/linux...)AFAIK there's no automatic way around those. If it's path element concatenation use os.path.join('a','b') will use the OS specific separator...
View ArticleTroubleshooting • Re: Negative output values for 3.3 v and 5 v sources on Rpi...
What are you using for the reference potential (meter negative)?Does the Pi (on its own) work? If not, something you did probably killed it. Upgrades won't cause negative voltages. Note that the...
View ArticleGeneral discussion • Re: Python Script keeps Exporting after Finally Statement
I've no idea if this is the problem but:In several places you have recording.some_method() but I couldn't see where you first define or assign to recording.[edit] My mistake. It's a parameter to the...
View ArticleBeginners • Re: Pi 4B flash of the desktop, then nothing
So, taking your advice, I started all over again fresh.I used the Raspberry Pi imager to load the recommended Raspian OS onto my SanDisk 64GB SD card.I edited the setup when the imager asked me to,...
View Article