Troubleshooting • Re: Issues with Aluminium case for raspberry pi
I've had an identical experience with my alum case. I like it very much, but WiFi is completely blocked (AP is 3ft away). I bought the case from an official retailer and find it pretty shoddy that...
View ArticleTroubleshooting • Re: Connecting Motor Drivers to Motors.
The second link you provided has schematics that show aht you need to connect to what.Here's a link directly to that picturehttps://thepihut.com/cdn/shop/products/ ... 1646275881The video is also...
View ArticleTroubleshooting • Picamera2 - Combining Size and Transform Configuration
Hi,I'm trying to set up a picamera as seen below. Individually, I can successfully configure it's dimensions or transform it, but regardless of how I try to combine them both, I'll either get an error...
View ArticleTroubleshooting • Re: Raspberry Pi 5 - Unable to use keyboard
So I received today the Raspberry Pi Zero 2 W and the keyboard just works out of the box when plugged to the Zero 2W but it doesn't when plugged into the 5...this is really weird.Statistics: Posted by...
View ArticleTroubleshooting • Re: Picamera2 - Combining Size and Transform Configuration
There are a number of ways to apply multiple configurations.Here's one example to try :-Code: from picamera2 import Picamera2,Previewfrom libcamera import Transformpicam2 = Picamera2()combined_config...
View ArticleTroubleshooting • Need Help with 4G Hat for Raspberry Pi 0
Hello Raspberry Pi Community,I hope you're all having a great day! I am currently trying to set up a 4G hat [SIM7600X 4G HAT(B)] for my Raspberry Pi 0, and I am following the guide found here:...
View ArticleTroubleshooting • Re: kernel: raspberrypi-firmware soc:firmware: Request...
Everything is up to date, how would I check to see if the firmware is corrupted? Or should I just do a fresh install?Statistics: Posted by RP_User_Online — Mon Apr 22, 2024 9:48 am
View ArticleTroubleshooting • Re: SIM7600 can't receive SMS
Thank you, it works now. But I am still confused about the timeout. I first changed timeout=5, and when running the script, immediately send a message to the SIM card, I got all the messages printed...
View ArticleTroubleshooting • Raspberry pi camera suddenly not working
I have a raspberry pi zero w and have been playing around with a project of a remote access camera that has password authentication but this is besides the point. I was using it recently to great...
View ArticleTroubleshooting • Re: Overcurrent on Raspberry Pi 5
I tried the new power supply and it didn't fix the problem. So I'll just buy a new one.Statistics: Posted by bluepig600 — Mon Apr 22, 2024 11:35 pm
View ArticleTroubleshooting • Re: Ssh problem
if you run "ifconfig -a" on the rpi, what IP does it list?Statistics: Posted by cleverca22 — Tue Apr 23, 2024 12:54 am
View ArticleTroubleshooting • Re: New Raspberr Pi 5 runs hot compared to different RP5
That doesn't seem too hot. I have a Pi 5 here, with a small heatsink on, no active cooler, and it is idling around 55-56.not sure if its the cause here, but one of my pi-zero's had an accident, where...
View ArticleTroubleshooting • Installing with NPM runs out of memory?
Apologies if this belongs in another forum! I will be happy to move it if so!I bought a brand-new Raspberry Pi Zero 2 W, and I began tinkering with it for the first time this weekend!I installed...
View ArticleTroubleshooting • Re: SD card not functioning
Thanks everyone for the help. It was the SD card... I tried using a completely new card with more GB from SanDisk and everything worked perfectly! It's definitely worth it to buy quality cards!...
View ArticleTroubleshooting • Mount from Network
I mounted a directory from my Network onto my Pi and the mnt Folder is now in the root system (not in the root folder but in the larger / Folder). The problem is that as a normal user I don't have...
View ArticleTroubleshooting • Re: Installing with NPM runs out of memory?
and eventually just kills the process because the board runs out of memory.Get a Pi with more memory? The Zero range only have 0.5GB and they aren't suited for big tasks. The Pi 2B, 3B and 3B+ have...
View ArticleTroubleshooting • Re: Mount from Network
What are you trying to mount (the filesystem that is) and from where and how?You also say 'not in the root folder but in the larger / Folder' , if you are referring to '/' and not a directory called...
View ArticleTroubleshooting • Re: Need Help with 4G Hat for Raspberry Pi 0
I have attempted to connect using SIM cards from the Italian providers TIM and Wind, which offer data services. However, I have encountered issues with both. Interestingly, when I switched to a...
View ArticleTroubleshooting • Re: Raspberry Pi Password Reset
On standard PiOS you can update / upgrade from the command line without having to use a password.Open a terminal window and useCode: sudo apt updatesudo apt full-upgradeThat's an OS update not a...
View ArticleTroubleshooting • Re: "Zero W", Unable to setup new WiFi
Hello, The recommendation to use the "nmtui" command to reconfigure the new wi-fi network worked perfectly. However, I found that I was no longer able to log into the "Zero W" remotely (via SSH). Can...
View Article