Camera board • Re: High frame rates with the GS camera via Python/libcamera
Also, one aside - it looks like the cropping width and height now have to be even numbers. @HermannSW - if you get a spare moment sometime, it would be nice to update your great GScrop utility to...
View ArticleTroubleshooting • Pi4B / 8GB randomly hangs on Raspberry Pi OS 64-bit
I have a Raspberry Pi 4B, 8GB , in an Flirc case (https://www.amazon.com/gp/product/B07WG ... =UTF8&th=1) and a Pishop.us power supply (https://www.pishop.us/product/usb-c-pow ... ul-listed/) .I...
View ArticleNetworking and servers • Using a Pi to act as bridge between 2 separate networks
Need some help regarding networking using a Pi. I got two group of computers. Primary group are computers connected via a wifi router and able to access internet.Secondary group are old computers only...
View ArticleCamera board • Re: Can I get the video from the pi camera live from the...
you are awesome bro, thank you very muchStatistics: Posted by mahmutsama — Thu May 09, 2024 2:46 am
View ArticleTroubleshooting • Re: Pi4B / 8GB randomly hangs on Raspberry Pi OS 64-bit
Code: journalctl -a | grep "error\|fail"Statistics: Posted by kerry_s — Thu May 09, 2024 3:24 am
View ArticleC/C++ • Re: Example of GPIO use with Linux only (no third party libraries)
I waded through the rewrite of the example using the GPIO_V2 ABI -- and I really, really like it. It is a bit convoluted the first time you put all the pieces together with separate attributes, but it...
View ArticleGeneral discussion • Re: Current measurement of pi5 using multimeter
Some of the internal rail currents and voltages can be provided byCode: vcgencmd pmic_read_adcYou could add up all the powers (voltage X current) and then work out the EXT5V_V equivalent current, it...
View ArticleSDK • Re: Bulding a project for the Pico W
Your program doesn't seem like it should compile. tight_loop_contents is undefined.Statistics: Posted by jags84 — Fri May 10, 2024 2:34 am
View ArticleTroubleshooting • Re: Reading Change Logs stalls at 33%?
Setting swap to 2000 fixed my stuck.Since the Pi 2 Zero has 4 cores but only 512MB RAM, it has less RAM per core than even the first Pi B computers that were ever shipped.As a result it's essential...
View ArticleOther projects • Re: Custom Key pad
Obviously, in my code we should have this:Code: dataPIN = 0Because the data pin (pin 2 on JP1, the IDC header) is connected to Pico pin 1, which is GP0.Incidentally Wokwi will simulate the '165 shift...
View ArticleGeneral discussion • Re: likely failure points in rpi 3B
Hello there!Long time user of rpi's --- I've got a 3b, multiple 4s, and now a 5 purchased just recently. They just work, haven't had any particular problems. Used them as light desktop replacements,...
View ArticleNetworking and servers • Re: Honey Pot on Raspberry Pi
I would like to put a honey pot on my raspberry pi. Specifically, I would like it to generate a world map showing countries where people are logging in. Other stats like times that people are logging...
View ArticleGeneral discussion • Re: Pico W Web Server HTML With Js and Css Micropython
Works perfectly now, thanks a lot!Statistics: Posted by TheStick — Fri May 10, 2024 3:51 am
View ArticleRaspberry Pi OS • Re: VNC on Raspberry Pi 5
Does anybody know if VNC ID fixed on raspberry pi 5?What 'VNC ID' needs fixing?Statistics: Posted by DirkS — Fri May 10, 2024 4:01 am
View ArticleTroubleshooting • Re: Camera module 3
alright thanks , i will try according to the topicStatistics: Posted by chow — Fri May 10, 2024 4:10 am
View ArticleTroubleshooting • Re: Problems with M2 SSD
https://shop.pimoroni.com/products/nvme ... 9587178579As you can see from pimoroni compatibility list not all NVMe may be compatible.Better not change the boot order and leave it at default. Will...
View ArticleTroubleshooting • Re: no module named 'libcamera'
When I tried experimenting following chat gpt4's advice, the camera module is registered successfully, but it doesn't result in frame reading. What should I do? For my part, I will leave you to pursue...
View ArticleTroubleshooting • Re: Freenove 8MP camera not working on RS5
thanks for the reply, i have added cam0 then reboot but still not workingStatistics: Posted by jrme421 — Sat May 11, 2024 2:25 am
View ArticleTroubleshooting • Re: [Video] Raspberry Pi 5 not booting or going to...
BumpStatistics: Posted by CodeBradley — Sat May 11, 2024 2:34 am
View ArticleGeneral discussion • Re: Raspberry Pi Imager improvement request
Yup, you're right - it doesn't properly set locale. I've dropped a note in that issue, that may re-open itStatistics: Posted by scruss — Sat May 11, 2024 2:47 am
View Article