SDK • Re: Pico SDK 2.0.0 adding an embedded block to RP2040 binaries?
SUCCESS! Kilograham, after your comments, I concentrated on getting 13.2 Rel 1 to work on the Raspberry Pi 5. I downloaded the arm-gnu-toolchain-13.3.rel1-aarch64-arm-none-eabi.tar.xz toolchain from...
View ArticleBeginners • Re: Need help with temperature sensor and display project
I am unable to install dependencies with Thonny package manager(there are errors when I try to install any dependency with it, not just umqtt.simple).Have you connected Thonny to the PICO? e.g....
View ArticleAdvanced users • Re: pi 5 imager boot custom image install from network
a couple of thoughts:- you could turn on the OVERLAY file system. when done, the SD card is read-only, so it won't get corrupted by a power fail. - if you have data to save, use a USB drive, as the SD...
View ArticleBeginners • Best NAS Software
Hi,For reasons I've yet to understand, I can't get my preferred NAS software (Open Media Vault) running on my Pi 4 4Gb so I'm looking for something else that will do more-or-less the same. I would...
View ArticleOff topic discussion • Re: In regards to: My Vision for the Raspberry Pi 6 -...
My original post was meant to serve as a starting point for further discussion. Some people will want to engage and explore the ideas, while others might dismiss it as pointless or not worth the...
View ArticleTroubleshooting • Re: Raspberry Pi 5 USB 3.0 read performance is worse than...
Here are my versions:Code: $ bladeRF-cli -e version bladeRF-cli version: 1.9.0-git-e50f28fb libbladeRF version: 2.5.0-git-e50f28fb Firmware version: 2.4.0-git-a3d5c55f FPGA version: 0.15.3 (configured...
View ArticleAutomation, sensing and robotics • Re: How to get reading from LDR Matrix
Seems to be some confusion between an LDR (Light Dependent Resistor) and an Ultrasonic sensor (40kHz and above sound waves).What are we trying to measure?Hey, I’m trying to measure whether there is...
View ArticleCamera board • Re: Raspberry Pi Zero W2 with Camera Module 3: Camera not...
What to do if your camera is not detectedYou can tell if a tutorial is talking about the obsolete camera stack if you see the following: Command line applications such as: raspistill, raspivid Use of...
View ArticleCompute Module • CM4IO Schematics, KiCad nightly build
HiOn the CM4IO product page (https://www.raspberrypi.com/products/co ... -io-board/) it says that the CM4IO design files require the latest nightly build; is this still the case or have the required...
View ArticleGeneral discussion • Re: Wi-Fi is currently blocked by rfkill Issue
I tried,sudo rpi-updatesudo apt updatesudo apt upgradesudo apt full-upgradesudo apt dist-upgraderebootstill,Code: pi@pi5tor:~ $ rfkill list0: hci0: Bluetooth Soft blocked: no Hard blocked: no1: phy0:...
View ArticleRaspberry Pi OS • Best way to disable WiFi Power Save?
Hi. In new release of Raspberry Pi OS (2024-11-13), is removed default rc.local file.What is the way now to disable WiFi Power Save?Before I used to add this line in rc.local: Code: iw dev wlan0 set...
View ArticleCompute Module • Re: CM4IO Schematics, KiCad nightly build
KiCAD 8 should be fine.Statistics: Posted by dp11 — Mon Nov 25, 2024 2:49 pm
View ArticleSDK • Re: Support for Pico2-W
Well after a few:console.ts:137 [Extension Host] [ERROR] [raspberry-pi-pico - githubREST] Fetching pico-sdk-tools releases failed: Error http status code: 404console.ts:137 [Extension Host] [ERROR]...
View ArticleRaspberry Pi Connect • Re: RaspberryPi Connect shows black screen
Which version of wayvnc do you have installed? e.g.Code: $ wayvnc --versionwayvnc: 0.9-devneatvnc: 0.9-devaml: 0.3.0Statistics: Posted by paulmu — Mon Nov 25, 2024 2:58 pm
View ArticleAutomation, sensing and robotics • Re: New to Pi and need help
Would this work for multiple "recievers" and one transmitter? Also do you think i could also run this on a 3?Statistics: Posted by kushzx6 — Tue Nov 26, 2024 2:32 pm
View ArticleGeneral discussion • wifi is not working
Hello,I am using a Raspberry Pi 5 and encountering issues connecting to Wi-Fi networks. Specifically, when attempting to connect to a secured network (with the correct password), I receive an...
View ArticleTroubleshooting • Re: PCIe port may be bad
..rpi-eeprom-config :boot_order=0xf416pcie_probe=1..Don't touch the boot order until you know all is working and you perfectly know what you're doing!As you're having 'pcie_probe=1' in the EEPROM...
View ArticleTroubleshooting • Re: Pi 4/4Gb; Open media Vault Won't Boot
Hi Neil,That OMV image for the Pi may be too old.Maybe forget that 2019 tutorial and use this for OMV: https://pimylifeup.com/raspberry-pi-openmediavault/Just to let you know, I've successfully...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Subject: Conflict Between HiFiBerry...
I was able to successfully set up the overlay but I'm still not able to use both devices together.Code: from rotary import RotaryEncoderfrom animation import Displayfrom mixer import Mixerfrom PIL...
View ArticleRaspberry Pi OS • Re: X11/Wayfire/Labwc
why not simply try it and see if that helps with your issues?If you're not fine with labwc you can use raspi-config any time for switching back to X11Statistics: Posted by aBUGSworstnightmare — Tue...
View Article