Interfacing (DSI, CSI, I2C, etc.) • Re: MIPI-CSI2 camera having ISP
6by9, Thank you for your reply.You advised me to perform a simple test with V4L2 and informed me that reviewing the driver source code would be necessary to resolve the issue. Therefore, I am...
View ArticleGraphics, sound and multimedia • Re: libcamera GPU usage
Yes, the Zero is going to struggle with libcamera and this level of work. A Zero 2 would likely be OK.Thanks for confirming my suspicion, that's what I was afraid of. I'll go back to the legacy camera...
View ArticleTroubleshooting • Re: New router WiFi connection problems
No I didn't change it, I just deleted the instance of it in the list of devices hoping that it would pop up again after a Pi and a router reboot but it hasn't re-appeared in the list and I still can't...
View ArticleRaspberry Pi OS • Re: Adding an 'identify' feature for monitors in Screen...
Code: sudo apt install wdisplay NOTE: the tools is not able to deal with touch devices (assignment of screens to outputs, touch input rotation etc). So use it for display identifier/screen alignment...
View ArticleBeginners • Re: RPI5: Incompatibility with a certain powerbank
I didn't see that in the specs. I'll go along with you.I have a RPi5 8Gb with keyboard, mouse and thumb drive in the USB.0.84A @ 5.12VI agree. If you are going to draw a lot of power (>2A) from the...
View ArticleRaspberry Pi OS • Can't get autostart working using ~/.config/wayfire.ini
I've just created a fresh install of Bookworm on a Raspberry Pi 4 Model B.I see now that because of Wayfire what I used to do to automatically launch a web browser using...
View ArticleРусский • Re: Ошибка при запуске PINN
@Executor - Are you using a Pi5 2GB model with the D0 stepping of the processor?PINN is not compatible with that yet.Statistics: Posted by procount — Thu Nov 14, 2024 11:35 am
View ArticleGeneral discussion • Re: Rasperry Pi offline status
You really need to approach your signage software supplier for tech support on this. Usually this error is 1) Pi is off 2) Pi has crashed 3) Pi is no longer connected to a network (wired or...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Beep ! (how to make beep ? on a RPI? )
There used to be a USB dongle with a piezo "speaker" built in which was a very tidy solution, I'm sure there must be something like that somewhere on Aliexpress.Statistics: Posted by pidd — Thu Nov...
View ArticleRaspberry Pi OS • Re: Can't get autostart working using ~/.config/wayfire.ini
I use ~/.config/autostart and have a desktop file that runs a bash script that launches firefox automatically whn I log inThis worked under wayfire and now under labwcStatistics: Posted by Annie UK —...
View ArticleBeginners • Re: PI OS Upgrade: Buster to Bookworm
Just an example of the rabbit holes I fall in while doing this upgrade.None of your problems have anything to do with the upgrade really.You had threads about fswebcam at the time. The version in apt...
View ArticleGeneral • Re: servo driver
Okay, better let this thread peter out. I'm waiting for two Pico W boards from China, I guess I'll hunker down later to try to blow them up. Bye Statistics: Posted by katak255 — Fri Nov 15, 2024 11:04...
View ArticleHATs and other add-ons • Re: M.2 HAT+ troubleshooting
Hello there! Regarding the supported SSD list - it seems like the supported Crucial P3 1TB has almost the exact same specification as the one I'm using, except the fact that P3 has Gen3 PCIe, and my...
View ArticleMicroPython • Re: Class 'USBDevice' example for Raspberry Pi Pico
I found these -https://github.com/micropython/micropython/blob/master/examples/usb/usb_simple_device.pyhttps://github.com/micropython/micropython-lib/tree/master/micropython/usbGoogle may turn up more...
View ArticleSDK • Re: troubletrouble defining a macro to replace a zero argument fn call:...
Am I making a dumb mistake? shouldn't %d handle a uint64_t? No. And that's the cause of your problem in the previous post too: uint64_t is not the same size as 'long int' (which is only 32 bits on...
View ArticleSDK • Re: Unable to build blink example VS Code extension
I'm all outta fresh ideas. But here are a few things to compare between the two machines:(1) Environment variables.(2) The two compilation output texts. If exact same command line but one PC works,...
View ArticleSDK • Re: Is there a way to know if the TX FIFO is empty before doing pull?
You might find some inspiration in this code, which does HDLC Tx and Rx and flag generation in the inter-packet gap (but not manchester coded - this system had a separate...
View ArticleOther projects • Re: Transmit input from USB keyboard over Bluetooth
If the aim is to convert the USB Pi keyboard into a Bluetooth keyboard that looks like an HID device recognised by a PC for example, the following sample from my Bluetooth library will do that. See...
View ArticleGeneral discussion • Re: cost of ethernet
of couse, in fact for 5€ more i got a PI5 with much more memory an 4 real usb ports .However I think the question vas different:why has not made a choice to provide a version of Pi-0 with the ethernet...
View ArticleOfficial Display • WayVnc could not activated
On Raspberry pi fresh installation. Bookworm i can not activate there both Raspberry Pi configuration and raspi-config. Is there any conflick with Official Display and Vnc?Other pi without monitor can...
View Article