Beginners • Cannot copy files via Pi File Manager to NAS Share
Using a Pi 4B, OS updated this morning.I am able to mount my NAS's SMB share in the File Manager, and can copy files from the NAS to the PI's desktop via drag and drop with no problems.However, if I...
View ArticleCamera board • Re: OV5647 can't be found by gst library on bullseye 64bit
Presumably that is looking for a simple V4L2 device to use with GStreamer. I tried below binary commands, it seems video0 can be found. But it can't be found in python code using gst plugin...
View ArticleBeginners • Re: Cannot copy files via Pi File Manager to NAS Share
some times the file manager doesn't refresh/reload/update the contents right away, try pressing f5 to force reload.also seems you can ssh in, maybe try sftp in the file manager, ive found that to be...
View ArticleBeginners • Re: How to make my raspberry pi 3a+ more responsive
Put it on ebay and order a Pi5? Statistics: Posted by kip_the_elder — Sun Jun 16, 2024 7:12 am
View ArticleBeginners • Re: Do I need a pull up R for the GPIO PIN that goes to the data...
The GPIO pins are not supposed to have 5V on them, pulling to 5V could damage your Pi4. The internal protection diodes on the input will attempt to clamp to less than 5V but the diodes do not last...
View ArticleNetworking and servers • Using a pi 3b+ as in-car 4g router / info unit.
Hey Everyone,Hope you're all having a great day!I am looking to create a simple info unit for my car. I am looking to use an Android Operating System running on my Raspberry Pi 3B+ to give it access...
View ArticleNetworking and servers • Re: nmcli, Network Manager CLI, has naming problem.
For real devices, wlan1, the ifname has to be the device name. For made up devices, the bridge, the ifname can be make up. Some of the examples must be written for systems where the device name has...
View ArticleTroubleshooting • Trouble Communicating With A CAN Network
The setup: 2X MCP2515 chips with ATA6561 transieverhttps://seengreat.com/wiki/82/dual-ch-can-haton a Raspberry Pi 5Trying to connect to a 2013 Ford Fusion through the radio node. The Pi is to replace...
View ArticleTroubleshooting • Raspberry Pi 5 - Power supply in the car - 12V DC available...
Hello,I am struggling with powering Raspberry pi 5 from anything other than official AC -> DC 5V/5A power supply.My goal is to make RV control system, so I need this device to be powered from 12V...
View ArticleTroubleshooting • Unable to change wallpaper (Bookworm - RP 5)
I'm having trouble changing the default wallpaper from "Appearance Settings" it doesn't do anything when I select a different wallpaper. But I can change it from the terminal but it's not permanent as...
View ArticleHATs and other add-ons • Re: Raspberry Pi M.2 HAT+ vs Xiwai M-Key PCIe SATA...
..Effect is this same Connect HDD, disconnect - nothing.Is posible to see somewhere in the logs whether Raspberry sees my M.2 HAT+ card?https://forums.raspberrypi.com/viewtopi ......
View ArticleMicroPython • Re: How to toggle (programmatically) a 5v DC fan using a Pico W?
You could start here:https://forum.core-electronics.com.au/t ... co-w/15778I found it with "Google".thanks, I didn't see that in my searches.https://www.instructables.com/Pico-Powe ......
View ArticleTroubleshooting • Re: Raspberry Pi 5 - Power supply in the car - 12V DC...
You need to put a scope on the power lines, I suspect the inrush current is overwhelming the power supply and the voltage is dropping, and the usb is failing to start as a consequence.Statistics:...
View ArticleHATs and other add-ons • Re: New Official AI Kit available now at $70
Is the delay related to documentation or market segmentation? As segmentation is already provided by the reduced speed of the AI Pi kit compared to products like the Biscotti...
View ArticleOff topic discussion • Re: Can Clearpath SDSK & Hybrid Steppers be...
Sure, easily. By the way, at Cherry Gold Casino https://cherry-gold.casino/ players can immerse themselves in the rural charm of tractor-themed slots.Statistics: Posted by CarlosEvans — Mon Jun 17,...
View ArticleCamera board • Re: Pi camera module v1 and AI kit performance issue?
What if you run, for example, "rpicam-hello -t 0"? Do you get the same degraded performance? Can you post the output of "rpicam-hello --version" as well please?Statistics: Posted by naushir — Mon Jun...
View ArticlePython • Re: super user command from Python script
You could use it, but a sysemd unit is cleaner.Yuck!There's no avoiding systemd, so you'll need to learn to accept it. It's very versatile to run anything. I've even replaced cron with systemd-cron...
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 ArticleNetworking and servers • Re: pi os and ipv6
i just leave it aloneyou can disable it in the network icon - advanced settings , select your connection , then edit connectionin the last tab , click on the drop down and select disablebe sure to...
View ArticleBeginners • Can't list installed libraries
I need to list the installed libraries on Raspberry Pi5. I get the following error when I use pip list command.Code: user@raspberrypi:~ $ pip listERROR: Exception:Traceback (most recent call last):...
View Article