Quantcast
Channel: Raspberry Pi Forums
Browsing all 4848 articles
Browse latest View live

Troubleshooting • Re: Raspberry pi 4 randomly turns off and needs os...

What power supply are you using and what else do you have connected to the Pis?Statistics: Posted by bjtheone — Mon Jul 22, 2024 1:55 pm

View Article


General • Re: Battery powered pico not working

I created a project https://github.com/CrabbyPete/watchible that uses a battery to power a Pico. You need to put it sleep or it will drain the battery quickly. I can run it using this...

View Article


Camera board • Re: Using grayscale image in TfStage

Jeepers, converting from YUV420 to RGB in order to convert back again is just total overkill.If your source and destination can have the same stride, then you want something likeCode:...

View Article

Image may be NSFW.
Clik here to view.

Troubleshooting • Re: Chromium-browser package no longer only chromium

It seems that the issue with not finding the chromium-browser package has been resolved, and I am now able to locate and install it again from my sources. However, I am now encountering the same issue...

View Article

Off topic discussion • Re: Has the Crowdstrike global outage affected any key...

From this point of view poor quality assurance by CloudStrike seems the main problem. This is a horrendous failure of testing, probably caused by cheaping out on it and/or lack of oversight of the...

View Article


Media centres • Re: TV HAT Raspberry Pi 5

Even better. I didn't realise that installing something which was still at the PR stage would be so easy! That rpi-update is a nifty utility.If anyone is interested in keeping an eye on the detail:...

View Article

Other projects • Re: Connecting a laptop keyboard and trakpad to a Pi?

It would be useful if the trackpad were a USB device, but I couldn't find any info about it on Google. It has on it G3A AD000G3A000 VER3A, Transimage, 2018 0130. The ribbon has 8 tracks whoch seems...

View Article

Networking and servers • Re: nftables conntrack does not work

After I remove all the references to the includes that you did not post, the rules work for me.Code: table ip filter { chain INPUT { type filter hook input priority filter; policy drop; ct state...

View Article


MicroPython • Re: [Solved] MQTT on Pico W with broker on Pi - How to connect...

I see this is marked as solved, so my remark is probably not relevant. But when I connect to my mqtt broker then I can use the pi 's hostname instead of the ip address. Perhaps this is router...

View Article


Off topic discussion • Re: Is it possible to use two of the four charge cells?

There are 2 reasons to use 4 like in the pictures.1. It splits the weight evenly across the cells. So if you need to weigh things up to 200 pounds, then you can use 50 pound cells, they are cheaper.2....

View Article

Beginners • Re: Is/are these USB speakers compatible?

Yes, but as I said, if I type that long/convoluted command it plays back fine.I am wanting something a bit easier to use.omxplayer on the other machine works easily.Multiple formats accepted.That...

View Article

Image may be NSFW.
Clik here to view.

Troubleshooting • PI 5 not booting from HDD after power failure

Relatively new to PI so please pardon for basic questions. I set up my Pi 5 about two months ago with Plex, Teslamate and CasaOS, Was booting off a 512mb SSD with no sd card. We had a power failure...

View Article

HATs and other add-ons • Re: TV Hat reliability

Cross-posting from the other thread, as there may be different people subscribed to this one:viewtopic.php?t=359876&start=25#p2239044There is a candidate fix in rpi-update for this issue. Closing...

View Article


Python • Re: Runtime error waiting_for_edge GPIO

Basically -Code: sudo apt remove python3-rpi.gpiosudo apt install python3-rpi-lgpioNote the dot in the first, dash in the second. That's caught me out when not using copy-and-paste.Statistics: Posted...

View Article

Interfacing (DSI, CSI, I2C, etc.) • Re: Raspberry Pi 4B mounted to the...

Thank you for the helpful feedback and the test trial as well to confirm, I'm still relatively new in the world of Pi/Linux, so any insights are appreciated. I'm using a Debian Bullseye OS, and...

View Article


Interfacing (DSI, CSI, I2C, etc.) • Re: Raspberry 5 issue that did not exist...

Code: pip install rpi-lgpioThat is what I used to use due to there being no 'apt package' version. But that now exists and would be the preferred thing to use, should avoid any subsequent virtual...

View Article

Image may be NSFW.
Clik here to view.

Camera board • Re: Picamera2 save cropped(?) raw/dng

Hey, sorry for not replying earlier. I did what you suggested, managed to crop an image and then save it as png. Then I decided I'd just use the supported resolutions and postponed the whole thing....

View Article


Camera board • Re: rpi5 with imx219, no camera available on interface...

OK, thank you. It works!Statistics: Posted by walterda — Wed Jul 24, 2024 2:22 pm

View Article

HATs and other add-ons • Re: How to run a Hailo HEF file

Take a look here... https://github.com/hailo-ai/hailo-rpi5- ... stallationIt mentions about using another HEF file...". To use a custom model, you can load its HEF using the --hef-path flag....

View Article

Python • Filemanager crashes after running Python script.

Hi, I am using a RPI4B 8GB and the latest version of PiOS (fully updated).I have created a Python script which runs .forever() in the terminal. Everything seems to work correctly, but if I leave the...

View Article
Browsing all 4848 articles
Browse latest View live