Interfacing (DSI, CSI, I2C, etc.) • Re: Many I2C-Devices on one Raspberry Pi
Thank you both!I mean, I know, that in theory, the RPi does provide sufficient I2C-Busses and I know they can theoretically work as long as the devices have different addresses. So far, with the...
View ArticleGeneral • Re: Variable PMW on RP2040
Default PWM and phase correct PWM waveforms will look different. Does it operate as described in the RP2040 datasheet? In particular, you might have some pulses that are 0 -> COUNT and some that...
View ArticleAI 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 ArticleGeneral • Re: Raspberry Pi PicoW - not getting recognised.
Which system are you connecting it to? Windows 11 ?Windows 10 ; thonny IDEStatistics: Posted by Ab25 — Tue Nov 12, 2024 7:29 am
View ArticleAdvanced users • Re: Is the PISP a fake IP hidden by an over-complicated...
@jamesh I don't think you are answering my point.Right now, when I type rpicam-hello, it seems to me that PISP is only used for stats to calculate some averages and then allow to tune exposure and...
View ArticleSDK • Re: /pico/stdlib.h not found
It should be:Code: #include "pico/stdlib.h"No slash before the pico.Your version is looking for the file in the root folder, not in the include folders.Statistics: Posted by Memotech Bill — Tue Nov...
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 ArticleGeneral discussion • Re: 90 degree rotation video not supported?
https://www.raspberrypi.com/documentati ... l#rotationStatistics: Posted by redvli — Wed Nov 13, 2024 7:54 am
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 Article