General discussion • Re: Live streaming with camera raspberry pi
Search the forums here. There a multiple posts on how to do that. I remember one had some code too.Statistics: Posted by memjr — Tue Mar 19, 2024 2:20 am
View ArticlePython • Re: I don't know how anyone is happy with Python now
Everything is working fine for me.The externally-managed-environment has very little with the python team and more so to do with the OS distro maintainers. If you wish it to stay the way it used to...
View ArticleBeginners • SH1106 128x64 OLED Display on I2C in Raspberry Pi OS Bookworm
Hi peeps,I'm completely new to using these displays and have spent two days going around in circles getting basically nowhere. All I'm trying to do is initialise the display to run correctly so I can...
View ArticleRaspberry Pi OS • Re: OS problem
Bookworm by default uses wayland and to start the gui from cli you use wayfire-pistartx is for X11 modeStatistics: Posted by pidd — Wed Mar 20, 2024 1:14 am
View ArticleNetworking and servers • Re: Can I sleep at night with a home full of wifi...
Unless you stick the QR code and password to your front window then how secure do you want?If you want secure, use long passwords, they don't need to be that complicated, just a slight twist and long...
View ArticleTroubleshooting • Error: An operation is already pending, can read ntfs drives
Running latest is on raspberry pi 5 with 4tb Seagate portable drive formatted as ntfs.I turned on my pi as usual, but I noticed the drive icon was not on my desktop as usual, so I opened the file...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Getting Up To Speed
That would probably work, but we're already going to be using 22 of the GPIO pins. Those FTDI chips look like they need 13 pins. We'd have to multi-plex I/O pins to get it to work.Statistics: Posted...
View ArticleGaming • Re: Minecraft
so should I accept the Kernel?Statistics: Posted by MrTech — Wed Mar 20, 2024 1:32 am
View ArticleUbuntu • Re: Bridging WiFi and Ethernet
The short answer is you can't bridge wifi and ethernet on the same subnet.Statistics: Posted by pidd — Wed Mar 20, 2024 1:38 am
View ArticleGraphics, sound and multimedia • Re: Raspberry Pi5 and VGA666
Hello Claudio/Everyone!Code:...
View ArticleRaspberry Pi OS • Re: Screenshot Apps for RaspiOS
I learned a lot about wayland tools from others in this thread:viewtopic.php?p=2202609#p2202265Installing slurp make Fn+PrtScn work, creates file like "20240312_20h53m11s_grim.png" under...
View ArticleBeginners • Re: Rpi 5 and Pan Tilt hat
Ok I got the same issue.To get around it I made pwm_servo4 which doesn't use sysfspwm at all.the pmw_servo4 includes a small class called simplefs. I only create the "set" functions.Way simpler and I...
View ArticleCamera board • HQ Cam Sample Shots
Just starting a thread to dump some cool shotsI like doing landscape photography at a nearby park or macroI recently got the 16mm telephoto (blue ring) lens been trying that, I have not been pleased...
View ArticleOther programming languages • Re: GnuCOBOL
Last time I wrote any COBOL was 1986/87.I was up to my elbows in Lotus-123, Dataease & COBOL code in 1986/87Blimey, DataEase is a blast from the past. Cannot remember if I ever did anything with...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: how to use drm bridge icn6211
Hello, I followed along to this post on a ICN6211 design I have. I've downloaded and compiled a new kernel based on 6.6. I added a chipone-icn6211.dts file and added it to the Makefile in...
View ArticleAdvanced users • Re: KEEP autostart terminal open like in UI
You're making an assumption in that because the address and port cannot be bound your script is already running. It might not be. It's possible for a program to crash and not have the port...
View ArticlePython • Re: Pi 5 / RC522 / Python for RFID Reading?
Why do you need gpio for the RC522Just enable the SPI device with sudo raspi-config I do have some code in python to read the RC522 if you are using the SPI...
View ArticleTroubleshooting • Re: Cannot connect to wifi on ubuntu
start overif rpi5 you need 23+ version.if rpi4 best to go 22lts as others are buggy.to access a secure wifi you always have to provide the password to the access point, not your user password for...
View ArticleRaspberry Pi OS • Re: Automatic mount of USB drive
Drives that are hotplugged are mounted under /media which is the correct place for them (see Filesystem Hierarchy Standard). If your Pi boots into an auto logged in desktop any drives present when the...
View ArticleMicroPython • Re: USB communication between a Pico and another RP2040 device...
Thank you! I did not realise that USB worked in that fashion. I can stop bashing my head against that brick wall now.You're not the first and won't be the last to not realise that.Looking at PIN...
View Article