AI Camera - IMX500 • Re: Can't transform .keras file with imx500-converter[tf]
Thank you for the advice.I'm not used to RasPi So it's very helpful for me.As you advised, I used the converter with TensorFlow==2.14.0.But I got still the following error.As the last line of the...
View ArticleTroubleshooting • Pi 5 low 3V7_WL_SW_V ?
Hi, I find my newly bought Pi 5 (4G) has a strange 3.7v voltage output with Code: vcgencmd pmic_read_adc .It shows ~3.65v when wifi&bt turned off, and ~3.5v when wifi high load.Is it normal? Or...
View ArticleSDK • GPIO_PUT not working
I have a problem when I was trying to set a pin as chip select for a nand flash chip.GPIO 9But when I use gpio_put(9, 1) the value remains at 0(low).I tried with another random pin 20 and same...
View ArticleTroubleshooting • Re: Raspberrypi Logs out
Anyone there to help please? I face the same issue with my second rpi4 after update. is this normal?Statistics: Posted by navaskdl — Wed Nov 13, 2024 4:35 am
View ArticleSDK • Re: GPIO_PUT not working
You can edit your posting to make it look better by using Code tags, just select your code and click on 'Code' to add the tag. It will make reading code much easier for everyone.Please check what the...
View ArticleGeneral • Re: Did I break my original Pico by loading Pico 2 programs into it?
Thank you so much for the comments. I did do a hard reset (pin 30 to ground) as well as a power off; no joy. I've looked through the forum; but I'll try again. I guess I'll hook up a Pico Probe to see...
View ArticleTroubleshooting • Re: Pi5 hanging when transfering large files to NAS
On a headless Pi5(Bookworm64) with NVME drive and a NAS directory mounted on the Pi5 if I attempt to transfer a large file >6GB from the NVME drive to the NAS directory the system hangs. What...
View ArticleTroubleshooting • Re: Pi 5 low 3V7_WL_SW_V ?
What if that voltage rail tolerance would be speced with +/-5%?Sorry, have no idea but would be very interrested why you see an issue! Is your Pi not working o.k. under such condition?Statistics:...
View ArticleSDK • Re: pico/stdlib.h not found
Breaker, Yeah, that got it. Thank you!It seems one also has to be explicit with PUBLIC, PRIVATE, etc. in the target_link_libraries section as well.for reference, the CMakeLists.txt:Code: # Generated...
View ArticleGraphics, sound and multimedia • Re: using pi5 camera with github apps for video
The documentation for rpicam-apps is here https://www.raspberrypi.com/documentat ... ng-startedIt is pre-installed on the Raspberry Pi OS “Bookworm” so no need to get it from github.yes, I am aware...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
That CM5 has the D0 stepping, maybe we waited also for that? The older one would not be ideal for such small size with small heatsink.Statistics: Posted by fanoush — Wed Nov 13, 2024 7:22 am
View ArticleAutomation, sensing and robotics • Re: Waveshare Stepper Motor HAT and...
The deviation seen with 1..3mm on your paper, how far is the paper away from the axis? Or to phrase it different, what is the angular/step error of this setup?The driver chip on this board DRV8825 is...
View ArticleBeginners • Re: Need help selecting a touch screen for my pi5
Depends on the size of the Peli, the country you're in and the burget you have.Would buy the largest size that will fit into the case and can be sealed with the front panel.Statistics: Posted by...
View ArticleBeginners • Re: Dimming external screen via code
Is that a real monitor or some crappy third party display using a HDMi interface (and some kind of HDMI to DPI/DSI bridge).For later you may have zero possibility. In case of a standard monitor you...
View ArticleTroubleshooting • Re: Raspberry Pi 4 // Trouble Outputting to a 1280x400 Display
I've once described to process here viewtopic.php?p=2196740&hilit=Rubbish.+Bin#p2196740Look only at the detailed timing descriptor.Statistics: Posted by aBUGSworstnightmare — Thu Nov 14, 2024 5:39...
View ArticleCompute Module • Re: Issues Configuring HQ, V2, and V3 Cameras with Compute...
.. 2. Disabled Automatic Camera Detection: Setting camera_auto_detect=0 prevents the system from attempting to auto-detect cameras, avoiding potential conflicts...there is no automatic camera or...
View ArticleTroubleshooting • Re: Logwatch Fails to Send Email Now and Then
On Bookworm, Detail = Low causes Logwatch to fail.It is not "failing" if there is simply nothing to report for your requested range and detail.I think you finally have the right explanation, though....
View ArticleGeneral discussion • Re: How will Chromium continue adblocking after Manifect...
FirefoxStatistics: Posted by memjr — Thu Nov 14, 2024 5:55 am
View ArticleBeginners • Re: DS1371 as RTC
The kernel module rtc-ds1374 is built and provided with the Raspberry Pi kernel packages. Does it work if you run:Code: sudo modprobe rtc-ds1374sudo hwclockIdeally the device tree needs support for...
View ArticleGraphics, sound and multimedia • Re: libcamera GPU usage
If you want smooth up to 1080p30 camera streaming you have to use the legacy (so non libcamera) stack in bookworm on a Pi0Use ffmpeg to get direct already H264 encoded videostream from /dev/video0 and...
View Article