Networking and servers • Re: VNC conversion from Home Account to the free...
https://help.realvnc.com/hc/en-us/artic ... belongs-to This worked for me. Thanks Charlie, that was the way that worked for me too.P.S. the link describes the procedure for PC and Macs, it works for...
View ArticleCamera board • How to setup a local webcam on an RPi5
I have an imx296 camera on an RPi5 8GB, and all the pieces appear to fit, including the kernel, libcamera, rpicam-apps, and ton of gstreamer plugins, etc.. Camera is detected and functional, as much...
View ArticleAndroid • Re: [DEV] LineageOS 21 (Android 14) for Raspberry Pi 4 & Pi 5
Can anyone help with this one,I have set my GPIO pins as per the following in my config.txtCode: # Keysdtoverlay=gpio-key,gpio=26,keycode=115,label="VOLUME_UP"...
View ArticleGeneral • Re: Help with Pico ADC project
Just before proceeding, I am just trying to get all the GPIO buttons working on the PI.Its a bit strange though, as the VOLUME_DOWN and PREVIOUS_TRACK buttons just will not function, all other buttons...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Can ADV7282M work with RPi4 at all ?
Hi,OK, first I have made connections with good SMA connectors and cables of exactly the same length.Then I I have booted w/o GUI just with console. The result is the same as before - no image.Frankly...
View ArticleTroubleshooting • Re: Application icon showing in launcher, but not task bar
A frustrating update:As stated above on X11, the icon I pointed the .desktop file to shows in the launch bar/favorites but not the task bar window for the running program. On Wayland, changing...
View ArticleNetworking and servers • Re: Raspberry Pi 4 Computer Module and SSH keys
2) On the RPi, edit sshd_config file to uncomment out these lines making them active:That is not necessary. The comments are the options that are active by default.PS C:\Users\Serf201\.ssh> ssh...
View ArticleTroubleshooting • Re: Brand new RPi 4B no longer booting any OS
Just as a note: I have four other Pi 4B units that work just fine when put in the same situation.. Could this one be a dud?Statistics: Posted by RevZ — Sun Jun 16, 2024 11:43 pm
View ArticleMicroPython • Re: pico W vs. DFPlayer - Raspberry pi and sound
Okay, found it: and got it going (kinda): well enough that it plays sounds from the card.1. Copy __init__.py to the path lib/dfplayer on your Raspberry Pi Pico. Use View → Files in Thonny to see the...
View ArticleTroubleshooting • Raspberry pi 4B reconnecting all USB
Hi,I'm building a product that will contain a Raspberry pi 4B with a Sim7600X hat from waveshare, and some other USBs.It seems I'm facing some issue with power, but it's been giving me a hard time...
View ArticleTroubleshooting • Re: How to reduce servo jitter on the raspberry pi 5?
is it using software or hardware pwm?hardware pwm should have far lower jitterStatistics: Posted by cleverca22 — Mon Jun 17, 2024 12:48 am
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 ArticleCamera board • PiCamv2/Motion changing resolution crops the image.
Pi4PiCamV2Motionlatest OS Looking to replace a USB cam. PiCam2 is nice, looks great, but if I set the size to1920x1080 in Motion, I get a cropped image, definitely not what I want. If I set it to the...
View ArticleGeneral programming discussion • 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 Article