General 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 ArticleTroubleshooting • Re: Chromium issue after latest updates
your miss understanding, the debian version has never been hardware accelerated on rpi'sYeah probably but i am just trying anything that will keep my Chromium up to date on my X11 system. I could have...
View ArticleBeginners • Re: I found a new command whereis
My usual command for this is "type", as it's a "shell builtin" for bash that guarantees you the same search as if you just typed the command, and knows about anything else (e.g. shell aliases,...
View ArticleNetworking and servers • Re: Assistance with script to change Static IP
For bookworm, on my home network, I have simply copied something like this:Code: allow-hotplug eth0iface eth0 inet staticaddress 192.168.0.XXX/24netmask 255.255.255.0gateway 192.168.0.1to...
View ArticleBare metal, Assembly language • Re: Pi400 and USB
Having read back my previous post I didn't make myself very clear.The sample code works writing to a USB drive when the code is booting from the SD card.I'm trying to write to the USB drive with the...
View ArticleGraphics programming • Re: DRM_IOCTL_MODE_ATOMIC randomly returns EBUSY
Good info on DRM_IOCTL_MODE_RMFB. My app preallocates framebuffers and nothing freed until app shutdown. Hardware h265 requires DRM_IOCTL_PRIME_FD_TO_HANDLE once per unique buffer, but that was not...
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 ArticlePython • Re: What is the official Raspberry Pi library for accessing GPIO...
I'm struggling now to find a way to unblock the thread, that I will put this code into, when the app script needs to exists. Of course, I don't want to use timeouts on the `for event in...
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 ArticleBare metal, Assembly language • Re: Additional network drivers for Circle?
The USB CDC Ethernet driver in Circle has been added for QEMU usage and this is also the only configuration, which I have tested with it.Statistics: Posted by rst — Mon Sep 16, 2024 10:08 pm
View ArticleRaspberry Pi OS • Re: Can't get wayland running on Pi3B+
Thanks, that's good to know... I spent some many night on this already trying to make it work, compering config files with my other RPI400/RPI5 , i even re-imaged poor guy, then restored backup for...
View ArticleGeneral discussion • Re: New Pi 5 Revision? What changed?
Sometimes I feel that I am piling sticks on the fire, but I thought of something that might be advantageous if there is a rumor of a 5+ in the future. I would like to see the addition of a full USB-c...
View ArticleTroubleshooting • Re: Setting Pi 4 to throttle at lower temperature?
it already does that defaultCode: lscpu | grep MHzdo you at least have some kind of heatsinkcan you just splice the fan back in or connect it directly to the pi (pinout)i run a fan slow on the 3v3(1)...
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 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