Media centres • Re: Stream Kodi (or screen in general) to Laptops-Screen
my intention is completely different: I really want KODI to run on Raspberry PI!!! - Laptop should only be a monitor!Reason: I can't/won't install KODI on my laptop due to security settings. But I...
View ArticleGeneral discussion • Re: Chromium is not supported on Rasberry Pi Model B
FWIW I'm running Mozilla Firefox 102.15.1 esr on my RPI 3B+ running Bullseye.Statistics: Posted by DS256 — Sun Jul 07, 2024 3:23 pm
View ArticleCamera board • AI hailo rpi5 examples question...
The following code is in the detection.py example..Code: def get_pipeline_string(self): if self.source_type == "rpi": source_element = ( "libcamerasrc name=src_0 auto-focus-mode=2 ! " f"video/x-raw,...
View ArticleGeneral discussion • "Contact User" feature broken / disabled?
I'm trying to contact a user on this forum, but this feature seems to be disabled? There's the "Contact User" text in red when you click on the user, but you cannot interact with it or anything. It's...
View ArticleTroubleshooting • Re: No sound available in default Pi5
Why not buy something that states it will work with a Pi:https://thepihut.com/products/usb-audio ... spberry-piStatistics: Posted by rpiMike — Sun Jul 07, 2024 3:32 pm
View ArticleGeneral discussion • Re: "Contact User" feature broken / disabled?
'Disabled' is the correct description.Ref: viewtopic.php?p=1318118&hilit=Messages#p1318118Statistics: Posted by B.Goode — Sun Jul 07, 2024 3:33 pm
View ArticleTroubleshooting • Re: Inadequate power supply???
Post a pictureStatistics: Posted by kip_the_elder — Sun Jul 07, 2024 3:38 pm
View ArticleTroubleshooting • Re: Code Lyoko Led Controller: Hardware suggestions needed.
I was considering using strips of Programmable LED's myself, but for me it is unclear if I can still can controll each LED individually. Wether I can turn certain LED's on the LED off/On. You...
View ArticleCamera board • Re: Camera emulation, how ?
This old topic asked the same question so I know it is possible, but all the links are broken.Those links may have moved here: Tutorials – (advanced) ProjectsThis may have been possible with the old...
View ArticleBeginners • Re: Using a transistor to selectively power an element
FER24,The thing about transistors is they turn on, pass current between collector and emitter, when the voltage between the emitter and base connections gets much above 0.6 volts for silicon (0.3...
View ArticleBeginners • Re: Induction sensor PNP with Raspberry pi
I think it used Geranium PNP transistors.It uses Geranium transistors in the same way that Germaniums are flowering in my garden. Yep. You got it. I just loved the OC72.Statistics: Posted by...
View ArticleCamera board • Re: Camera Module v3 -DOA
Unfortunately I think your module is toast.0x50 is another part in the sensor module, and I suspect if you'd set "camera_auto_detect=0" and not added "dtoverlay=imx708" you would see address 0x0c...
View ArticleRaspberry Pi Connect • Re: KDE-Plasma Desktop
I run a Pi5 with an ethernet connection and after installing kde-plasma-desktop I only get rpi-connect to offer remote shell access.Can I not get a graphical connection as I did before installing...
View ArticleMicroPython • Re: Multithreads problems.
Here's a thought ...Let your main "while (1)" loop do its thing and have your external user events be handled by an interrupt servicing strategy. Slow asynchronous events like user keyboard inputs are...
View ArticleAdvanced users • Remote Access Options For Amending Programs
Hi,I am looking for a robust method of accessing programs remotely on my Raspberry Pi 4 running Bookworm, from my Macbook. I would also like the best method of keeping on top of versions, rather than...
View ArticleTroubleshooting • Re: Raspberry Pi 4, no output to VGA monitor
Found a related post: viewtopic.php?t=338803I have to buy a micro HDMI to VGA adapter. I will test and update. Thank you.Statistics: Posted by callkalpa — Mon Jul 08, 2024 4:14 pm
View ArticleAdvanced users • Re: AMA0 RS-485 mode
"1. What evidence do you have that it is still in RS485 mode?"The issue is that switching to RS-232 doesn't seem to work, as the communication only operates in one direction."2. Are you sure that the...
View ArticleTroubleshooting • Re: RasPi 4 Model B 4GB HDMI issues
Yes, all looks good, and it's producing 1080p60. That configuration appears to have booted into the GUI (64x64 image is the cursor). As you have SSH access, you should be able to change the mode by...
View ArticleAdvanced users • Re: Remote Access Options For Amending Programs
Why not use VSCode's REMOTES feature so that the Mac can edit files on the Pi using ssh and scp? It must copy the file to the Mac when you open it, then write back any changes to the Pi when the file...
View ArticleOther projects • Re: portable Linux Terminal with ZeroW and 480x320 LCD
Thanks, I will check these out!Statistics: Posted by bartvdg — Tue Jul 09, 2024 3:38 pm
View Article