General • Problems with new boards
Hi All,With my first time trying the pi - pico2:The main issue seems to be that the usb serial port is not being established. To program your device, follow these steps: Push and hold the BOOTSEL...
View ArticleRaspberry Pi OS • Re: Latest Raspbery pi OS breaks touch
I contacted raspberry pi on this issue. Hopefully I’ll hear back. It would be nice to know they are aware of it and an ETA on a fix.Statistics: Posted by Lenny9 — Tue Jan 21, 2025 10:03 pm
View ArticleAdvanced users • Re: Revision code for 16gb Pi5
As I stated before, I DON'T have a 16gb Pi5. I have 2gb, 4gb, and 8gb Pi5's but not a 16gb.The 2/4/8gb models all return the expected revision code for the grep on "cat /proc/cpuinfo".The command "cat...
View ArticleOther RP2040 boards • Re: Custom RP2040 board constantly in BOOTSEL
Please include full schematics. Is R10 fitted ? If so what value?Statistics: Posted by dp11 — Tue Jan 21, 2025 10:11 pm
View ArticleTroubleshooting • Re: ffmpeg connection refused issue
On Bookworm have a look at the excellent examples from the Picamera2 manualcapture_circular_stream.pymjpeg_server.pyOr maybe install "OctoPi" OS (using Imager) - it has working OctoPrint and streaming...
View ArticleGeneral discussion • Coolie and Cormorants... if you know the thing about the...
reflecting on the default raspberry-pi desktop background and the scarcity of raspberry pi when all british had time to play with them... the scamdemic bill gates inventor of the computer-virus...
View ArticleBeginners • Re: ALSA errors - proper way to config ALSA on headless Pi?
I found this post which might be helpful, but I haven't tried it yet - viewtopic.php?t=342071.Statistics: Posted by ericjforman — Tue Jan 21, 2025 10:30 pm
View ArticleBeginners • Re: wave share 2inch LCD Module wont work
Do you need FBCP? Have you tried the userspace version?https://github.com/juj/fbcp-ili9341.git"However, I am not sure if it will still work in 2025.Both fbcp and fbcp-ili9341 use the DispmanX api....
View ArticleAutomation, sensing and robotics • Re: (Yet another) Water cooler volume...
Cobbled together a hx711 and 4 load cells. Got lucky with the first code that I found and did a little python math. Got it running to send me the weight (in pounds) every 10 minutes to watch for drift...
View ArticleNetworking and servers • Re: ssh not working with the new raspberry pi lite...
Well i have enabled it in the rpi-imager baking settings, but when i try to connect to my raspberry using cmd and using the right i.p. and right host name it will actually find the device and tell me...
View ArticleAdvanced users • Re: HowTo: Install fresh OS on Pi5 NVMe 4tb 8tb drives
mbr2gpt did not work for me, but gptconverter did! The only thing was I couldn't boot from the SD card after booting from the NVMe drive, it throws an error. Booting from a USB drive did work did work...
View ArticleTroubleshooting • Re: Pi won't boot, sometimes...
Any and all suggestions are very much appreciated! Thank you!!A suggestion that (nearly) matches your report.Maybe the fixed wiring for the mains power supply at church has some 'issues' such that the...
View ArticleGeneral discussion • Re: Pi5 8gb v 16gb v Pi4 model B 8gb for...
I have a big collection to test. Now and after the kernel change goes through, what are the steps to test and to permanently switch on CQ for a card that passes the test?Statistics: Posted by...
View ArticleCamera board • Re: imx296 camera not working with ffmpeg and v4l2 app
Thanks for your reply,so there is no way to use other camera apps(ffmpeg and v4l2 etc) to directly control the imx296 camera other than libcamera on the new stack?You can use V4L2 to retrieve frames...
View ArticleGeneral • Re: RP2040 counter error.
What is missing? You have 8 blocks like this:Statistics: Posted by gmx — Wed Jan 22, 2025 9:59 pm
View ArticleMicroPython • Re: Micropython Matter SDK on PicoW2
...and there may also be another route to follow... rather than a full bespoke RPicoW2 SDK, looking at leveraging the work being done with Pigweed as that has a series of Matter libraries built...
View ArticlePython • Re: Change sleep duration of a loop without restarting it (use a...
Adjustable loop time is possible, but at some cost of code lines.Here a sample, needs some more refinement to handle thread safety. But it demonstrates the basics.Code: import threadingimport timet0 =...
View ArticleGeneral discussion • Re: Maintaining USB-power during reboot / RPI4
You may try to connect the micro to an externally powered USB hub and that hub connected to the RPi. The hub should maintain the micro powered.Statistics: Posted by fprietog — Wed Jan 22, 2025 10:42 pm
View ArticleCamera board • Re: Official Camera v2 not detected in RPi3B+v1.3
Jan 22, 2025Hello:Unfortunately, I'm forced to re-initiate this post, because no-one is fielding it over at the other part of the forum where I tried to start it. More than likely, NEITHER of these...
View ArticleMicroPython • Re: Pico W Reliability
From https://github.com/georgerobotics/cyw43-driverCYW43xx WiFi/BT SoC driverThis is a driver for the CYW43xx WiFi/BT SoC.This cyw43-driver is free only for non-commercial use (see LICENSE in this...
View Article