General • 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 ArticleOther • Re: Download corrupt hash doesn’t match
I'm having the exact same issue on a raspberry pi 4, 8gb. I tried grabbing the official ARM image from Kali's website but I'm having trouble writing that to my SD card too.Is anyone else having...
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 ArticleRaspberry Pi OS • SSH connection issues with Bookworm.
Using Bookworm on Pi 4 I have a weird issue where I can connect SSH through PUTTY using device name but attempts to connect using IP result in a "connection refused" error. Is this normal or is there...
View ArticleRaspberry Pi 400 • Re: Pi 400 displays multicolor screen then No signal
Right out of the box, I plugged into a screen I bought especialy for the raspi: called HyperPixel 4.O inch.Then as it didn't work I plugged it in another screen and it would take 20 time to boot once...
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 ArticleHATs and other add-ons • Re: Stacking multiple official HATs on Raspberry Pi
I make it potentially fourYeah, but it's not feasible to have two power HAT+ connected, hence why I said three.Statistics: Posted by HwAoRrDk — Thu Jun 20, 2024 12:06 am
View ArticleGeneral • Re: Pico as a Macintosh 128K
I'll take you 128k and raise you a quadra 700https://www.tomshardware.com/raspberry- ... spberry-piThough it takes a full Pi this time As for C - getting too old for new tricks as computing hobby...
View ArticleTroubleshooting • Re: FTP server config for anonymous and remote access
@knute...Please confirm that you can connect from the console on the Pi running the vsftpd server?knute@knute-XPS-8700:~$ ftp knute@localhostConnected to localhost.220 Welcome to Knute's XPS-8700...
View ArticleOther RP2040 boards • Re: Flush Pi Pico PCB Design
I'm not sure that I understand your answer? The rp2040-zero doesn't contain mousebites but does contain castellated holes. I also won't be including any mousebites on my PCB.Statistics: Posted by Sano...
View ArticleTroubleshooting • Re: Issues with serial communication between 2 Raspberry Pis
Im using serial to send a whole bunch of sensor data between to the two Pis both of which are running python programs, one is acting as a PID controller and has all the sensors on it and the other has...
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: 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 Article