Troubleshooting • Re: Deluge cannot write to HDD?
I think the reason I thought it was actually a permissions error and not DNS is this post, where someone had the same issue, and it turned out to be permissions not DNS. But I have no idea how to set...
View ArticleAdvanced users • Re: RPi 5
The power switch is just push-to-make - there is no on/off state. And there is no EEPROM setting that causes it to boot to standby. However, the boot reason can be deduced from the (binary) value in...
View ArticleTroubleshooting • pi zero W + nested_hubs + USB_DWCOTG
Just wondering if nested usb hubs are known to work with the USB_DWCOTG kernel driver? I have a zero W running a buildroot image with a raspberrypi kernel 6.1.61. I have no issues with a minimal...
View ArticleCamera board • Re: Camera is not able to click the images
Are you directly connected to the pi or logging in remotely?If logging in remotely try adding --qt-preview to the cmd line options.Or also try --nopreview.Statistics: Posted by sandyol — Sun Mar 03,...
View ArticleBeginners • Wrong Pixels Lighting Up on WS2812B Strip
I have a raspberry pi pico connected to a ws2812b LED light strip (with a logic level converter in the middle), and I've got it set up with my piano keyboard so that when I press a key on the...
View ArticleBeginners • Oracle VirtualBox
I would like to know if Oracle VirtualBox work on a Raspberry Pi 5. I would like to know if anyone in the community has tried any form of virtualization on the Raspberry Pi 5.Statistics: Posted by...
View ArticleBeginners • Re: Wrong Pixels Lighting Up on WS2812B Strip
Probably a race condition or something in your code. Post your code for someone to peruse it, or try the "rubber duck" style of debugging, where you narrate in detail to a rubber duck (or cuddly toy,...
View ArticleBeginners • Re: How does RP measure current supply?
Thanks. Those bits of code are in the terminal on a linux version? The standard RP OS?Statistics: Posted by EHB — Sun Mar 03, 2024 11:21 pm
View ArticleAdvanced users • Re: Argon One Replacement Daemon
Sounds interesting.I realise I didn't post my reply to you previous post, so:Not really sure, but as it is there, and the standard scripts are meant allow control of them, I asked!As I normally run...
View ArticleBeginners • Re: Oracle VirtualBox
just my opinion, any kind of emulation on a rpi is iffy at best, the gpu is the weak point.Statistics: Posted by kerry_s — Sun Mar 03, 2024 11:58 pm
View ArticleBeginners • Re: Easily make ASCII art with this new script
Added a few characters that were missing before. (One of the Quadrant characters was missing, and a few for Box Drawing)To get the new changes:Code: cd ./unicode-artgit pullStatistics: Posted by...
View ArticlePython • Re: How do I fix this Python code?
I watched this tutorial by Sam Westby Tech that was VERY helpful. (I recommend you watch it. Title: Controlling Your Raspberry Pi With a BUTTON) I found out what you had been saying I should do and...
View ArticleTroubleshooting • Re: Destination Host Unreachable
This is a Raspberry Pi 3 B+RaspbianTo configure, I updated `/etc/dhcpcd.conf` with the following:Code: interface eth0static ip_address=10.0.0.100interface wlan0static...
View ArticleRaspberry Pi OS • Re: Why 32bit Bookworm Not Recommended in PI Imager for ZERO W
Headless Bookworm 32-bit on a Pi0w.Statistics: Posted by bls — Mon Mar 04, 2024 11:59 pm
View ArticleBeginners • Need Help Connecting Light Sensor
Hi! I have a light sensor, XUX0ARCTT16, and no idea how to use it with my Raspberry Pi.Here's the product information: https://telemecaniquesensors.com/global ... UX0ARCTT16There's 5 wire screw...
View ArticleNetworking 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 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 ArticleBeginners • Re: How do I get serial on pins 14&15 rpi5
Should I be using /dev/ttyAMA10 or /dev/ttyAMA0 for pins 14 & 15? On r pi 5.Statistics: Posted by Al98 — Tue Mar 05, 2024 11:02 pm
View ArticleAdvanced users • Re: Can't Turn off screen over CEC
Thanks the xrand commands work, but I was also hoping to turn the monitor / tv off with CEC if possible, do you know of a way to do this on bookworm?Statistics: Posted by roy503 — Tue Mar 05, 2024...
View Article