Raspberry Pi OS • Re: I can't watch youtube or imdb videos on chromium browser
firefox can not set full window mode.Statistics: Posted by cjan — Sat Sep 14, 2024 11:35 pm
View ArticleGeneral discussion • Re: AndroidBuddy: control any smartphone from Linux...
People reading this: please respond back here once you test AndroidBuddy. Feedback requested, and so far there still has been none.Statistics: Posted by Botspot — Sat Sep 14, 2024 11:44 pm
View ArticleGeneral • Re: SD card codes and microSD card module altogether working with
Thank you for replies ^^ It helped me a lot. I am now working with carlk3's work and its applications retrieved from github.It would be working nicely soon, so is my project will be...
View ArticleBeginners • Re: Minimize all windows/show desktop in Bookworm?
keyboard in wayfire is very minimal, basic at best.Statistics: Posted by kerry_s — Sun Sep 15, 2024 12:36 am
View ArticleTroubleshooting • Re: Help Rpm Counter inputs
Thx , Tried your script, got an error, have I not installed something??import gpiodimport timefrom gpiod.line import Direction, ValueLINE = 27with...
View ArticlePython • Re: What is the official Raspberry Pi library for accessing GPIO...
GPIO Zero is the recommendation in the official OS documentation: Use GPIO from Python.It should be installed by default with RPi OS 12/Bookworm. N.B. The hardware implementation of GPIO changed with...
View ArticleGeneral • Re: PICO 2 - Corrected version availability?
120 uA of current is not such a big deal for digital outputs to drive this input, they are working dynamically at much higher driving current (order of 10 mA, RPs have it configurable between 2-12mA)...
View ArticleTroubleshooting • Pi5 weak WiFi compared to Pi4 and has difficulty connecting...
I just moved from a RPi 4 to a RPi 5 and I'm having a problem with the Wifi connections.Pi5 is running the latest "Bookworm" versionI actually thought I had a defective Pi5 and ordered a second one....
View ArticleGeneral discussion • Re: 100/1000Mbps fiber port need (?) on RIP 4/5
Did I read the subject correctly?Is 100Mbps and 1000Mbps even available over fibre optics? It's been doable on copper for a very long time and the only reason I can see for doing those speeds over...
View ArticleAutomation, sensing and robotics • Re: How to control low voltage AC motors
Guys,There is actually a clever way to switch an AC current with a transistor by using a bridge rectifier to route the positive and negative half cycles through the transistor in the correct...
View ArticleGeneral discussion • 7" raspberry pi display
I recently purchased a raspberry pi 7" display. When I turn it on it works great after about 20 minutes or so it times out and goes to a black screen ( I don't know if that is normal or not) any way...
View ArticleNetworking and servers • Re: Configuration d'un VLAN privé sur un Raspberry...
Getting a Pi configured for VLAN trunking to a Cisco is pretty easy:Config on the Cisco:Code: interface GigabitEthernet5 switchport mode trunk switchport trunk native vlan 50!View port VLAN config on...
View ArticleTroubleshooting • Re: Pi5 weak WiFi compared to Pi4 and has difficulty...
Which cases are you using, the Flirc Pi4 is pretty good on Wifi, there are other aluminium cases that would clearly have a problem.Also, are you using any USB3 device?Statistics: Posted by pidd — Mon...
View ArticleTroubleshooting • Re: headless pi5 not responding every 4-10 days, journalctl...
thanks again,i could try getting a different microsd card along the lines of the ones you posted. currently using one of these https://www.westerndigital.com/products ... 256G-AN6MA and have seen no...
View ArticleGeneral • Re: control a set of 15 inputs that output 15 outputs on Pico
This is farcical. Use code tags. Every time you post an "i" in square brackets the forum interprets it as "start italics" and removes it from the display. If you copy and paste this from the forum...
View ArticleNetworking and servers • Re: Assistance with script to change Static IP
I use the latest raspebery OS in the headless version and try to set a static ip-address.The Debian Reference suggests using systemd-networkd instead of NM in 5.3. The modern network configuration...
View ArticleOther programming languages • Re: Where are the Vulkan examples or is this...
Pi4/5 now vulkan-1.3 supported, but not support the VK_KHR_video_decode_queue extension?ps. build mesa-24.3-gitStatistics: Posted by cjan — Mon Sep 16, 2024 11:03 pm
View ArticleGeneral • Need some help figuring out PIO code problem
I am trying to send a 9 bit byte by using the PIO to create a uart. The 9th bit (MSB) is either set to 0 for data or 1 for address. I took the PIO uart tx example and tried to modify it. I have a...
View ArticleTroubleshooting • libcamera-hello: ERROR: *** no cameras available ***
Hey! i am trying to view my Pi Zero W 2's connected camera via a web browser with python and i got it working yesterday but when i booted up the Pi this morning the camera is no longer detected by...
View ArticleGeneral • Debugger is Unable to read RISC-V Registers
I was finally able to get VS Code to load and run risc-v code. Things work pretty well, I can load code and step into functions and breakpoint and do all that. But for whatever reason, if I ask the...
View Article