Camera board • Re: Security Camera
Yes, when we build from source it gives this version: Code: motion -hmotion Version 4.7.0+git20240821-1ae0438, Copyright 2000-2024 Jeroen Vreeken/Folkert van Heusden/Kenneth Lavrsen/Motion-Project...
View ArticleGeneral • Re: Pico2 easy upgrade or nightmare?
I've read that you can build an UF2 file with rp2040 and rp2350 but I don't think "universal" code can be done.You could theoretically do it with ARMv6-M only code, but it would be extremely painful...
View ArticleSDK • Re: Hang on cyw43_arch_gpio_put() when network active.
I had forgotten to enable timestamps on console log, but based on timestamps in other messages this is rough timeline:Everything fine until about 80890 seconds (uptime):Code: WLAN: changed flow...
View ArticleNetworking and servers • Re: [Solved] Bullseye via Network Bridge on Bookworm
@redvli:What's the contents of your /etc/NetworkManager/NetworkManager.conf? That has some bearing when using default values.This is mine (from the Pi running the bridge, obviously):Code:...
View ArticleTroubleshooting • Re: Pi5 wlan0 disappeared
Here it is:Code: $ sudo journalctl -b | grep -E "NetworkManager|wlan0"Aug 29 16:20:54 rpi-steph systemd[1]: Starting NetworkManager.service - Network Manager...Aug 29 16:20:54 rpi-steph...
View ArticleAdvanced users • Re: How to downgrade bookworm kernel from 6.6 to 6.1?
Thanks guys, it would be great if these interfaces were supported in the shipped kernels. But I don't really mind switching to 6.1, I'm just not sure if it's as simple as removing 6.6 and installing...
View ArticleGeneral • Re: PICO 2 - Corrected version availability?
Thanks James.ChrisStatistics: Posted by Chris D — Fri Aug 30, 2024 7:19 pm
View ArticleGeneral • Re: Apparent issue found with Always-On Timer on the RP2350
One thing that seems interesting is that it seems in these cases to roll back the time to the previous minute, when there is no good reason that the Always-On Timer should care about minutes. (The one...
View ArticleRaspberry Pi 400 • How to Provide Power from Desktop Power Supply
I am not sure this is the correct group, but I couldn't find a hardware group specific to the Zero 2 W. I have a Raspberry Pi Zero 2 W. The first USB connector only supplies power. I can see that on...
View ArticleBeginners • Re: Real Time Clock on Pi 5
The RTC helps with keeping the time while the RPi is powered off. Both internal and external RTC does that.What kind of periods are you looking at - what speed is your problem running at?C++ has...
View ArticleCompute Module • The ethernet PHY is not working on my CM4 base board
Hey,Here is my design for the ethernet port for CM4. I do not know why it is not working and cannot find the issue. does anyone know what is the problem with this schematic?Statistics: Posted by...
View ArticleAutomation, sensing and robotics • Re: Input/suggestions on a dc motor...
Learn something new every day…. I guess there’s such thing as a digital potentiometer. https://www.digikey.ca/en/products/deta ... HPEALw_wcBTechnically I should be able to use that with the motor...
View ArticleGeneral • Re: Pico W pull-up voltage gone
I can use them? Give it a try, why not. On the other side, possibly other defects are there.Statistics: Posted by ghp — Sat Aug 31, 2024 6:57 pm
View ArticleBeginners • Re: Capturing live video from UVC webcam and sending it to HDMI?
Thanks!And what about speed?Zero 2W will be enough or I need something faster?Statistics: Posted by LinuxHata — Sat Aug 31, 2024 7:02 pm
View ArticleMicroPython • Getting simplemqtt.py working on my Wiznet 5100 board.
I'm trying to understand how to load simplemqtt or umqttrobust from <a href="https://github.com/micropython/micropyt ... y">here</a> on to my PICO.I've managed to get my MQTT broker to...
View ArticleGeneral • Re: RP2350 Errata E9 and PIO
Cannot use an OPAMP to help with that ?Statistics: Posted by gmx — Sat Aug 31, 2024 7:11 pm
View ArticleCompute Module • Re: The ethernet PHY is not working on my CM4 base board
The pinout you have for the magjack doesn't match the datasheet for the magjack.Statistics: Posted by dp11 — Sat Aug 31, 2024 7:27 pm
View ArticleGraphics, sound and multimedia • Re: PeppyMeter not working
There are four default resolutions provided with that disk image: 320x240 (small), 480x320 (medium), 800x480 (large) and 1280x400 (wide).You can set the resolution in the file config.txt. For example...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Can't find any Bluetooth devices
I'm going to have to compare your results with another 3B, but in the meantime:* Has it ever worked for you?* If so, have you changed anything?* If not, is that because this is the first time you have...
View ArticleTroubleshooting • No Echo Received
I'm receiving this warning: warnings.warn(DistanceSensorNoEcho('no echo received'))I've gone through quite a few forums at this point, rearranged the code a dozen times and tried every "this code...
View Article