Automation, 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 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 ArticleTroubleshooting • Re: New Pi 5, something continuously filling SD
used Code: ncdu -x / and found Code: /home was 49.5GB, which seemed quite excessive. Drilled down into the folders and .pm2 was 45GB. Removed pm2 and I now have 46.9GB free space and it's not being...
View ArticleC/C++ • Re: ARM PAC BTI support?
Cortex-A76 in BCM2712 in Pi5 is ARMv8.2 level Those features are only available in CPU cores with higher level (8.3 and 8.5)So no support in Pi5 no matter what OS or compiler version.Thank you,...
View ArticleGeneral discussion • Raspberry Pi GPIO 18
I have 2 devices which both need to use GPIO 181. Waveshare ST7789v3 display 240x2802. Adafruit Max98357a i2s amplifierCan anyone recommend the best solution to get both devices working at the same...
View ArticleMedia centres • Re: Peppy player
I've never seen such issue before. All commands which you ran look OK to me.Do you use the latest OS version from October 22nd 2024? If so, it probably has a new 'systemctl' version with new...
View ArticleTroubleshooting • Re: Installing Steamlink
Just wanted to update everyone, it appears that Steam has released a beta version for steamlink:https://steamcommunity.com/app/353380/d ... 254687689/Statistics: Posted by silent001 — Thu Nov 14, 2024...
View ArticleAI Camera - IMX500 • Re: Can't transform .keras file with imx500-converter[tf]
After speaking with some folks from Sony, it might not be an issue with the converter, but rather a limitation of Tensorflow. A TF model exported from Windows operating system will not be able to...
View ArticleGeneral discussion • Re: cost of ethernet
one option ive heard of before, is https://store.google.com/product/ethern ... n-GB&pli=1this is both a usb ethernet adapter, and a usb psu, in a single brickits meant to power the chromecast and...
View ArticleSDK • Re: Unable to build blink example VS Code extension
Code: -o pico-sdk\src\rp2040\boot_stage2\bs2_default.elf is for the output path in build folder. Also all the files are auto generated. I am sure the . is not the issue here. I installed the VS code...
View ArticleAdvanced users • Re: wpa_supplicant trying to connect to network that's not...
Closing this out upon the realization that I shouldn't even be using wpa_supplicant anymore in BookwormStatistics: Posted by declanshanaghy — Fri Nov 15, 2024 5:27 am
View ArticleAdvanced users • RPI 3B+ bookworm - wlan0 doesn't come up unless eth0 is...
This is a fresh install of bookworm with WiFi preconfigured.If eth0 is not plugged in, wlan0 will not come up.As soon as I plug in the cable both interfaces become availableIf I plug out eth0...
View ArticleGeneral discussion • Re: Touch Screen 2
Looking at your config.txt and seeing that you're using FKMS makes me assume that your OS is too old and lacks the display driver and overlay needed.Also don't know it the touch V2 can be used with...
View Article