Troubleshooting • Re: Temporary failure in name resolution
Thanks @MiscBits for your help.It wasn't necessary after all to use your tips.Id did Code: sudo nano /etc/resolv.confFilled the empty space with Code: nameserver 192.168.2.254A reboot completed the...
View ArticleBeginners • Re: SSH to Raspberry Pi Zero W
This is a rather long response but hope it helps.I have a PI ZERO W setup and running headless with 32 bit. Here are my set up screens in the PI ImagerOne of the important pieces of information here...
View ArticleGeneral • Re: Help with PIO fundamentals to drive matrix-based displays.
I've got things working without DMA for the moment, I have the state machine handling all the various serial shifting and pin enabling to the hardware. I'm looping put() commands to feed it with data,...
View ArticleTroubleshooting • Re: Changing Screen resolution
xrandr is for X11your running the default desktop which is wayland/wayfiretry wlr-randrCode: wlr-randr --output HDMI-A-1 --mode 1920x1080Statistics: Posted by kerry_s — Thu Apr 11, 2024 9:16 pm
View ArticleGeneral discussion • Re: Pi Pico Project
I'm rather boggled at those wires.... 4.8mm wouldn't be very useful for *anything*. I suspect somewhere along the line either the unit of measure got changed or there was some...
View ArticleGeneral discussion • Re: Office info screen project
A search for Python socket client-server will show lots of basic examples but I like https://realpython.com/python-sockets/ for a good intro.You could also look at MQTT - designed for passing messages...
View ArticleGeneral discussion • Re: Problem when SSH using windows and Raspberry Pi 4
Some questions4) I connect a keyboard and a monitor to the raspberry and get the IP address of the raspberry using hostname -iHow is the RPI getting an IP address? Do you configure WIFI in the set-up...
View ArticleNetworking and servers • Re: Correct information about TP-Link Archer T4U...
And there is nothing saying TP-Link have not (or will not in the future) changed the internal chipset between versions Statistics: Posted by MiscBits — Thu Apr 11, 2024 9:34 pm
View ArticleScratch • Re: Variations in Scratch 3
Could I expect Scratch 3 to function the same on the RP2’s, the RPI4 and the app on my Mini?But don't expect an amazing speed on a Pi2. On Pi2 nuscratch (the optimized standalone scratch 1.4) is...
View ArticleTroubleshooting • Re: An Operation Is Already Pending
I tried to do a similar debugging process, and when I did chkdsk on Windows, I had a massive drive with tons of files, so it took about 8 hrs to check everything and report all was clean.That's why I...
View ArticleCompute Module • Re: Raspberry PI IO board + CM4 - can't get HQ Cam to work
Compute Modules don't autodetect the Raspberry Pi cameras unlike the other Pi boards. Read https://www.raspberrypi.com/documentati ... era-module for how to set it up.Statistics: Posted by trejan —...
View ArticleFrançais • Re: demande aide sur projet de réseau local
Bonjour et merci pour ta réponse,Je suis en train de me renseigner sur samba et jellyfin. pour samba : le fichier est accessible depuis le reseau local, ca j'ai compris, mais pour le lire faut-il le...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Raspberry Pi 5 MIPI to HDMI
Are you wanting to see the same output on each screen or have 3 different displays?Statistics: Posted by neilgl — Fri Apr 12, 2024 8:35 pm
View ArticleRaspberry Pi Desktop for PC and Mac • Re: PiServer and Raspberry Pi OS Bookworm
I tried manually adding a Bookworm image to the PiServer but the conversion script fails. I am going to try and run the conversion script on the cli to try and get an idea of where it's falling...
View ArticleTroubleshooting • Re: Using Private Internet Access VPN and using Split...
If it is a paid for service the vendor should provide full support.Statistics: Posted by neilgl — Fri Apr 12, 2024 8:41 pm
View ArticleEspañol • Alimentación de Pi 5 a bateria.
Hola, nececito saber cómo puedo alimentar una Raspberry pi 5 de 5v y 5a a bateria. Por qué nececito usarla sin que esté todo el tiempo conectada .Pensé en una powerbank pero no encuentro una que...
View ArticleNetworking and servers • Re: Problem when SSH using windows and Raspberry Pi 4
Thank you again.Ok, I enabled internet connection sharing. At beginning it seemed the SSH connection was more stable, but then problems occurred again.This time I did like this:1) enabled internet...
View ArticleTroubleshooting • Re: gpioWave problem with OS change
Tested on Model 4B with Bullseye. Pulse duration correct.Problem appears to be Model 3B+ (at least) with latest Buster and Bullseye.Suggestions to fix whatever it is in our Model 3B+ please?Otherwise...
View ArticleRaspberry Pi OS • Re: Pi 4 / Bookworm - cannot set VNC resolution
I'm having the same problem. Raspberry Pi 4 Model B Rev 1.2 with Bookworm 64-bit. I do not see a list of resolutions in raspi-config. Switching back to X11 makes VNC not show anything but a grey...
View ArticleBeginners • Re: Passwords or encryption keys are required to access the wifi...
What WiFi network are you trying to connect to e.g. home network using WPA2 ?Statistics: Posted by neilgl — Sat Apr 13, 2024 8:19 pm
View Article