Networking and servers • Re: Can't get MacOS drive mounted on Pi Zero 2 W
Thanks for your suggestion. I was able to figure out my issue. Since I was specifying my Mac's login name and password in the mount command, the mounted folder should not include the "/Users/Dave"...
View ArticleNetworking and servers • Re: Setup the pi as a wifi gateway
Do I understand you correctly? Your Pi is connecting to a WiFi AP and you want to share that connection with one or more devices connected to the Pi's ethernet interface? And you want the Pi to act as...
View ArticleTroubleshooting • Re: Destination Host Unreachable
I'm guessing this information must have changed when the cable company installed a new router in the place where I moved. I think I have to update this to match the settings--`/etc/dhcpcd.conf`Code:...
View ArticleSDK • Intercepting printf() calls, redirecting to a ring_buffer, sending to a...
I'm working on a low level USB Host library on a Pico/W, so I can't log to the USB device. I've hooked up a Pico Debug probe, so I can see output on the UART.There's a bit of printf() logging that I'm...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Custom MIPI CSI camera not detected
That would be why I've already pointed you at my branch where I'd started looking at that. It'll need a little tweaking for the latest kernel as APIs have changed, but would be a good basis for your...
View ArticleCamera board • Your best camera module v3 shots?
I want to see what is possible if you actually know how to use this cameraI'm still going through the manual/seeing the settings and a novice in photographyI will soon have both versions (standard and...
View ArticleGeneral • Re: RP2040 Always in booting to BOOTSEL
@hippy and @trejan, I fixed it! Thank you both for your help. I replaced the RP2040 IC. It could have been 2 things, 1. damaged rp2040, (on a earlier rev of my custom board, i had the 3.3v line...
View ArticleTroubleshooting • lens.google.com using 100% GPU constantly
I use Google Images to find the original source of pictures I see.Today I noticed that using this site makes the mouse laggy and the GPU monitor on the panel shows 99%. But no elements on the website...
View ArticleAutomation, sensing and robotics • Small actuator or piston to open/close...
Hi,I need help finding an actuator or piston for the following project...I have a wood burner and want to be able to open the air vent via remote.The air vent is opened/closed by pulling/pushing a rod...
View ArticleRaspberry Pi OS • Re: Why 32bit Bookworm Not Recommended in PI Imager for ZERO W
i'll give it a try later, just got back from shopping so tired.Statistics: Posted by kerry_s — Tue Mar 05, 2024 12:43 am
View ArticleGraphics, sound and multimedia • Re: Which Method Do You Use To Get Sound...
Argon40 have just announced their DAC board:https://argon40.com/en-gb/products/argon-blstr-dacI have asked The Pi Hut if they will be stocking it for the UKStatistics: Posted by cct — Tue Mar 05, 2024...
View ArticleCamera board • Building the New RPI Camera Apps.
Guys,Background:A couple of years and too many new versions of Rasbian back I started a little project to couple the MJPG Streamer project to my now aging computer driven telescope to include the...
View ArticleSDK • Re: pico_sdk_import.cmake question
I'm sure you know what you are doing, but to be extra clear, you set the variable in your globals (not from command line), logged out then in again, then tried cmake?If so, what does this show from...
View ArticleAutomation, sensing and robotics • Re: Water Sensor YF-B4 With 2 Cable Temp...
Thank you very much for taking the time to reply. I'll go back to the manufacturer and see if they have a datasheet on the sensorStatistics: Posted by hkdan — Wed Mar 06, 2024 12:21 am
View ArticleCamera board • Re: Your best camera module v3 shots?
I was at the field today, not a great day/time for photos since the trees don't have leaves on them yet.But man... the HQ cam... with a 35mm lens... so sharp. It has purple-ish tint around edges...
View ArticleGeneral discussion • Pi 5 - Active Cooler Longevity
Assuming I run a Pi 5 with the active cooler 24/7 at moderate load (e.g. between 20~50% with occasional jumps to 100%), how long can I expect it to last before it begins to fail whether due to worn...
View ArticleBeginners • Re: Unable to Control Brightness on Raspberry Pi 4B Running...
heres a script I wrote to help with thisCode: #!/bin/bash# Enable and disable HDMI output on the Raspberry Piis_off (){ddcutil getvcp d6 | grep "0x04" >/dev/null}turn_on (){output=$(ddcutil setvcp...
View ArticleTroubleshooting • Re: Turn on/off HDMI: not tvservice, not vcenvcmd, not...
heres a script I wrote to help with thisCode: #!/bin/bash# Enable and disable HDMI output on the Raspberry Piis_off (){ddcutil getvcp d6 | grep "0x04" >/dev/null}turn_on (){output=$(ddcutil setvcp...
View ArticleCamera board • Re: high framerate libcamera video capturing
Thank you for explanation.I understand that it has to be a Global Shutter camera to achieve such high speeds.Yes.But there are several Global Shutter cameras for PI, such as IMX296 :...
View ArticleBare metal, Assembly language • Re: Variable clocks and peripherals
Thanks, I'll need to look into that a little further. Do we get a notification about clock changes for power savings or do we have to look into the mailbox periodically?Statistics: Posted by yaw moo —...
View Article