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 ArticleRaspberry Pi OS • Re: How to remove extra architectures from updates?
@rpdom, TYVM! Statistics: Posted by mtinman — Mon Jun 17, 2024 1:11 am
View ArticleNetworking and servers • Re: nmcli, Network Manager CLI, has naming problem.
I found out you have to use con-name to give your own name to a connection. Unfortunately the best documentation i can find, from redhat, does not consistently tell you where you can your name in...
View ArticleTroubleshooting • Re: Raspery Pie 5 Ethernet resets permanently
Same result, anyone any Idea what I am Missing Here?A good cable?Statistics: Posted by pidd — Mon Jun 17, 2024 1:49 am
View ArticleCamera board • Re: undefined symbol:...
Hello,I encountered the same problem as you. The problems are as follows:Code: pi@raspberrypi:~/ $ python Receiving.pyTraceback (most recent call last): File "/home/pi/Receiving.py", line 29, in...
View ArticleDevice Tree • Re: DHT11
Update : I tried to read the files (in_temp_input, and humadity)on a kernel 64, and kernel 32. Both giving me same error. when i ran a python code : Code: import timedef getDHT11(): DevicePath =...
View ArticleC/C++ • Re: How to implement a loop to read sensors
To achieve this I think I should implement a loop (let's suppose to use C++) and red the inputs at each iteration. Which is the most efficient way to set up this loop? You need to use epoll.h to...
View ArticleC/C++ • Re: C++: Linking failing on Pi 1 B+ for class members, but the same...
Does "mylibrary" use functions from "library1"? Have you tried changing the order of the libraries on the command line?From "g++ test.cpp -o test -llibrary1 -lmylibrary" to "g++ test.cpp -o test...
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 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 ArticleNetworking and servers • Re: Important networking tools no longer included in...
Hello all,so I just installed bookworm 64 bit headless on a 3b+ and was going through my usual install and setup routines and boy was I shocked when I hit host apple.com and the terminal was like...
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 Article