General • Re: RP2040 reflow solder issue
Try more aggressive flux/solder paste with more aggressive flux. That should help to get them soldered even if the pins are slightly corroded. Don't forget to clean the board afterwards because some...
View ArticleRaspberry Pi OS • Re: Tip: Use .bash_history, Skip SSH for RPi OS Lite Commands
isn't it easier to just to type in the command and try it, then it gets inserted in to bash_history automatically?Statistics: Posted by jamesh — Sat Nov 23, 2024 2:40 pm
View ArticleTroubleshooting • Re: CAN NOT USE WIFI WITH 6.12-RT
my kernel is builded from this github link: https://github.com/raspberrypi/linux/tree/rpi-6.12.y, not the third party kernelStatistics: Posted by Perdixky — Sat Nov 23, 2024 2:43 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 ArticleGeneral • Re: Pico not working on startup - LED flashing
Well, CircuitPython is complaining about something:https://learn.adafruit.com/welcome-to-c ... leshootingDefinitely something went wrong. Probably need to see if you can get error messages from...
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 ArticleTroubleshooting • Re: pcmanfm functionality in WAYTHING
Unfortunately things are never that simple.....While audacious, firefox do work via pcmanfm,, ristretto and most others don't workThere must be a difference in the way that the different programs are...
View ArticleGeneral • Re: Downloading a log file from a RPi Pico
I would push the logs to a server instead of running a server on Pico.I'd like to give that a try. I've tried to write directly to the server with something like this, but I'm unsure about how to...
View ArticleAdvanced users • libcamera frame callback
Hello,i use libcamera and all works so far correct, now i will extend my callback methode for each frame, and i will transfer an this pointer from my baseclassi start also my camera with :Code:...
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 Article