General • Re: Redirect UART from pico debug probe to gpio 16 and 17
@hippy There is no wrong way, but I remembered a clean way is to use a custom board file.Example, use a regular Raspberry Pi Pico and copy the pico.h board file to the root of your project, rename,...
View ArticleGeneral • Re: Pico 2 possible solder issue
I double checked and I did use the correct pin: 3v3(out).I will try a different pin as well, don't know why I didn't think of that to start with. Heading out of town till next week so probably won't...
View ArticleGeneral discussion • RP 0 2 W won't boot
I just bought a Canakit RP 0 2 W. I flashed my SD card with RP OS lite 32 bit. When I tried to power up the RP, it repeatedly blinks 7 times. (Flash warning code "Kernel image not found"). Any...
View ArticleRaspberry Pi OS • Re: Using Raspberry Pi Imager for a 4B
i'm no expert, but:1) i believe you are using a SATA to USB adapter. Some of those have issues. recommend using one with ASMEDIA chipset. (i have 2... one with ASMEDIA, the other does not. the one...
View ArticleAdvanced users • Re: Use Pi 3B as usb-attached storage advice???
Thanks, Thagrol!Statistics: Posted by fredex1 — Sun Jan 25, 2026 8:11 pm
View ArticleCamera board • Pi Camera Module v2
What is the difference in the little cameras between v2 and its predecessor (presumably v1)I have just ordered a v2 and have managed to use the camera rev1.3 OKI am using the last OS (bullseye) that...
View ArticleCamera board • Re: Pi Camera Module v2
See this for camera hardware: https://www.raspberrypi.com/documentati ... amera.htmlMy V2 camera modules (and V3 wide) work fine with Trixie.Statistics: Posted by neilgl — Sun Jan 25, 2026 8:27 pm
View ArticleItaliano • Info per Novellino
Salve forum...Non so come funzionano di preciso i forum quindi apro direttamente una richiesta.PROBLEMAHo un centinaio di lampadine e interruttori smart, che prima erano collegati a un router e usavo...
View ArticleRaspberry Pi OS • Re: Resurrection old thread - Adding to task bar, Trixie
Linux, and in this case, the desktop software, which is not actually part of Linux, do fall short in the documentation area. Thanks for reminding me that the desktop is not actually part of Linux....
View ArticleMicroPython • Re: Raspberry Pi Pico - Using ADC input as a digital input?
Right! I'm with you. The tutorial I was using in YouTube said to use the physical pin... hence my issue. ThanksStatistics: Posted by MikeyStroud — Sun Jan 25, 2026 8:48 pm
View ArticleOther projects • Re: PI ZERO 2W - Power Via 18650 Batteries
if you can measure voltage, then do it after the dc/dc component when pi is (re)booting and if still OK then directly on the pi gpio where gnd and 5v should be (google the pinout). One reason for...
View ArticleOther projects • DIY home security camera guide (Easy)
Hi Raspberry Pi community!I've developed an open-source software stack for building your own Raspberry Pi security camera. It has the following features:ML-powered person, pet, and car...
View ArticleBeginners • starter kit question
Hello,My family and i are looking to purchase a starter kit for our son. He's taking an "intro to coding" course in school and really enjoys tings so far. My question is which of the starter kits...
View ArticleGeneral • read flash to file via SWD
Dear reader,I'll have here two "Raspberry Pi Pico W", one defective (no USB, not even with BOOTSEL pressed when plugged in) and one fully functional, both running circuitpython with sht45 sensor (both...
View ArticleBeginners • Re: How to connect to PI 3B+ using just ethernet cable
You would need to edit interfaces in /etc/network/interfacesHere are some suggestions:Turn off wifi:Code: nmcli device disconnect wlan0nmcli connection modify wlan0 autoconnect noCode: apt install...
View ArticleAutomation, sensing and robotics • Re: Looking for a proximity sensor
Well anyway, I plan on removing that chip and just using the TCRT5000 sensors directly, since I can get a varying signal from them instead of just an on/off signal.Statistics: Posted by xtal256 — Sun...
View ArticleBeginners • Re: Custom Layout for Squeekboard
I'm glad you were able to take advantage of my suggestions. I spent a lot of time trying to figure out squeekboard.What I originally saw was an on-screen keyboard that blocked all windows around it,...
View ArticleNetworking and servers • Re: SSH not ready
Try to login interactively from windows CMDCode: ssh user@hostor try mobaxterm which btw is so much better than PuTTYhttps://mobaxterm.mobatek.net/If you experience the same behaviour, problem is on...
View ArticleTroubleshooting • Re: Raspberry Pi 5 boot issues, is my board faulty?
That blink pattern (2 long, 4 short) usually means the firmware/OS can't identify the board. Since you've already tried the bootloader recovery, have you tried using the very latest 'Bookworm' 64-bit...
View ArticleOther RP2040 boards • Pico development board with debug probe inclusive
I am currently doing a project with the Raspberry Pi Pico that is very software heavy (I am essentially creating my own operating system).My current setup is two Raspberry Pi Pico chips on a...
View Article