Troubleshooting • Re: Raspberry Pi 5 8GB corrupting disk file systems
I think you need to determine 3 things...1) What current does the Penta SATA HAT supply via GPIO pins. My bet is 3A, since very few boards have been released to the new HAT+ spec.2) What current does...
View ArticleBeginners • RaspberryPi camera code
Hello everyone!I am new to RaspberryPi. I am currently using a RaspberryPi 5 with a Camera Module 3 (WIDE).I did this script to capture an image with a good quality and resolution.Could anyone tell me...
View ArticleOther • Re: Remote Screen with Other Pi
The max length of an HDMI cable is about 15 metres. How big is your RV?Statistics: Posted by ame — Mon Jul 22, 2024 2:39 pm
View ArticleGeneral discussion • DC Step up Converter
I am working on a project with my raspberry pi 4. I need to power a 12v dc fan from the raspberry pi. Can anyone receommend a 5v to 12v step up conevrter which can perform this function. The majority...
View ArticleGeneral • Re: Need advice on sending image data from a Pi5 to several Picos
The bottom line is adding MQTT into the mix doesn't gain anything. Is additional effort for no return.I indicated in my message why I thought MQTT would make things easier and add value. I don't agree...
View ArticleSDK • Re: Lua math issue
I understand some of the issues here so my variables aren't holding enough decimal places to give the "correct" or expected answer.The outputs I got were generated from an Online Lua REPL I was hoping...
View ArticleGeneral discussion • Re: DC Step up Converter
Try running your fan at 5V first. It might run, and it might be acceptable. It will also be quieter.Otherwise any boost converter should work. Bear in mind that you have to provide more current at 5V...
View ArticleCamera board • Re: Using grayscale image in TfStage
Thanks! I have implemented it as follows. It is working, but the detection is not correct. The model I'm using is working and has been validated with still image. Is there a simple way to check if the...
View ArticleMedia 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 ArticleOff topic discussion • Re: Has the Crowdstrike global outage affected any key...
Sounds like everybody ****'d up and now everybody is trying to finger-point at everyone and anyone other than themselves.The media is completely untrustworthy these days, so I wouldn't believe any of...
View ArticleOther 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 ArticleNetworking 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 ArticleMicroPython • 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 ArticleOff 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 ArticleBeginners • 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 ArticleTroubleshooting • Re: Can not get HDMI audio to work
Remove any changes you have done (espcially anything in config.txt/cmdline.txt). RunCode: raspinfo | pastebinitand post the URL.Statistics: Posted by dom — Tue Jul 23, 2024 2:48 pm
View ArticleMicroPython • Re: MQTT on Pico W with broker on Pi - How to connect to broker ?
I could write my own code to issue an 'mDNS' lookup packet, handle the replyD'Oh!Seems I got slapped for being a smart alec and being able to do that.As 'SirFico' notes; it does work. I just walked...
View ArticleTroubleshooting • Re: My Pi has no act light, wont boot
Carefully read and follow the instructions found here viewtopic.php?t=58151Statistics: Posted by memjr — Tue Jul 23, 2024 2:59 pm
View ArticleNetworking and servers • Re: Policy Routing on Pi 5 (bookworm)
Haven't looked into this in detail but looks like you should be able to do this using NetworkManager and the value ipv4.route-table.See https://networkmanager.dev/docs/api/lat ... nmcli.html and...
View ArticleCompute Module • Issues interfacing VL805 with CM4
I have followed the reference design, the only change is the usb3 connector is a single as opposed to stacked.Schematics-PCB- Config File- Code: # For more options and information see#...
View Article