MicroPython • 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 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 ArticleFrançais • Re: Rpi Zero 1 W + INA219 ("wattmetre") en I2C :
Salut , erreur de ma part , on est en 16 bits donc il faut taper :sudo i2cdump -y 1 0x40 wj'ai oublié le w a la fin , tu devrais avoir un truc qui commence par 9F39 d'apres la page 18 de ce PDF...
View ArticleGeneral • Re: read flash to file via SWD
Flashing worked with "Black Magic Probe" and blackmagic command line (Erase, write, verify).BOOTSEL / USB does still not work, but circuitpython makes it easy here to change script.Statistics: Posted...
View ArticleRaspberry Pi OS • Re: Network Access?
And since making that post I've tested with pcmanfm v1.4.0 and that does prompt for credentials. But my windows PC won't accept them. Possibly because the login to the PC is with a microsoft account...
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 • Re: Installing SCRCPY on pi 5
Thanks for all of that info. I am going to go back to streaming the video using scrcpy at a later date. However, at the moment I am time poor and so have had to use a less neat and compact solution. I...
View ArticleSDK • Re: Pico PIO IN read timing
Is the 'in' data clocked at the start of the instruction cycle or the end?Data is sampled on the rising edge of clk_sys.An instruction starts executing on the rising edge of clk_sys.So to literally...
View ArticleGeneral • Re: Possibly bricked Pico
ok ive got the pico to light the LED but thats it... keep getting this error message[CYW43] Failed to start CYW43i used google to help me get this far but it seems there is a power management problem...
View ArticleOther • Re: trying installing windows 11 on my rpi5
but I saw someone doing this in a video and it worked flawlessly.Videos can be faked though I'm not saying it was. There can often be more to it than is shown in the video too.As I said above, the...
View ArticleCompute Module • Re: Webserver on RPi 4 in local network
Does your office not have a systems administrator? This is basic networking and configuration.Statistics: Posted by jdb — Tue Jan 27, 2026 8:19 pm
View ArticleOther • Re: New Pi Imager 2.0.6 released
Added the GiHub fix (one line) to a local copy of the script. It now runs OK thanks. https://github.com/raspberrypi/rpi-imager/issues/1479However, with Imager 2.0.6 on Windows 10 after a successful...
View ArticleCompute Module • Re: Raspberry Pi CM5 - help identify component size and value
I don't have a CM5, so can't even attempt to measure it.At a guess, it's a 100nF capacitor used for decoupling. If so, the Pi will run without it but may suffer some instability in certain use...
View ArticleOther RP2040 boards • Re: Pico development board with debug probe inclusive
I didn't realize that it's possible to use any RP2040 chip for the debug probe, that makes it much more compact, nice idea!That prototype PCB seems perfect, that mitigates all the messy soldering that...
View ArticleTroubleshooting • Re: Raspberri Pi with Red Light
Again, install one of the official RPI OS's and report back on that.You'll get far better responses regarding diagnosis etc if you're using an officially supported OS.Statistics: Posted by wildfire —...
View ArticleBeginners • Re: NVMe SSD adapter (Geekworm X1003) / HAT/HAT+ compatible?
I use a pimoroni NVME base. works great no heat or cooling problems at all. They have list of drives that work well with them.Statistics: Posted by Craig1234 — Tue Jan 27, 2026 9:48 pm
View Article