Troubleshooting • Re: Cron job does not execute command.
do "echo $XDG_RUNTIME_DIR" and youll see the current value of that variableCode: /run/user/1000Not sure what to do with this information.it means you need to add XDG_RUNTIME_DIR=/run/user/1000 to the...
View ArticleRaspberry Pi Connect • Re: rpi-connect failing without ipv6
What about if you do the same with a different ipv6 server? Something like google.comping -6 google.comwget -6 google.comDo they work correctly? It might be something in our network...Statistics:...
View ArticleRaspberry Pi Connect • Re: Is it possible to install rpi-connect in ubuntu...
Yeah, in the end you'd have to ask the Ubuntu and OpenWRT guys to add it...GordonStatistics: Posted by gsh — Fri Jul 05, 2024 6:31 am
View ArticleAdvanced users • Re: I need help with the ip route on my server - RPi4
I want to set my eth0 as the default IP route but when I do so it reverts back to wlan0I have the metric for eth0 set to 100 and wlan0 set to 500 in the /etc/dhcpcd.conf so it could make eth0 more...
View ArticleBeginners • L298N Motor Driver and a 5v conundrum
Creating a robot using a Raspberry pi 4B. The robot is using a L298N Motor Driver, a Husky lens and a DF2301Q Voice recognition module.My problem is that the Husky lens and the VR Module are connected...
View ArticleBeginners • Re: L298N Motor Driver and a 5v conundrum
https://shop.pimoroni.com/products/pico ... 4144542154may help if you're running out of connectivity. Image shows it used with an HAT i.e.NOTE: Pi GPIO are 3.3V! If you want to connect 5V sensors you...
View ArticleGeneral • Re: Bare-metal Bit Banging GPIO (AQA Assembly style)
Thanks for the input, here goes, today is the day.Need to tidy this lot up Statistics: Posted by morphy_richards — Fri Jul 05, 2024 6:53 am
View ArticleOther languages • Re: 树莓派无法启动
我也曾经遇到这个问题,尝试更换TF卡,重新烧录系统。Statistics: Posted by yoyojacky — Fri Jul 05, 2024 6:57 am
View ArticleGeneral discussion • Re: How does Raspberry PI 5 Power
I have a little project,It's about a smart car project.I'm going to do three things with the Raspberry PI 5: drive the car, image recognition, and drive the robotic arm.It needs to drive 5 servo...
View ArticleBeginners • Re: Multiple devices to the same ADC Input
I'd like to have multiple analog devices being read by the same ADC Input. I imagined it would work as follows:For each device, set the VCC of the device to a selected GPIO on the pico, Device ground...
View ArticleRaspberry Pi OS • Re: Problem Installing Bookworm Desktop RPI1 B+
512 ram is not enough for a desktop, more suited for non-gui rollsI haven't tried non-gui OS Lite but I think the ram shouldn't be the problem since they claim releases are compatible with all...
View ArticleTroubleshooting • Re: Loading ath11k driver for QCN9074-based Wifi Transceiver
Try “dtoverlay=pcie-32bit-dma”Thank you a lot. I had tried this before, so I think it is a combination of some of these, as this is my current config.Code:...
View ArticleAdvanced users • Re: Display Priority on Raspberry Pi 5 Pi OS
I tried the methods in viewtopic.php?t=150889&start=25, but I'm afraid it's out of date. I see you posted in it though!! You've been around a long time..My setup is this:config.txt:Code: # For...
View ArticleRaspberry Pi Connect • Re: RPI connect won't start on model 3B
Like others, I cannot get rpi connect to start and I have read the posts.[ ... ]Any ideas will be gratefully appreciated.It worked for me on an (unsupported) RPi3b+ a few weeks ago.Ref:...
View ArticleSDK • Re: Pi PicoW savind data to flash
Yes, it is possible. If you want to treat the data as files, you will need to use a third-party library. The pico-vfs library allows you to read and write files within a file system deployed on the...
View ArticleGeneral discussion • Add 2nd NIC for VM router on RaPi5 Desktop
Hello,I run Raspberry Pi 5 Desktop OS and would like to install a VM router.I need to add a 2nd NIC for WAN/LAN and I'm not confident the forum suggestions to plug an adapter into a USB port will...
View ArticleRaspberry Pi Connect • WISH LIST
I thought a Wish List thread might be a useful thing...Mine currently is:- Support for dual monitors, ie, in Connect we can switch from 1 monitor to another, or display both monitors next to eachother...
View ArticleNetworking and servers • HTTP Get by Name Fails; by IP Address Works; Ping by...
I'd like help configuring my node to allow HTTP Gets by Name to work. Get by IP Address works, Ping by Name works, only Get by Name fails.This is the latest 64-bit Raspberry Pi OS (2024-07-04) Full on...
View ArticleAdvanced users • Re: 3 monitors possible with RaPi5?
USB-C on the Pi5 can't output video!For converting DSI to HDMI a Lontium bridge chip can be used i.e.As your monitor accepts VGA simply get a Gert VGA666 board -> i.e....
View ArticleRaspberry Pi OS • Re: apt source chromium-browser not work
We have chromium-codecs-ffmpeg and chromium-codecs-ffmpeg-extra packages, both providing /usr/lib/chromium-browser/libffmpeg.so. The -std version builds the file provided by chromium-codecs-ffmpeg and...
View Article