Troubleshooting • Re: Screen occasionally not waking after screen blanking
Are you running a browser window fullscreen (e.g. a kiosk)?Statistics: Posted by JinShil — Tue Jun 18, 2024 12:54 am
View ArticleGeneral • Re: Help with Pico ADC project
Looks great. What is the value of the resistor you have chosen?Statistics: Posted by ame — Tue Jun 18, 2024 1:12 am
View ArticleNetworking and servers • Re: Important networking tools no longer included in...
epic. that solved aaallll my issues. Thank you!!!Statistics: Posted by nickodimus — Tue Jun 18, 2024 1:31 am
View ArticleCamera board • Re: Pi camera module v1 and AI kit performance issue?
Yeah, having dug out an old monitor etc I can see that. It's a bit surprising because I've always used VNC to work on my Pis and used this actual camera module on a Pi 2 & 3 via VNC to develop the...
View ArticleGeneral programming discussion • Re: Trying to write a command to edit folder...
I need a command I can send through terminal or put into a Script File to rename all folders in a certain directory. All file names are of format File Name (####). I want a terminal command or command...
View ArticleNetworking and servers • pi os and ipv6
HiGot a pi5 recently - using default pi os. ipv6 is enabled, I don't have it on my router and my ISP doesn't provide ipv6 native.I could setup ipv4 to ipv6 but I don't.Should I leave ipv6 enable or...
View ArticleAutomation, sensing and robotics • Re: Hook mini claw machine
Thank you so much @B.Goode for all clarifications.Statistics: Posted by youcef — Tue Jun 18, 2024 3:49 am
View ArticleTroubleshooting • Re: RaspberryPI errors during sudo apt update
You have network configuration problems:The error message "No route to host" is means the routing table does not contain a default gateway, the default gateway is invalid, or the default gateway is...
View ArticleBeginners • Re: Reasonable Projec? R Pi Zero Desktop
Ah, I didn't think about the RAM. The parents are concerned about wifi access, so since the pi zero has no wifi I thought that would work well.So, if I got the 4B, are there parental controls or...
View ArticleGeneral discussion • Initialize .py file when starting raspibian
Good evening everyone, I'm trying to get Raspbian to start my .py file that is on the Desktop automatically when the system is restarted. Can anyone help me?Statistics: Posted by samuelrocarvalho —...
View ArticleGeneral • Re: Pi Pico W: Another 'bricked' post (but I'm fairly convinced)
Repeatedly accepting the socket connection, s.accept(), in the loop, is not a good idea. I haven't written much sockets code myself but IIRC accept is only done once.Statistics: Posted by katak255 —...
View ArticleRaspberry Pi OS • Re: SSH connection issues with Bookworm.
This is unusual. On my Windows machine I am more likely to not be able to connect via the host name rather than the IP address.Are you sure you are using the correct IP address? Have you perhaps...
View ArticleCompute Module • Re: CM4 EMMC issue
Hi,Yes, I chose this option in CM Provision. If I uncheck this option, the size of EMMC will be resumed to 32GB? Or I need to perform any other procedure to clear the EMMC as factory default. Please...
View ArticleBeginners • how to configure the memory for mode (irq, fiq ..)
I am working with the Pico.While trying to configure the memory for the Pico, I became curious about the memory allocation sizes for the operating modes.I am wondering how much memory is allocated for...
View ArticleGraphics, sound and multimedia • Re: Output to both HDMI ports simultaneously...
the problem is that both hdmi ports are part of a single drm cardand only one program can be using a given drm card at a timethe typical way to solve that, is to have another program act as the drm...
View ArticleFreeBSD • Re: FreeBSD 14.1 on Raspberry Pi 4 boot problem
So, your Pi 4 is only supported on version13+Thank you, I actually did read that . I took it to mean from version 13 and up, but it seems to mean only 13.It was suggested to me in another forum to...
View ArticleBeginners • Re: need location access through browser
Saintzu,Perhaps this might help https://support.google.com/chrome/answe ... %3DDesktop but quite how Chrome gets your actual location is another matter.You might also consider being just a little...
View ArticleTroubleshooting • Re: Issues with serial communication between 2 Raspberry Pis
What's wrong with using ethernet/WiFi? Why have you chosen serial which is horribly difficult.Serial is laughably easy. Apart from the Tx/Rx ambiguity. Grounding. Baud rate. Protocol. Signalling...
View ArticleTroubleshooting • Re: Stopped being able to access the internet although I'm...
Perhaps check if you have a gateway IP setup necessary to escape your local network. However, if you simply have an IP address that when ANDed with the inverse of your net mask doesn't match your...
View ArticleGeneral • Re: Trouble soldering picow
Well that was dumb, I assumed the device was Celsius only. The manual located here https://hakkousa.com/amfile/file/downlo ... uct/10127/ gives the process to change between the two, while powering on...
View Article