Beginners • Re: Learning Linux
The conservative rolling updates avoid periodic disruptions that Debian major releases cause.Second that. I've always been a Debian guy - on all the platforms - but the only way to stay sane is to...
View ArticleCompute Module • Re: CSI not working
There is no camera auto detect (same is valid for DSI as well) for compute modules. You will have to add the overlay for enabling the camera yourself. The docu is a food starting point (or search the...
View ArticleCompute Module • Re: CM4IO with Raspberry Pi 7" display
I want to say thanks for all the information I've received. My issue is resolved. My problem is I was using adapter cables from other companies. After realizing that there was an offical cable that...
View ArticlePython • Re: Send email from python
I use smtp2go. It's free for small personal use. If I remember correctly I get 100 emails per day. Enough for my needs.My email address to send from is an outlook.com one.Code:...
View ArticleTroubleshooting • Re: Pi 5 chip came off
Right ive come to the conclusion that I don't feel comfortable with doing the micro soldiering so have decided to put on ebay. If anyone wants to do it for themselves here it is....
View ArticleTroubleshooting • Re: WiFi Issue - CTRL-EVENT-ASSOC-REJECT...
Thanks for coming back to me.I've checked the country code is correct - AU.The Pi is maybe 4m away from the WAP, practically line of sight.I'm sure it had connected fine in the past.I've recently...
View ArticleWanted • Re: Bright Pi
It looks like it's literally an embodiment of the typical application of the Semtech SC620 chip, which costs about $3.Here's the datasheet on the Bright-Pi...
View ArticlePython • Re: PID controller help
I use Pygame. Doesn't require the registering for a key. I simulated the sensor reading since I don't have one.Code: #!/usr/bin/env python3import pygameimport os,sys,threadingfrom gpiozero import...
View ArticleTroubleshooting • After installilng Steam Link Raspbain will not start.
Hello, I have a raspberry pi 4 with a 1 TB SSD installed with Raspbian and after installing SteamLink I rebooted my system and the desktop did not load and I have errors saying error to load...
View ArticleTroubleshooting • Re: After installilng Steam Link Raspbain will not start.
it's looking for wayfire because wayland is the default, X11 is used on -2gb systemsyou can switch to X11 in raspi-configlightdm is already default and running, skip all thatStatistics: Posted by...
View ArticleTroubleshooting • How to add taskbar Launch apps in bookworm using Wayland GUI
I am running a RPI4B with Bookworm with the latest updates as of Oct 20, 2024.I had been using X11 and VNC for remote desktop access which was working as expected. I decided to try the new RPI-connect...
View ArticleRaspberry Pi OS • Debian Bookworm AP+STA setup fragile
I'm having issues on my pi 4B when trying to use the wifi adapter as both an access point and a wifi network at the same time. Connecting to wifi fails after a short wile, with the pi not able to list...
View ArticleCamera board • Re: "Or Better"?
We need only do something about that 1st frame being stretched.Try adding a short delay before starting the recording.As per this version, which also has a more generic way of defining the ScalerCrop...
View ArticleTroubleshooting • Re: How to add taskbar Launch apps in bookworm using...
right click in the menuStatistics: Posted by kerry_s — Mon Oct 21, 2024 5:46 am
View ArticleAdvanced users • Re: How to disable onboard wlan0 and exclusively use dongle...
Look into the journalCode: sudo journalctl -e -f -u NetworkManager.serviceAnd best to provide a network architecture picture of what you want and have.Statistics: Posted by redvli — Mon Oct 21, 2024...
View ArticleCamera board • Re: How to handle same resolution
The way that libcamera on the Pi is expecting to drive sensors doesn't allow for 2 modes of the same resolution with different frame ratesActually this is the answer that I was searching for....
View ArticleOff topic discussion • Re: C/C++ compiler feat. gpio libs for Raspberry 4 +...
hello,which C/C++ compiler feat. which gpio libs for Raspberry 4 with Windows 10/ARM can be recommended? Especially to switch gpios on/off/pwm and to use i2c and spi device drivers like e.g. wiringPi...
View ArticleTroubleshooting • Pi 4 on Buster: Menu Bar Missing
This on a: Raspberry Pi 4 Model B Rev 1.2 still running Buster.This is one of two identical Pies both running Buster and in the same location. I have enabled VNC on both machines and am using the Mac...
View ArticleTroubleshooting • Re: crazy issues with NFS and 2 pi's
Thanks ejolson, this is useful! I'll try to plan some time to run something like that!Statistics: Posted by pierric — Mon Oct 21, 2024 6:56 am
View ArticleRaspberry Pi OS • Virtual keyboard for login Raspbian Jessie
Hi to all,i'm looking for a solution for this problem.I've installed florence ( and at-spi2-core in order to avoid keyboard disapperar ) without any problems and it's working if for example i want to...
View Article