Beginners • Re: raspi5 - VNC on OS Lite versions do not work
I have no experience in Linux but i think the Pi OS Lite versions are missing some library packs related to VNC. Probably Wayvnc. But no idea.It is clear to me that raspberrypi team have no delivered...
View ArticleCamera board • Re: High FPS with RPi Zero 2 or 3 A+ : Is it possible?
Has anyone tried similar things with the HQ Camera ..........................?With a slightly modified version of the earlier code, here are some results with the same Pi3A+ and an HQ camera operating...
View ArticleSDK • Connecting a bluetooth classic mouse to Pico W
Hi all,I'm trying to connect a Bluetooth classic mouse to a Pico W and I could use some guidance on how to do that. I compiled and ran the GAP Inquiry example and put the mouse in discovery mode. I...
View ArticleRaspberry Pi OS • Re: Tip: Simple Trick for Running Commands on RPi OS Lite...
This is rather a contrived problem, don't you think?I understand your disagreement with the comment suggesting that the problem is contrived. There are scenarios where users cannot access SSH, such as...
View ArticleGaming • Re: Minecraft Pi Python
New and best app has been updated Mcpedlapk 2024Statistics: Posted by VictorJennings — Sat Nov 23, 2024 2:29 pm
View ArticlePython • Re: Python 3.9 for coral usb accelator
Thank you. I didn't know there was a separate forum for this. Python is not my hobby but you can't always stay away from it,Statistics: Posted by nieuwsgier — Sat Nov 23, 2024 2:31 pm
View ArticleGeneral • Re: Pico not working on startup - LED flashing
Normal PicoStatistics: Posted by crispybacon999 — Sun Nov 24, 2024 1:38 pm
View ArticleRaspberry Pi OS • Re: Autostart with labwc
@thagrol very unfortunate to hear you have been receiving negative responses. Am not sure where I would go otherwise for this content: yours is the only document / tutorial that I have found to...
View ArticleAdvanced users • Re: RAID 1 (mirror) with two NVMe
1) the bootfs has to be RAID 1 with 0.90 metadata. This way, the firmware "sees" no difference compared with a non-RAID rootfs. Other partitions can use 1.2 metadata and RAID1 or RAID 10 (also...
View ArticleBeginners • Re: How to do Peripheral Pin Select?
I conclude at this moment, for Rasp Pi4B,In file /boot/firmware/config.txt under section [all]:Code:...
View ArticleSDK • Re: error: cannot convert 'void (RCOMM::*)()' to 'irq_handler_t'
One of the big things about C and C++ is scoping. C is mostly a proxy system, but this is optional. Many optimizations rely on the programmer to properly define independent sections of logic. The...
View ArticleOther RP2040 boards • Re: RP2040 with ESP8285 on board
I do not understand what about you are discussed here.Mine W-2023 boards starded working right out of the box without any manipulations with FW reflashing:all .py examples from mega archive works...
View ArticleSDK • 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 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 Article