Other projects • Re: Alternate power source-100W USB-C connection
@jamesh:Not me. I just have a better than average understanding of tech and the ability to read and understand datasheets and specs.And an understanding of where the burden of proof lies.I also find...
View ArticleAdvanced users • Re: Testing class A2 SD cards with Command Queueing on Pi 5
In C, you can call fsync () and similar functions. One commits to the disk but the data may still be in the disk cache. Another waits for the disk to respond when the data is on the media instead of...
View ArticleTroubleshooting • Re: Rapberry Pi Zero USB / RNDIS ethernet gadget cannot...
Your zero is using a self assigned linnk local address and likely has no DNS servers listed and no default gateway.Have you enabled internet connection sharing (or whatever the OS on your PC calls it)...
View ArticleGeneral discussion • Re: cron reports command not found
How do I get cron to run the command?You need to set the $PATH variable to include the location of command executable.Or just find the actual location of the command and use the full path to it in...
View ArticleCamera board • Rp5 + Libcamera-vid + IMX378 Camera
I have a Rpi5 with an IMX378 connected.https://www.waveshare.com/imx378-190-12.3mp-camera.htmRpicam-jpeg worked fine to produce an image. But Rpicam-vid produced this:Code: root@popcamera:/pop#...
View ArticleCamera board • Re: "Or Better"?
Here's a script that attempts to create synchronized videos using the PIP method combined with my original script. Let me know if it works for you. (My Pi5 should be here in a few days)Doesn't work....
View ArticleAdvanced users • libgpiod version
I have a Rpi5 and have installed Raspberry OS on it (Linux raspberrypi 6.6.31+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.6.31-1+rpt1 (2024-05-29) aarch64 GNU/Linux) and want to program the GPIO pins from...
View ArticleGeneral • Re: Debugger causes Pico timer to get stuck when run in VS Code
As this sounded a lot less like a Pi issue than some tooling issue I also posted on the forum for the VS Code extension and got an amazingly fast answer -...
View ArticleAdvanced users • Re: libgpiod version
I'm not aware of any reason why the installed libgpiod (1.6.3) shouldn't work with Pi 5. Can you point to a comment somewhere about it?It sucks that the recommended gpio library has gone through a...
View ArticleNetworking and servers • Re: Pi5 eth0 receiving external (Read Wan IP)...
I may be missing or misunderstanding something here, but if your router is handing out the wrong information, then there is nothing you can do to your pi to fix this. I do not use sky as my ISP, but I...
View ArticleAutomation, sensing and robotics • Re: Sequent microsystems 8 relay hat...
Possibly your getkey-procedure has problems with the USB-connected feather.Let me propose to use a python standard input method:Code: import timeimport lib8relinddef relay_on(relay):...
View ArticlePython • Re: PID controller help
I've used PID controllers, but not with Python. I use it with xml in the FlightGear simulator. It's how the autopilots work.You didn't provide enough info to determine what you need. What is it about...
View ArticleDeutsch • RPi4 als Massenspeicher an MFG
Hi,ich möchte meinen Multifunktionsdrucker mit Paperless NGX betreiben. Das ist auf einem RPI4 installiert. Leider kann mein Scanner nur auf USB A scannen. Kann ich an diesen Port irgendwie den PI...
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
I had a rough time last night trying to Install PINN on my Raspberry Pi from an SD card to an NVME. PINN dit not not recognise the ethernet connection and refused to connect to WiFi (not even a 2.4G...
View ArticleOther RP2040 boards • Re: RP2350B availability for contract mfrs?
FYIEasyEDA created parts/footrprints for both the RP2350A and RP2350B at my request in preparation for building boards at JLC. The part numbers are C9900136558,C9900136713. You can access them though...
View ArticleCamera board • Re: about the video stream serious delay problem.
Can you run the python picamera2 example "mjpeg_server_2.py" in the pi3+ from: https://github.com/raspberrypi/picamera ... erver_2.pyOn my pi3+ running Bullseye (64-bit) with desktop, and a V2 camera...
View ArticleTroubleshooting • Re: Bluetooth earbud issue
How close to the PI are the headphones?What case are you using?Pretty close, almost 1 meter. Acrylic case, not aluminum.Do you have any other wireless peripherals?Statistics: Posted by kip_the_elder —...
View ArticleBeginners • Re: Trouble with drivers and screen tearing on Pi3
If you primarily want to play videos then a kodi focused distribution like LibeELEC may be a better choice.There has been quite a lot of work going on internally with the move to labwc (including...
View ArticleRaspberry Pi OS • Re: Netflix and youtube playback broken after chromium upgrade
Same here.I didn't do any extensive testing but certainly seems to work now.Good work guys!Do you have any more detailed information about what was actually causing the issue?Statistics: Posted by...
View ArticleBeginners • Re: Using a Raspberry Pi 1.
D'oh! I'm an idiot. I didn't notice that it *had* USB A sockets!Well you must have used them before. The micro B port has no data connection.I must have! Or, to be precise, I used one to connect to a...
View Article