Graphics, sound and multimedia • Raspberry Pi 5 Audio
I am surprised by the decision to remove the 3.5mm audio port from the RPi5. My intended use of my newly accquired RPi5 is to support my recently undertaken PhD IT program.Toward that end I use a paid...
View ArticleBeginners • Re: Can not access internet but Wifi connected
Make sure you're using good DNS server address(es). IP addressing isn't enough. Usually DHCP will take care of all of that for you, but if you're configuring it statically, be sure to put in...
View ArticleGraphics, sound and multimedia • Re: Raspberry Pi 5 Audio
Question: It there a way (hardware, software, and installation instructions) to use the RPi USB ports or other resources to attach speakers to the RPi5?USB audio adaptor?Statistics: Posted by rpdom —...
View ArticleAdvanced users • Re: Any Tips for Speeding Up the Manual Process of Setting...
Just to upset bls (to be fair SDM is good) Ansible is another option.Runs on more systems than Linux and is a marketable skill...Statistics: Posted by MiscBits — Thu Feb 08, 2024 11:55 pm
View ArticleNetworking and servers • Re: How to disable RPI5 onboard WiFi if USB WiFi...
In /boot/firmware/config.txt putCode: dtoverlay=disable-wifi-pi5dtoverlay=disable-bt-pi5to disable the onboard wifi and bluetooth.Statistics: Posted by rpdom — Fri Feb 09, 2024 12:00 am
View ArticleGeneral discussion • Re: Forum "503 Service Unavailable"
I just had a 503 error. But it was just gone midnight and there was probably some daily maintenance running.Statistics: Posted by rpdom — Fri Feb 09, 2024 12:03 am
View ArticleMicroPython • Error on Raspberry Pico with Micropython
Hi, I am trying to turn on Backlight by using Raspberry Pi Pico with Micropython. (MicroPython v1.22.0 on 2023-12-27)Here is the program code that I wrote:https://paste.fastmirror.net/?21e796278 ......
View ArticleGeneral • Can Power Method Affect ability to use Internal Pullups?
In short I'm using a Pi Pico W flashed with ESPHome to control a chicken coop door. The basic setup is this:12V Power supply connected to an L298N H-Bridge which powers/controls the motor...
View ArticleSDK • Re: PICO : Can't update firmware uf2 by drag and drog
I noticed the guide says you need rules for when using Linux, so it could be similar for Windows. From the linked guide:Note: On Linux you must first install the PlatformIO permission rules for the...
View ArticleAdvanced users • Re: Image File Utilities
1. The systemd message regarding fstab has been a known issue (bug?) in 32-bit (user space) Bookworm since it was released.2. It's no surprise that an empty BOOT partition won't boot. :) You need to...
View ArticleMicroPython • Re: Error on Raspberry Pico with Micropython
This is largely guess work but it may serve to point you in the right direction.Most of you functions start with the following code:Code: GSCLK = PWM(Pin(8)) # 设定GPIO 20为PWM输出方式 GSCLK.freq(100000) #...
View ArticleGeneral • Re: WiFi configuration without a display
I wonder if you could use Wi-Fi Protected Setup (WPS) (that thing where you press the button on the WiFi router to connect a new device). At first power on, or maybe a button press, the Pico W enrolls...
View ArticleMedia centres • Plex Kodi HTPC - not working
Maybe playing local files in kodi is OK,But I don't think Plex works in kodi on rpi5.I tried on libreelec and on raspberryos.I can get the addon installed in kodi the same method as an rpi4. I...
View ArticleNetworking and servers • Re: File transfer via home ethernet (NAS) very slow...
I don't know specifically what's slowing you down, but I have a suggestion..You can run NAS system OMV on a raspberry pi. A NAS distribution might be more reliable. You can install it over...
View ArticleTroubleshooting • Re: Raspberry Pi stuck by lighting, doesn't post
If you don't want the latest and greatest, The PiHut UK are selling new 4Bs from £35 (1GB), or you might find something used on the bay of EStatistics: Posted by cct — Fri Feb 09, 2024 1:03 am
View ArticleBeginners • Re: USB 3.2 hub & Gigabit Ethernet hat
That sounds like a question for the device manufacturer.But you do know that the HAT (I bet it's a HAT like device not a true HAT) almost certainly just adds a USB 3 hub with one of the hub ports...
View ArticleTroubleshooting • Re: Problems with WordPress Filesystem access on a...
Is "doug" running the Apache2 server?If not, find the actual user doing that and adjust permissions accordingly.Statistics: Posted by thagrol — Fri Feb 09, 2024 11:30 pm
View ArticleTroubleshooting • Re: Issue with systemd on Rpi
Looks like you're trying to run something that needs the network before the network is available.There's troubleshooting advice in my guide: Running A Program At Start Up A Beginner's GuideStatistics:...
View ArticleGaming • Re: Using an arcade steering wheel
Interesting. It looks like an optical quadrature sensor.Does the steering wheel have an end stop, or is it free to rotate?My guess is that the little PCB drives two IR LEDs, and has two IR...
View ArticleAdvanced users • Re: No DRM in Firefox - can't find the...
Got it working on a fresh install of the Desktop image.All is good.Statistics: Posted by SW1TCH0NY0U — Fri Feb 09, 2024 11:47 pm
View Article